Apicona overrides the default styling of Max Mega Menu in such a way that makes it almost impossible to fix the problems that this has caused. These issues include: Settings in the theme editor not working and sub menus not displaying correctly when the sub menu type is set to “Mega…
Enfold v4 Update: Hide the Enfold Mobile Menu button/burger icon Go to Appearance > Editor and select “functions.php” on the right. Add this to the bottom of the file:
1
2
3
functionavia_append_burger_menu(){
return"";
}
Note: this code should be placed in your child themes functions.php file (or you will need to redo the edit…
From your WordPress Dashboard, go to Mega Menu > Menu Themes > Mobile Menu, select your active menu theme and: 1. Set the Responsive Breakpoint to 991px 2. Insert the following into the ‘Custom Styling’ area on a new line:
Suggested Menu Theme Settings To replicate the default menu style, set the following values in your menu theme (under Mega Menu > Menu Themes) Top Level Menu Items > Menu Items Align: Center Mega Menus > Panel…
MedicalLink uses JavaScript to dynamically create the mobile menu. This functionality does not work correctly when Max Mega Menu has been enabled for the main menu. To fix the mobile menu: Step 1 Under Appearance > Editor, select ‘header.php’ on the right. Find (line ~376):
If you are having trouble updating the Max Mega Menu Pro plugin it usually means your license has not been activated on the domain you are trying to update. Update Failed: Unauthorized This error message is shown when either your current site URL has not been activated for the licence, or…
Theme Setup These instructions have been tested with Salient v10.x Step 1 – Remove Residual Styling Salient includes its own Mega Menu JavaScript (superfish.js) which conflicts with Max Mega Menu. To stop superfish.js from being applied to the menu, install the TC Custom JavaScript plugin. Go to Appearance > Custom…