Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #996808

    I’m using the one-page template as a base. The top menu only appears after you start scrolling down. Is there a way to have the menu show up on load? I’ve looked at the theme options for header and menu, I can’t find a way to change this behavior. This is the test site: http://annembrauer.wpadev.com/

    #996857

    Hey sbeauchesne,

    It is not visible because you have the menu and background color set to the same color. Please go to Enfold theme options > Header > Transparency options and change transparent menu color.

    Best regards,
    Jordan Shannon

    #996869

    Thanks for the reply Jordan. However, the fix didn’t work. I changed the transparency to a very different color, and it still doesn’t show up on load, only when you start scrolling. Any other ideas?

    I’m using this template: https://kriesi.at/themes/enfold-one-page-portfolio/ and I hadn’t noticed that it didn’t display the menu as would normally be expected. Does it have something to do with the fact that the first item in the home page is a slider?

    #996872

    Hi,

    Add this to quick css:

    #top .av_header_scrolldown.av_header_transparency{
    opacity:1!important;
    margin-top:0px!important;
    background:#000!important;
    }

    Best regards,
    Jordan Shannon

    #996876

    … and we have a winner! It worked like a charm. Thanks Jordan.

    #996889

    Hi,

    No problem at all. I’m happy to help. If you need anything else, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Top menu doesn't show on load’ is closed to new replies.