Navigation
This is archived content. Visit our new forum.
  • Author
    Posts
  • #232438

    Mideaa
    Participant

    Issue
    In Appearance -> Customize -> Header, I set the Navbar Position to Fixed Top. However the navbar does not stay fixed, instead it stays static at the top. 🙁
    Can you help me? Thanks in advance!

    Website
    stadshermenie.nl

    Sidenote
    Maybe it happened because I set up a one page navigation for the page when the Navbar Position still was set to Static Top. I changed it to Fixed Top after.

    Version
    I just created a WP page with the latest WP version (wordpress-4.1.1) and installed the latest X Theme (themeforest-5871901-x-the-theme-wordpress_theme).

    #232676

    Christian
    Moderator

    Hey there,

    In this case, please give us access to your WordPress admin and FTP. But before that, please clear your cache and browser history.

    Thanks.

    #235266

    Mideaa
    Participant

    Thanks for your swift response! Sorry for my late reply, I was not eager to share access to the website and FTP so I wanted to try to find a solution by myself first.

    By accident I just found out what causes the problem on my other X Themed website:
    Namely when Appearance -> Layout and Design -> Site Layout is set to Boxed this issue occurs on both websites. When I set the Site Layout to Fullwidth there is no problem.

    You can see that it works now. Since my original post I only edited the Site Layout setting.
    http://stadshermenie.nl/

    So now I wonder, is One Page Navigation not supported on Boxed layouts? And if so, why?

    #235339

    Nathan C
    Participant

    Mideaa,
    Thanks for telling about how you solved the problem. I was experiencing the same problem. As soon as I changed it to Fullwidth, the problem went away.
    –Nathan

    #235482

    Paul R
    Moderator

    Hi Guys,

    I was able to replicate this issue in my local install.

    I have forwarded this issue to our web development team as a bug.

    You can add this under Custom > CSS in the Customizer as a temporary fix.

    
    .x-navbar.x-navbar-fixed-top.x-container.max.width {
        position:fixed;
    }
    

    Hope that helps.