Besoin d'un codeur xenforo pour adaptation Vbulletin 4.2.3

résolu Besoin d'un codeur xenforo pour adaptation Vbulletin 4.2.3

Add-on xenforo 2

Ressources et modules complémentaires pour XenForo 2

Styles xenforo 2

Styles / Thèmes et apparence pour xenforo 2

Templates xenforo 2

Codes pour modifier les templates sur xenforo 2

Section Premium

Add-on et Styles pour membre Premium
Besoin d'un codeur xenforo pour adaptation Vbulletin 4.2.3

résolu Besoin d'un codeur xenforo pour adaptation Vbulletin 4.2.3

Catégorie Catégorie Questions & Aides
Titre du sujet Titre du sujet Besoin d'un codeur xenforo pour adaptation Vbulletin 4.2.3
Auteur de la discussion Auteur de la discussion Smallville
Date de début Date de début
Réponses Réponses 10
Affichages Affichages 1 101
Réaction Réaction 0
Dernier message par Dernier message par Smallville

Smallville

Membre suprême

Donateur
Réputation: 79%
Discussions
64
Messages
516
Solutions
32
J'aime
173
Points
73
Bonjour à tous

Voila j'ai reçu l'autre jour de la part de batman un code pour faire une tournante dans les header

Quelqu'un peux til l'adapter pour vbulletin 4.2.3 s'il vous plais merci beaucoup d'avance

voici le code de xenforo

#header {
animation-name:bgChange;
animation-duration:10s;
animation-timing-function:linear;
animation-iteration-count: infinite;
animation-play-state: running;
}

@keyframes bgChange {
0%,49.99% , 100% {
background: url(http://demo.qodeinteractive.com/central/wp-content/uploads/2013/05/header.jpg);
}
50%, 99.99%{
background: url(http://www.ariva.com.ph/wp-content/uploads/2015/10/HALLOWEEN-HEADER-2015.png);
}
}
 
Je connais pas Vbulletin mais essais avec ce code :

#top-header {
animation-name:bgChange;
animation-duration:10s;
animation-timing-function:linear;
animation-iteration-count: infinite;
animation-play-state: running;
}

@keyframes bgChange {
0%,49.99% , 100% {
background: url(http://demo.qodeinteractive.com/central/wp-content/uploads/2013/05/header.jpg);
}
50%, 99.99%{
background: url(http://www.ariva.com.ph/wp-content/uploads/2015/10/HALLOWEEN-HEADER-2015.png);
}
}

Ou :

.header-nav {
animation-name:bgChange;
animation-duration:10s;
animation-timing-function:linear;
animation-iteration-count: infinite;
animation-play-state: running;
}

@keyframes bgChange {
0%,49.99% , 100% {
background: url(http://demo.qodeinteractive.com/central/wp-content/uploads/2013/05/header.jpg);
}
50%, 99.99%{
background: url(http://www.ariva.com.ph/wp-content/uploads/2015/10/HALLOWEEN-HEADER-2015.png);
}
}
 
Merci je vais essayer dans l'après midi je te tiens aux courant
De rien, mais tes liens dans ton code sont HS http://demo.qodeinteractive.com/central/wp-content/uploads/2013/05/header.jpg

Sinon teste celui la :
.logo-image {
animation-name:bgChange;
animation-duration:10s;
animation-timing-function:linear;
animation-iteration-count: infinite;
animation-play-state: running;
}

@keyframes bgChange {
0%,49.99% , 100% {
background: url(http://demo.qodeinteractive.com/central/wp-content/uploads/2013/05/header.jpg);
}
50%, 99.99%{
background: url(http://www.ariva.com.ph/wp-content/uploads/2015/10/HALLOWEEN-HEADER-2015.png);
}
}
 
Merci beaucoup

S'est Regler

ceci fonctionne correctement


#header {
animation-name:bgChange;
animation-duration:60s;
animation-timing-function:linear;
animation-iteration-count: infinite;
animation-play-state: running;
}

@keyframes bgChange {
0%,49.99% , 100% {
background: url(https://img.lght.pics/elpa.png);
}
50%, 99.99%{
background: url(https://img.lght.pics/elpK.gif);
}
}
 
Oui c’était tes liens des images qui fonctionnaient pas XD
 
Ajoute chaque fois une nouvelle ligne en changent les %

A tester :

25%, 95.99%{
background: url(LIEN DE TON IMAGE);
}
 
Retour
Haut Bas