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
Unfortunately, there are still some limitations to this approach in that we can still only place the menu-opener in one of the 4 default menu areas (left, right, primary, footer). We could not use this method to add a the menu-opener to a utility-widget area.
Ideally, we should be able to place the menu-opener freely and without code in any menu as a Featured Link in the WordPress menu builder.
This would also allow us to revert these commits to keep our menu areas clean and consistent with the WordPress way:
With this commit we've successfully decoupled the
menu-opener
from theright-menu
.9f4c200
This allows us to manipulate the placement of the
menu-opener
via hooks. For example, a child theme could contain:Unfortunately, there are still some limitations to this approach in that we can still only place the
menu-opener
in one of the 4 default menu areas (left, right, primary, footer). We could not use this method to add a themenu-opener
to autility-widget
area.Ideally, we should be able to place the
menu-opener
freely and without code in any menu as aFeatured Link
in the WordPress menu builder.This would also allow us to revert these commits to keep our menu areas clean and consistent with the WordPress way:
right-menu
could also be restored to it's former state (prior to the menu rework)The text was updated successfully, but these errors were encountered: