You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 3, 2022. It is now read-only.
This is actually a little more complex than it first seems.
For primary and secondary nav, we have a function that filters the building of it, to add in the mobile menu elements and sets a custom walker which handles the dropdown classes.
We need to tap into the output of the custom menu widget and do the same, but only if we're in the Header Right. However, that would then mean something like my Genesis Header Nav plugin wouldn't inherit the functionality, as it adds the menu to the same visual place, but outside of all of the Header Right widget area markup. Similarly, other nav menus that are added, we don't if they should be enhanced or not - we need to look at some attribute of wp_nav_menu to decide.
I'd be okay in not support plugins like Genesis Header Nav ... Let's see if you can find something relatively easy because I'm otherwise inclined to punt it to 1.1.0
dropdown menus in header widget area are not displayed properly
The text was updated successfully, but these errors were encountered: