Menu hidden until scroll
-
My menu is hidden on pages other than the home page until you scroll. How can I make the menu visible always?
-
Of course, mattmesserli.com and the menu is initially hidden until scroll on any page other than the front page.
I am also having this issue. http://wildernessbasin.com
We have the same problem on http://www.monbizawards.co.uk
open a menu linked to a page see About-us on the footer
I am having the same problem. http://foxbeagle.com
Yes looks like there is a bug in the menu.. We are still waiting for someone to pick this up.. I did have an idea and that is using CSS turn of the autohide ? but don’t know where to look
I fixed it. You need to change this code in the Theme Header folder.
<div class=”overlay-layer-nav <?php if ( ! empty( $fixedheader ) ) {echo esc_attr( $fixedheader );} ?>”>
to this
<<div class=”overlay-layer-nav sticky-navigation-open” style=”min-height: 118px;” <?php if ( ! empty( $fixedheader ) ) {echo esc_attr( $fixedheader );} ?>”>
The Code is found above the <!– STICKY NAVIGATION –> Under SECTION: HOME / HEADER
Hi This did not work.. π
Just updated the theme now the Header menu is missing ..
Also you have an extra < at the beginning
So weird it worked for me. And thats all I did. http://www.foxbeagle.com Did you clear your cache? Sorry about the extra < I was going to type it but then decided to copy and paste.
This didn’t work for me either. It made the front page menu hidden until scroll also.
@rodicaelena is there a possible fix for this?
Hi @messerlimc,
I’m sorry for the late answer. From what I see I think the issue is related to this option in Customize > Appearance > General Options > Header visibility http://prnt.sc/emb0jp . Could you please check if that option is selected, and if so, deactivate it?
Meanwhile, we’ll investigate this, as that option should only be available for the frontpage, not all the pages.
Regards,
RodicaSorry I don’t know what to say. It worked for me and thats all I did. I am not the theme writer. I just thought I would share what worked for me.
Hello @rodicaelena that worked spot on..
@karenlg thank you very much trying to help..Option in Customize > Appearance > General Options > Header visibility
Un-checking this fixed it for all pages@rodicaelena thank you! I really appreciate it.
The topic ‘Menu hidden until scroll’ is closed to new replies.
