Fix Mobile Menu When Max Mega Menu is enabled you will see 2 mobile toggle buttons on smaller screens. Step 1. Go to Mega Menu > Menu Themes > Mobile Menu and set the Responsive Breakpoint to 768px. This will synchronize the theme mobile display with Max Mega Menu. Step…
Using the Woodmart demo as an example, unfortunately it is not possible to replace the “Browse Categories” menu with Max Mega Menu, due to the way the theme is coded. We do not recommend using Max Mega Menu with the Woodmart theme. Woodmart includes it’s own Mega Menu functionality, documentation…
These instructions are for the “Responsive Mobile” (aka “Responsive II”) theme by CyberChimps. Remove duplicate mobile toggle button Go to Appearance > Customize > Additional CSS and enter the following:
1
2
3
4
5
6
7
8
9
10
/** Hide mobile items **/
.mega-menu-header-menu#mobile-current-item,
.mega-menu-header-menu#mobile-nav-button {
display:none!important;
}
/** Remove left and right padding on mobile menu **/
.mega-menu-header-menu#main-menu {
padding:0;
}
Mega Sub Menu Widths We recommend the following settings to make the mega sub menus span the full width…
Remove Duplicate Main Menu The main menu will be displayed twice on the page when Max Mega Menu is enabled. To fix this, go to Tour Package > Page Style > Additional Style (CSS) and insert the following:
Removing residual styling The mobile menu when used with houzez suffers from Residual Styling. The following instructions will remove the theme mobile toggle button and display the Max Mega Menu in it’s default state on mobiles. Step 1: Theme setup Houzez has a non configurable mobile responsive breakpoint of 991px….
Hide the default “select” mobile menu and display the Max Mega Menu mobile menu instead Go to Appearance > Customize > Additional CSS and insert the following:
Creator World has it’s own JavaScript functionality for the main menu which will continue to be applied to Max Mega Menu once it’s enabled. Restore hover functionality and remove duplicate mobile toggle button Copy the header.php file to your Child Theme. Find:
AJAX Search Lite / Pro is a live search plugin for WordPress. Using the “Replacements” functionality in Max Mega Menu Pro it is possible to display the search bar directly within the menu. Step 1: Ajax Search Setup Make sure the “Search box width” is set to a fixed width…