-
Notifications
You must be signed in to change notification settings - Fork 62
Open
Description
I opened a pull request #136 about this.
Currently, it's either all in or all out for both menus, since the conditional checks are within the menu themselves. By removing those checks and using genesis filters we can add / remove support for the menus individually...
Example
remove_filter( 'genesis_do_nav', 'bsg_nav_menu');
or
remove_filter( 'genesis_do_subnav', 'bsg_nav_menu');
This would also allow us to remove ubermenu conditional check since we can just disable the menus and would allow you to use ubermenu on say the primary menu and keep bootstrap menu for secondary menu.
Metadata
Metadata
Assignees
Labels
No labels