Introduction
Please follow the instructions below to replace Ultimatum’s menu with HeroMenu. The menu within Ultimatum will interfere with HeroMenu, so we have to remove some code in order to make sure Ultimatum has no effect on HeroMenu.
Take Note
All changes are done within the header.php file. Start by making a backup of this file. Please also note in future that theme updates by the author will overwrite the header.php. So make sure that when you do a theme update, also do this bit in the header.php file again.
Manual Integration
Replace the following code within header.php.
<?php do_action('ultimatum_print_header'); ?>
With the following:
<?php wp_nav_menu( array( 'theme_location' => 'primary-menu' ) ); ?>
Menu Location Settings
Navigate to Hero Menu » Settings » Menu Integration and set menu location to Primary Menu.
