Title: Menu hidden until scroll
Last modified: March 3, 2017

---

# Menu hidden until scroll

 *  Resolved [messerlimc](https://wordpress.org/support/users/messerlimc/)
 * (@messerlimc)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/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?

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/menu-hidden-until-scroll/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/menu-hidden-until-scroll/page/2/?output_format=md)

 *  [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * (@rodicaelena)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8878336)
 * Hi [@messerlimc](https://wordpress.org/support/users/messerlimc/),
 * Can you please give me your site URL so I can see the issue?
 * Thank you,
    Rodica
 *  Thread Starter [messerlimc](https://wordpress.org/support/users/messerlimc/)
 * (@messerlimc)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8881049)
 * Of course, mattmesserli.com and the menu is initially hidden until scroll on 
   any page other than the front page.
 *  [timlund](https://wordpress.org/support/users/timlund/)
 * (@timlund)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8887458)
 * I am also having this issue. [http://wildernessbasin.com](http://wildernessbasin.com)
 *  [a2zcomputing](https://wordpress.org/support/users/a2zcomputing/)
 * (@a2zcomputing)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8889388)
 * We have the same problem on [http://www.monbizawards.co.uk](http://www.monbizawards.co.uk)
 * open a menu linked to a page see About-us on the footer
 *  [karenlg](https://wordpress.org/support/users/karenlg/)
 * (@karenlg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8922830)
 * I am having the same problem. [http://foxbeagle.com](http://foxbeagle.com)
 *  [a2zcomputing](https://wordpress.org/support/users/a2zcomputing/)
 * (@a2zcomputing)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8926035)
 * 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
 *  [karenlg](https://wordpress.org/support/users/karenlg/)
 * (@karenlg)
 * [9 years, 3 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8927433)
 * 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
 *  [a2zcomputing](https://wordpress.org/support/users/a2zcomputing/)
 * (@a2zcomputing)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8933504)
 * Hi This did not work.. 🙁
 * Just updated the theme now the Header menu is missing ..
 * Also you have an extra < at the beginning
 *  [karenlg](https://wordpress.org/support/users/karenlg/)
 * (@karenlg)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8934355)
 * So weird it worked for me. And thats all I did. [http://www.foxbeagle.com](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.
 *  Thread Starter [messerlimc](https://wordpress.org/support/users/messerlimc/)
 * (@messerlimc)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8934971)
 * This didn’t work for me either. It made the front page menu hidden until scroll
   also.
 *  Thread Starter [messerlimc](https://wordpress.org/support/users/messerlimc/)
 * (@messerlimc)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8934976)
 * [@rodicaelena](https://wordpress.org/support/users/rodicaelena/) is there a possible
   fix for this?
 *  [rodicaelena](https://wordpress.org/support/users/rodicaelena/)
 * (@rodicaelena)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8935382)
 * Hi [@messerlimc](https://wordpress.org/support/users/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](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,
    Rodica
 *  [karenlg](https://wordpress.org/support/users/karenlg/)
 * (@karenlg)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8935513)
 * Sorry 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.
 *  [a2zcomputing](https://wordpress.org/support/users/a2zcomputing/)
 * (@a2zcomputing)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8937981)
 * Hello [@rodicaelena](https://wordpress.org/support/users/rodicaelena/) that worked
   spot on..
    [@karenlg](https://wordpress.org/support/users/karenlg/) thank you
   very much trying to help..
 * Option in Customize > Appearance > General Options > Header visibility
    Un-checking
   this fixed it for all pages
 *  Thread Starter [messerlimc](https://wordpress.org/support/users/messerlimc/)
 * (@messerlimc)
 * [9 years, 2 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/#post-8939638)
 * [@rodicaelena](https://wordpress.org/support/users/rodicaelena/) thank you! I
   really appreciate it.

Viewing 15 replies - 1 through 15 (of 17 total)

1 [2](https://wordpress.org/support/topic/menu-hidden-until-scroll/page/2/?output_format=md)
[→](https://wordpress.org/support/topic/menu-hidden-until-scroll/page/2/?output_format=md)

The topic ‘Menu hidden until scroll’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/llorix-one-lite/0.2.17/screenshot.
   png)
 * Llorix One Lite
 * [Support Threads](https://wordpress.org/support/theme/llorix-one-lite/)
 * [Active Topics](https://wordpress.org/support/theme/llorix-one-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/llorix-one-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/llorix-one-lite/reviews/)

## Tags

 * [menu](https://wordpress.org/support/topic-tag/menu/)

 * 17 replies
 * 5 participants
 * Last reply from: [a2zcomputing](https://wordpress.org/support/users/a2zcomputing/)
 * Last activity: [9 years, 2 months ago](https://wordpress.org/support/topic/menu-hidden-until-scroll/page/2/#post-8944391)
 * Status: resolved