Welfare
Step 1 – Theme Setup
The following instructions apply when theĀ Theme Settings > General > Header > Header Styles option is set to “Default”.
Step 2 – Fix Mobile Menu
This step will explain how to restore the default Max Mega Menu mobile menu.
Copy the parent theme header.php file to your child theme.
In the child theme header.php file,
Find (~line 374):
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 |
<div class="resp_nav_wrap"> <div class="resp_nav_wrap_inner"> <div class="resp_nav_content"> <a class="responsive_nav cmsms_theme_icon_resp_nav" href="javascript:void(0);"></a> </div> </div> </div> <!-- _________________________ Start Navigation _________________________ --> <nav role="navigation"> <?php echo "\t"; wp_nav_menu($nav_args); echo "\r"; ?> <div class="cl"></div> </nav> <!-- _________________________ Finish Navigation _________________________ --> |
Replace with:
1 |
<?php wp_nav_menu($nav_args); ?> |
Step 3 – Menu Theme
Welfare leaves a 50px tall space for the menu to sit inside. To allow Max Mega Menu to fill the height of the space, go to Mega Menu > Menu Themes and set the Menu Height to 50px.