-
AuthorPosts
-
March 21, 2015 at 11:41 am #232438
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.nlSidenote
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).March 21, 2015 at 11:31 pm #232676Hey 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.
March 25, 2015 at 5:57 pm #235266Thanks 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?
March 25, 2015 at 7:58 pm #235339Mideaa,
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.
–NathanMarch 26, 2015 at 12:46 am #235482Hi 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.
-
AuthorPosts