test
Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • Saguaros Moderator
    #1014705

    Hi,

    I also tried with several browsers but not see issue.

    You can take a backup of this file: ROOT/templates/ja_social_ii/js/script.js

    and unzip the attachment file then copy to above directory.

    And let me know how it goes.


    1. script.js_-1.zip
    EG Friend
    #1014873

    Hi,

    Thanks for your answer.
    I uploaded the file but the bug remains : /
    In Chrome the bug happens when I scroll up slowly. The scroll in my Chrome Windows is flashing too.

    Thanks a lot for your help because it’s now really disturbing.

    Saguaros Moderator
    #1014947

    You can share the ftp account so I will try to check directly on your site. It’s weird as it looks good to me.

    EG Friend
    #1015136
    This reply has been marked as private.
    Saguaros Moderator
    #1015726

    Thanks for the info Ed. Let me investigate further and will get back to you.

    Saguaros Moderator
    #1017650

    Could you try to clean browser’s cache & cookies and check it again?

    EG Friend
    #1017691

    Hello,

    I just tried and it seems ok 🙂 Thanks you very much.
    Can I know what have you modified ?

    However, there is now a problem with the height of the header : when I scroll down then up the header is overflowing on the menu as you can see on the screenshot attached.

    In my custom css file I have set the height at 70px with :

    .wrap.t3-header{height:70px; }
    .logo-image{line-height:70px;}
    .wrap.t3-header .container{height:70px}
    .col-xs-12.col-sm-6.col-md-4.logo{height:70px;}

    How can I do to set height at 70px and not have this issue ?

    Thanks a lot for your help.


    1. Capture-d’écran-2017-03-13-à-10.26.26
    Saguaros Moderator
    #1017949

    The header has height: 70px already, the problem due to the main navigation when scrolling up. You can try with this css rule into ‘custom.css’ file:

    @media (min-width: 992px)
    .scrollUp .t3-mainnav {
        margin-top: 70px;
    }
    EG Friend
    #1018716

    Hello,

    Thanks for your answer, it solved my problem : )

    Just in case for someone else the code is however :

    @media (min-width: 992px) {
    .scrollUp .t3-mainnav {
        margin-top: 70px;
    }
    }
Viewing 9 posts - 1 through 9 (of 9 total)

This topic contains 9 replies, has 2 voices, and was last updated by  EG 7 years, 9 months ago.

The topic ‘Toolbar problem when scrolling’ is closed to new replies.