Thread Starter
jaanfx
(@jaanfx)
Should I report this as bug? I been searching for hours and can’t seem to find any solution at all.
Thread Starter
jaanfx
(@jaanfx)
I been sturggling on my own to figure this out, did search here and google yet to find a solution..
I am shocked no one else is having this problem. I tried in IE7, IE8, Firefox, Chrome, Safari and Opera – I have the same problem no matter which browser I use.
in function.php I am using
//——————-
register_nav_menus( array(
'primary' => __( 'Primary Navigation', 'MainNav' ),
) );
//——————-
and the page I want the nav on has thise code:
<?php wp_nav_menu( array( 'container_class' => 'menu-header', 'theme_location' => 'primary' ) ); ?>
is anything wrong with my codes?