Gresit!
Intra in FTP
/public_html/public/style_images/Animate/js/
Intra in ipbforumskins.js
Cauta:
var backgroundpos = 0;
var offset = 1;
function scrollbackground() {
offset = (offset < 1) ? offset + (backgroundpos - 1) : offset - 1;
$('#branding').css("background-position", + offset + "px 0");
setTimeout(function() {
scrollbackground();
}, 100
);
}
scrollbackground();
Inlocuieste cu:
/*var backgroundpos = 0;
var offset = 1;
function scrollbackground() {
offset = (offset < 1) ? offset + (backgroundpos - 1) : offset - 1;
$('#branding').css("background-position", + offset + "px 0");
setTimeout(function() {
scrollbackground();
}, 100
);
}
scrollbackground();
*/
Adica adaugi /* la inceput si */ la sfarsit
PS: Animate sau cum ai trecut tu, la imaginile de la tema ta.