Jump to content

Recommended Posts

Posted

AdminCP- Look & Feel - tema ta- Global Templates - defaultHeader - Revert

 

sau editezi din AdminCP- Look & Feel - tema ta- CSS - ipb_styless.css CTRL F si cauta:

#branding {

si editezi de acolo la background ;)

Posted

AdminCP- Look & Feel - tema ta- Global Templates - defaultHeader - Revert

 

sau editezi din AdminCP- Look & Feel - tema ta- CSS - ipb_styless.css CTRL F si cauta:

#branding {

si editezi de acolo la background ;)

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.

  • Upvote 1

Please sign in to comment

You will be able to leave a comment after signing in



Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.