- This topic has 10 replies, 4 voices, and was last updated 7 years, 4 months ago by
Tom.
-
AuthorPosts
-
October 13, 2015 at 3:50 am #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/
October 13, 2015 at 10:37 am #144002Tom
Lead DeveloperLead DeveloperCurrently 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 π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 25, 2015 at 7:22 am #155651rex wickham
How do you swap the order around? So that what is set as Primary Menu appears as the mobile menu?
November 25, 2015 at 10:38 am #155708Tom
Lead DeveloperLead DeveloperThe primary menu should display as the mobile menu by default?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 26, 2015 at 12:27 am #155803rex wickham
Hi
I’m seeing the Secondary menu in Mobile view in both positions.November 26, 2015 at 7:55 am #155868Adrian Cojocariu
Make sure you selected which menu is which from the WP dashboard, and also from the customizer.
November 26, 2015 at 8:59 am #155879Tom
Lead DeveloperLead DeveloperIt 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?
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 26, 2015 at 10:00 am #155894Tudor M
unsubscribe. it will be nice to have an unsubscribe button/section to get unsubscribe without needing to write a post π
November 26, 2015 at 12:20 pm #155928Tom
Lead DeveloperLead DeveloperbbPress definitely needs some love.
You can always edit your original post and de-select the Notify me checkbox.
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-developmentNovember 27, 2015 at 3:27 am #156019rex 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
November 27, 2015 at 7:36 am #156032Tom
Lead DeveloperLead DeveloperAwesome, glad you got it sorted π
Documentation: http://docs.generatepress.com/
Adding CSS: http://docs.generatepress.com/article/adding-css/
Ongoing Development: https://generatepress.com/ongoing-development -
AuthorPosts
- You must be logged in to reply to this topic.