Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add subitems support on secondary menu #198

Open
rubengc opened this issue Jun 19, 2018 · 3 comments
Open

Add subitems support on secondary menu #198

rubengc opened this issue Jun 19, 2018 · 3 comments
Milestone

Comments

@rubengc
Copy link

rubengc commented Jun 19, 2018

I just get noticed that menu subitems are just supported on primary menu and not on secondary

Would be awesome get support to subitems on both

@arraypress
Copy link
Contributor

@rubengc you can achieve this programatically via the hooks and filters available, I did it for my site. You can move the primary menu to the secondary menu location. Will dig out the code and post it here when I get a chance!

@amdrew amdrew added this to the 1.1 milestone Jun 19, 2018
@amdrew
Copy link
Contributor

amdrew commented Jun 19, 2018

There's a filter on the secondary menu which you could use to change the depth and thus allowing sub-menus, though the CSS styling might need some work.

This is however possible without any extra work in the 1.1 branch being worked on. Will close this issue out once 1.1 is merged into master.

@rubengc
Copy link
Author

rubengc commented Jun 20, 2018

I suppose there is some issue because all menus already support it excluding secondary

Anyway thanks you both for your help!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants