Site logo

Archived topic

menu plus secondary navigation

10 replies · Started by Tudor M on October 13, 2015

Viewing posts 1–11 of 11

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/

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 :)

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

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

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

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?

unsubscribe. it will be nice to have an unsubscribe button/section to get unsubscribe without needing to write a post :)

bbPress definitely needs some love.

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

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

Awesome, glad you got it sorted :)

This archived topic is closed to new replies.