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 Sep 16, 2019. It is now read-only.
and change all the function calls/names to something unique. the menu is showing up properly in the backend, but calling the function in the front end wont show the menu.
I could have sworn ive done this with foundationpress on almost every site ive built.. did anything change? ive checked for typos 10 times.
Thanks
The text was updated successfully, but these errors were encountered:
I am trying to register a new nav menu, doing what I always do.. copy and paste
if ( ! function_exists( 'foundationpress_top_bar_r' ) ) { function foundationpress_top_bar_r() { wp_nav_menu( array( 'container' => false, 'menu_class' => 'dropdown menu', 'items_wrap' => '<ul id="%1$s" class="%2$s show-for-medium" data-dropdown-menu>%3$s</ul>', 'theme_location' => 'top-bar-r', 'depth' => 3, 'fallback_cb' => false, 'walker' => new Foundationpress_Top_Bar_Walker(), )); } }
and change all the function calls/names to something unique. the menu is showing up properly in the backend, but calling the function in the front end wont show the menu.
I could have sworn ive done this with foundationpress on almost every site ive built.. did anything change? ive checked for typos 10 times.
Thanks
The text was updated successfully, but these errors were encountered: