Not changing menus
-
Hi,
I’m using Sparkling theme. I’ve installed Conditional Menus, selected a different menu for Primary Menu, added conditions, and saved, but there’s no effect. The menu doesn’t change.
I’ve disabled all plugins and tested. Same result.
On the Appearance > Menus page it does id the main menu as “(Primary Menu)”
However, perhaps related, in trying to figure this out, I went to Appearance > Customize > Menus > Menu 1 (currently set to Primary Menu) – and under menu locations removed it from the Primary Menu, but on the preview the menu stays in place.
In fuctions.php, the menu is set up like this:
// This theme uses wp_nav_menu() in one location. register_nav_menus( array( 'primary' => esc_html__( 'Primary Menu', 'sparkling' ), 'footer-links' => esc_html__( 'Footer Links', 'sparkling' ), // secondary nav in footer ) );
So… basically it’s not working, any thoughts on troubleshooting this?
Themify – the site is behind a log in, if it would help you to see it, I can provide credentials for you to take a look,
Chris
- The topic ‘Not changing menus’ is closed to new replies.