Can’t get it to work with Exbico theme
-
Hey folks,
Just purchased the Exbico Pro theme. Nice looking theme, but the menu is not accessible, so here I am.
Installed the plugin and I get this error when trying to set up the menu:
“There are currently no menu locations registered by your theme.”Here’s my theme’s functions code:
register_nav_menus( array(
‘menu-1’ => esc_html__( ‘Primary’, ‘exbico-pro’ ),
) );
register_nav_menus( array(
‘menu-2’ => esc_html__( ‘Side-menu’, ‘exbico-pro’ ),
) );And header code:
wp_nav_menu( array(
‘theme_location’ => ‘menu-1’,
‘menu_id’ => ‘primary-menu’,
‘menu_class’ => ‘nav-menu mobile-menu navigation’,
) );Any ideas?
Viewing 5 replies - 1 through 5 (of 5 total)
Viewing 5 replies - 1 through 5 (of 5 total)
- The topic ‘Can’t get it to work with Exbico theme’ is closed to new replies.