Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #894485
    Bent M
    Participant

    Some of my pages have (as desired) the navbar static (going with the page) and others staying fixed as users scroll down.

    As I’d like it here: http://Visionears.com
    Not working right: http://visionears.com/live/

    I tried your CSS fix as in one of your forum-topics, but it did not change anything.

    Bent.

    #895235
    Paul R
    Moderator

    Hi Bent,

    Please navigate to Appearance > Customize > Header and set Navbar Position to static top.

    http://screencast.com/t/P9Myo90kq

    Thanks

    #895762
    Bent M
    Participant

    That was the first thing I tried.

    #896608
    Thai
    Moderator

    Hi Bent,

    Would you mind providing us with login credentials so we can take a closer look? To do this, you can make a post with the following info:

    – Link login to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    Thanks.

    #900922
    Bent M
    Participant
    This reply has been marked as private.
    #901911
    Rupok
    Member

    Hi there,

    Thanks for updating. When you set One Page Navigation it will automatically add Fixed Top instead of Static Top because Static Top won’t make any sense while you are using One Page Navigation since the menu item won’t be clickable after scrolling to a section. You can override this by adding the below CSS (not recommended though) :

    .x-navbar-fixed-top {
      position: relative;
    }

    You can do it for certain pages by adding preceding page ID or placing this on page level CSS.

    .page-id-7293 .x-navbar-fixed-top {
      position: relative;
    }

    Hope this makes sense.

    Cheers!

  • <script> jQuery(function($){ $("#no-reply-894485 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>