• Resolved messerlimc

    (@messerlimc)


    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)
  • rodicaelena

    (@rodicaelena)

    Hi @messerlimc,

    Can you please give me your site URL so I can see the issue?

    Thank you,
    Rodica

    Thread Starter messerlimc

    (@messerlimc)

    Of course, mattmesserli.com and the menu is initially hidden until scroll on any page other than the front page.

    timlund

    (@timlund)

    I am also having this issue. http://wildernessbasin.com

    a2zcomputing

    (@a2zcomputing)

    We have the same problem on http://www.monbizawards.co.uk

    open a menu linked to a page see About-us on the footer

    karenlg

    (@karenlg)

    I am having the same problem. http://foxbeagle.com

    a2zcomputing

    (@a2zcomputing)

    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

    (@karenlg)

    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

    (@a2zcomputing)

    Hi This did not work.. πŸ™

    Just updated the theme now the Header menu is missing ..

    Also you have an extra < at the beginning

    karenlg

    (@karenlg)

    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.

    Thread Starter messerlimc

    (@messerlimc)

    This didn’t work for me either. It made the front page menu hidden until scroll also.

    Thread Starter messerlimc

    (@messerlimc)

    @rodicaelena is there a possible fix for this?

    rodicaelena

    (@rodicaelena)

    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,
    Rodica

    karenlg

    (@karenlg)

    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

    (@a2zcomputing)

    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

    Thread Starter messerlimc

    (@messerlimc)

    @rodicaelena thank you! I really appreciate it.

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

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