[Resolved] menu plus secondary navigation

Home Forums Support [Resolved] menu plus secondary navigation

Home Forums Support menu plus secondary navigation

Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #143908
    Tudor M

    Can I add menu plus to secondary navigation?

    I would like to add an icon to secondary navigation.

    Something like here: http://www.leadpages.net/

    #144002
    Tom
    Lead Developer
    Lead Developer

    Currently Menu Plus only works with the primary menu.

    However, you can just style your secondary navigation like the primary nav, and the primary nav like the secondary nav. They both have the same options, to they can be changed around πŸ™‚

    #155651
    rex wickham

    How do you swap the order around? So that what is set as Primary Menu appears as the mobile menu?

    #155708
    Tom
    Lead Developer
    Lead Developer

    The primary menu should display as the mobile menu by default?

    #155803
    rex wickham

    Hi
    I’m seeing the Secondary menu in Mobile view in both positions.

    http://goulden.2020staging.com/

    #155868
    Adrian Cojocariu

    Make sure you selected which menu is which from the WP dashboard, and also from the customizer.

    #155879
    Tom
    Lead Developer
    Lead Developer

    It looks like you’re hiding the primary menu:

    @media only screen and (max-width: 961px) {
        #menu-mainmenu, #site-navigation {
            display: none!important;
        }
    }

    You could hide the secondary menu instead?

    #155894
    Tudor M

    unsubscribe. it will be nice to have an unsubscribe button/section to get unsubscribe without needing to write a post πŸ™‚

    #155928
    Tom
    Lead Developer
    Lead Developer

    bbPress definitely needs some love.

    You can always edit your original post and de-select the Notify me checkbox.

    #156019
    rex wickham

    Many thanks.

    In fact there was a plugin called “Mobile.Nav” which was doing this. I wasn’t aware of it as i took over the site. It was there because the previous theme was not as good as GeneratePress πŸ™‚

    So I just needed to disable Mobile.Nav and it all worked as expected.

    Thank you Tom

    #156032
    Tom
    Lead Developer
    Lead Developer

    Awesome, glad you got it sorted πŸ™‚

Viewing 11 posts - 1 through 11 (of 11 total)
  • You must be logged in to reply to this topic.