Skip to content

Menus should be editable individually #137

Description

@bryanwillis

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions