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
It appears the BB menu module does not apply the same hooks to the front-end output as the built in menu outputs do (either when using a default theme location or a menu widget). As a workaround, you can use the WordPress widget and that works great.
I would bet that the best solution would really be to get BeaverBuilder to apply the same filters to their front-end menu output as WordPress does. Specifically this one: nav_menu_item_args
However in lieu of that, perhaps there's a filter that BB provides for the menu output that we could also use to resolve this.
The text was updated successfully, but these errors were encountered:
It appears the BB menu module does not apply the same hooks to the front-end output as the built in menu outputs do (either when using a default theme location or a menu widget). As a workaround, you can use the WordPress widget and that works great.
I would bet that the best solution would really be to get BeaverBuilder to apply the same filters to their front-end menu output as WordPress does. Specifically this one:
nav_menu_item_args
However in lieu of that, perhaps there's a filter that BB provides for the menu output that we could also use to resolve this.
The text was updated successfully, but these errors were encountered: