4.0 Upgrade busted my main nav menu
-
So it appears that 4.0 has destroyed my main nav-bar menu. For some reason it only shows a single option on the nav bar and it happens to be to a page that was deleted some time ago. (not sure why it picked that page). So there is literally no way to navigate my site right now. I purchased a Theme so it’s been a bit difficult to track down the nav bar in but this is what I have found so far.
In the header.php file I came across this….
[ Moderator note: Code fixed, please wrap code in backticks or use the code button. ]
$defaults = array( 'theme_location' => '', 'menu' => '', 'container' => 'div', 'container_class' => '', 'container_id' => '', 'menu_class' => 'nav navbar-nav top-menu-inset', 'echo' => true, 'fallback_cb' => 'wp_page_menu', 'before' => '', 'after' => '', 'link_before' => '', 'link_after' => '', 'items_wrap' => '<ul id="%1$s" class="%2$s">%3$s', 'depth' => 0, 'walker' => new Bootstrap_Walker() ); wp_nav_menu( $defaults ); ?>
On this theme I am not even sure where to start to track down this issue. If anyone can give any assistance at all – you would be a life and site saver.
Viewing 7 replies - 1 through 7 (of 7 total)
Viewing 7 replies - 1 through 7 (of 7 total)
- The topic ‘4.0 Upgrade busted my main nav menu’ is closed to new replies.