hello,
i want to use ubermenu and replace the existing menu .
The code i must to use it’s :
<?php if( function_exists( ‘ubermenu’ ) ): ?>
<?php ubermenu( ‘main’ , array( ‘theme_location’ => ‘primary’ ) ); ?>
<?php else: ?>
<!– The theme’s menu code goes here –>
<?php endif; ?>
So,who is the theme’s menu code and where?
Or there is an other mode to make ubermenu to cover whole the menu (See how it’s now)?
thank you