Home>Support>Duplicate Navigation Menus, showing sticky and normal.

Duplicate Navigation Menus, showing sticky and normal.

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

Hi, I really like the simplicity of the vantage theme, however I’m having a problem with the sticky nav. I want to use sticky nav on the site, however when I change the opacity I can see a second menu behind it? How to do I hide the normal menu and only display the sticky menu? URL is included below.
Thanks!

URL: http://showev.dev5.webenabled.net/

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 11 years, 8 days ago Rocky Tilney

    To clarify, you can see the menu behind the sticky menu when you initially scroll down the page. Thanks.

  2. 11 years, 7 days ago Andrew Misplon
    Hi, I Work Here

    Hi Rocky

    Try this under Appearance > Custom CSS:

    nav::nth-of-type(1) { display: none; }
    
    .site-navigation.sticky { width: 100% !important; }
    
  3. 11 years, 7 days ago Rocky Tilney

    Hi Andrew, unfortunately that didn’t work. Any other ideas? It’s strange that two menus exist.

  4. 11 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    Sorry about that, it should have been:

    nav:nth-of-type(1) { display: none; }
    
    .site-navigation.sticky { width: 100% !important; }
    

    Give that a try.

  5. 11 years, 6 days ago Rocky Tilney

    Excellent, thanks Andrew. Worked fine!

  6. 11 years, 5 days ago Andrew Misplon
    Hi, I Work Here

    Super, glad to hear that helped.

  7. 11 years, 4 days ago Rocky Tilney

    Hi Andrew, I noticed that when you place the code you provided we lose the mobile menu. Any way to fix that?

  8. 11 years, 4 days ago Andrew Misplon
    Hi, I Work Here

    Looks to be working on my side. Did you make progress?

  9. 11 years, 4 days ago Carson Samuel Roes

    I have an opaque sticky menu as well and am having the same issue, but my menu doesn’t start at the top. How do I hide the main menu when it switches to sticky?

    http://www.carsonroes.com

  10. 11 years, 4 days ago Rocky Tilney

    Hi Andrew, it works now because I removed the code you provided. The double menu is back, I’ll have to keep that until there is a fix. Thanks for your help.

  11. 11 years, 3 days ago Andrew Misplon
    Hi, I Work Here

    I’m not getting the same result. Here is an example site:

    http://hitdelete.com/

    Custom CSS for the menu is:

    nav:nth-of-type(1) { display: none; }
    
    .site-navigation.sticky { width: 100% !important; }
    
    .main-navigation { background: rgba(34, 34, 34, 0.8) !important; }
    

    I see one menu and my mobile menu is still working. Can you perhaps check this out and confirm.

    Carson you can try this out if you’re keen.

  12. 11 years, 2 days ago Carson Samuel Roes

    That gets rid of the menu behind it, but it is permanently stuck to the top. I would like it to start under the logo than disappear as the sticky menu appears.

    • 11 years, 2 days ago Andrew Misplon
      Hi, I Work Here

      I know the effect you’re after. It’s unfortunately not something we can offer with Vantage as the theme currently stands. Sorry I don’t have more here.

  13. 10 years, 3 months ago Eva Collados

    Hi Andrew,

    I had the same problem about the two sticky menus displayed. The code you provided solved it, but i noticed that also hidded the navigation at the bottom of my archive pages.

    So i added to your rule one selector:

    .site-navigation.sticky nav:nth-of-type(1) { display: none; }
    • 10 years, 3 months ago Andrew Misplon
      Hi, I Work Here

      Thanks Eva. That looks good. Appreciate the share.

  14. 9 years, 10 months ago Lauren Noëlle Gauthier

    Hi Andrew,
    I’m also having the same issue as Rocky Tilney above, in terms of duplicate navigation menus showing sticky on my mobile site: http://www.thevintageexplorer.com. When I placed the code you provided above into my Bldr theme CSS sheet, I also lost the mobile menu completely like Rocky did. Can you please assist? thank you! Lauren

Replies on this thread are closed. Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More