Neler yeni

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.

  • Forumdan daha fazla yararlanmak için, profilinizi telefon numaranız 📱 ile doğrulayın ve daha ayrıcalıklı olun 😉
    Daha fazla bilgi!

Nasıl yapılır ? Xenforo'da arkaplan resmi değiştirme

Eraykurt27

Yeni kullanıcı
Kullanıcı
Katılım
16 May 2020
Mesajlar
3
Herkese selamlar ben Eray buraya daha yeni üye oldum. bazı sorunlarım var formdaki arka plan resmi nasıl değiştirebilirim bide xenforo yazan resmi nasıl değiştirebilirim onu hiç bilmiyorum onu ben nasıl yapabilirim?
 

Ekli dosyalar

  • header-icon.png
    header-icon.png
    430.3 KB · Görüntüleme: 101

Nasıl yapılır ? Xenforo'da arkaplan resmi değiştirme

bu kod ile sayfa aşağı indikçe arka plan da iniyor. arkaplan sabit kalmasını nasıl sağlarız?
CSS:
.p-pageWrapper {
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
böyle denermisiniz.
CSS:
.p-pageWrapper {
  background: url(images/bg.jpg) no-repeat center center fixed;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}
böyle denermisiniz.
hocam bu kodu iki tane resim slide şeklinde geçişli yapsın olarak düzenleyebilir misin :)
 
Hocam sadece css ile slider yapılıyormu bilgim yok. bulabilirsem yorum olarak ekleaşağıdaki kodu buldum ama fixleme
aşağıdaki kodu buldum

Kod:
body{
    background:url("images/1.jpg");
    animation:image 5s infinite alternate;
    -webkit-animation:image 5s infinite alternate;
    -moz-animation:image 5s infinite alternate;
}
@keyframes image{
    0%{
        background:url("images/1.jpg");
    }

    25%{
        background:url("images/2.jpg");
    }

    50%{
        background:url("images/3.jpg");
    }

    75%{
        background:url("images/4.jpg");
    }

    100%{
        background:url("images/5.jpg");
    }
}

Buna fixleme kodunuzu ve cover kodunuzu ekledim ama hata nerede

Kod:
.p-body{
    background:url("styles/arkaplan/1.jpg") no-repeat center center fixed;
    animation:image 25s infinite alternate;
    -webkit-animation:image 25s infinite alternate;
    -moz-animation:image 25s infinite alternate;
      -webkit-animation:image-size: cover;
      -moz-animation:image-size: cover;
      -o-animation:image-size: cover;
      animation:image-size: cover;
}
@keyframes image{
    0%{
        background:url("styles/arkaplan/2.jpg");
    }

    25%{
        background:url("styles/arkaplan/3.jpg");
    }

    50%{
        background:url("styles/arkaplan/4.jpg");
    }

    75%{
        background:url("styles/arkaplan/5.jpg");
    }

    100%{
        background:url("styles/arkaplan/6.jpg");
    }
}
 
aşağıdaki kodu buldum

Kod:
body{
    background:url("images/1.jpg");
    animation:image 5s infinite alternate;
    -webkit-animation:image 5s infinite alternate;
    -moz-animation:image 5s infinite alternate;
}
@keyframes image{
    0%{
        background:url("images/1.jpg");
    }

    25%{
        background:url("images/2.jpg");
    }

    50%{
        background:url("images/3.jpg");
    }

    75%{
        background:url("images/4.jpg");
    }

    100%{
        background:url("images/5.jpg");
    }
}

Buna fixleme kodunuzu ve cover kodunuzu ekledim ama hata nerede

Kod:
.p-body{
    background:url("styles/arkaplan/1.jpg") no-repeat center center fixed;
    animation:image 25s infinite alternate;
    -webkit-animation:image 25s infinite alternate;
    -moz-animation:image 25s infinite alternate;
      -webkit-animation:image-size: cover;
      -moz-animation:image-size: cover;
      -o-animation:image-size: cover;
      animation:image-size: cover;
}
@keyframes image{
    0%{
        background:url("styles/arkaplan/2.jpg");
    }

    25%{
        background:url("styles/arkaplan/3.jpg");
    }

    50%{
        background:url("styles/arkaplan/4.jpg");
    }

    75%{
        background:url("styles/arkaplan/5.jpg");
    }

    100%{
        background:url("styles/arkaplan/6.jpg");
    }
}
CSS:
.p-body {
    background:url("") no-repeat center center fixed !important;
    animation:image 25s infinite alternate !important;
    -webkit-animation:image 25s infinite alternate !important;
    -moz-animation:image 25s infinite alternate !important;
  -webkit-background-size: cover !important;
  -moz-background-size: cover !important;
  -o-background-size: cover !important;
  background-size: cover !important;
    
}
Bu şekilde denermisiniz.
 
MustafaseveR MustafaseveR url kısmını boş bırakınca hiçbişey gelmiyor. url hedefini verirsem de sadece o görsel fix ve cover olarak çalışıyor animasyon çalışmıyor. tek jpeg kalıyor arkada.
 

Foruma hoş geldin 👋, Ziyaretçi

Forum içeriğine ve tüm hizmetlerimize erişim sağlamak için foruma kayıt olmalı ya da giriş yapmalısınız. Foruma üye olmak tamamen ücretsizdir.