Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • kicr Friend
    #818636

    Hello,

    is it possible to fix the navbar / header to the top. So when scrolling it is always visible and not only when scrolling back to the top?

    Thanks

    Pankaj Sharma Moderator
    #819494

    Hi try this

    First, add below code in custom.css file

    .t3-mainnav.affix {position:fixed;width:100%; z-index:10;}
    

    now go to "/tpls/blocks/mainnav.php" in template "ja_social_ii".
    Find this code

    
    <nav id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav ">
    

    replace it with

    
    <nav id="t3-mainnav" class="wrap navbar navbar-default t3-mainnav affix">
    

    now go to file "/tpls/blocks/header.php" in template "ja_social_ii".
    find this code

    
    <header id="t3-header" class="wrap t3-header">
    

    replace it with

    
    <header id="t3-header" class="wrap t3-header data-spy="affix" data-offset-top="48"">
    

    Let me know if it helps

    azri445 Friend
    #983128

    i already try it… but the blue bar not stick..only the main menu and also its causing my main page overlap.

    Pankaj Sharma Moderator
    #983132

    You can post your site details in your own thread for the same topic , i will check it.

    azri445 Friend
    #986539

    i still having problem with the main menu…. its didnt stick

    Pankaj Sharma Moderator
    #986662

    i still having problem with the main menu…. its didnt stick

    Cau u post your site details in your own thread ? So that i can check it.

    azri445 Friend
    #998746

    im still having problem on js notification and also i want to make the top header and the menu to stick.

    and i found out that my template version still 1.0.6, when i go to my template it said ja social has 1.1.2 version. where to download? perhaps this can fix all the issue

    Pankaj Sharma Moderator
    #998802

    Hi
    As i requested before you have to provide me your site details so i can help you out .

Viewing 8 posts - 1 through 8 (of 8 total)

This topic contains 7 replies, has 3 voices, and was last updated by  Pankaj Sharma 7 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum