Search for: Log In Free Support [Resolved] Multiple Custom Menus Home › Forums › Support › Multiple Custom Menus This topic has 9 replies, 3 voices, and was last updated 5 years, 6 months ago by bdbrown. Viewing 10 posts - 1 through 10 (of 10 total) Author Posts September 1, 2015 at 9:05 am #133499 Andy Hi, I need to add a different custom menu to the left sidebar of 2 or more different pages. Is this possible? Thanks. September 1, 2015 at 9:47 am #133521 TomLead Developer Lead Developer A plugin like this may do the trick: https://wordpress.org/plugins/menu-swapper/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development September 1, 2015 at 1:26 pm #133563 Andy Thanks for the suggestion I looked into this but it only replaces the primary menu with a custom menu, you cant do the same in a sidebar. I’m happy to register new sidebars and menus but I’m not sure how to do this with your theme as it doesnt use different page templates. Any further help appreciated. September 1, 2015 at 1:46 pm #133570 bdbrown You could add the menu widget to the sidebar, set the default to hidden, then display it on specific pages. Something like this using css: /* default hide sidebar menu */ #left-sidebar #nav_menu-2 { display: none; } /* display sidebar menu on specific pages */ .page-id-2 #left-sidebar #nav_menu-2 { display: block; } Adding CSS: https://generatepress.com/knowledgebase/adding-css/ September 1, 2015 at 1:52 pm #133572 Andy Thanks, but I need two different custom menu sidebars, unless I misunderstaad your solution. September 1, 2015 at 1:57 pm #133573 bdbrown Add both menu widgets to the sidebar. Set them both to display:none. Then display either one or the other on specific pages as needed. Does that help? September 1, 2015 at 2:35 pm #133580 Andy Thanks I think this is going to work, I may also be able to use the Category widget instead of Custom menu. September 1, 2015 at 3:09 pm #133590 bdbrown Glad I could help. Let us know if you have any additional questions. September 1, 2015 at 3:20 pm #133597 TomLead Developer Lead Developer If you’re using widgets you can use a plugin like this: https://wordpress.org/plugins/display-widgets/ Documentation: http://docs.generatepress.com/ Adding CSS: http://docs.generatepress.com/article/adding-css/ Ongoing Development: https://generatepress.com/ongoing-development September 1, 2015 at 4:14 pm #133599 bdbrown Well, that’s even better. No additional css 🙂 Author Posts Viewing 10 posts - 1 through 10 (of 10 total) You must be logged in to reply to this topic. Log In Username: Password: Keep me signed in Log In