Agama includes it’s own Mega Menu functionality which conflicts with Max Mega Menu. To fix this conflict: Install the “TC Custom JavaScript” plugin, then go to Appearance > Custom JavaScript and enter the following:
General Theme Settings Go to Appearance > Theme Options > General Settings and uncheck the “Enable Single Page Nav(Menu)” option. Fix Residual Styling The theme applies “!important” styling to the font size and color of menu links, making it impossible for Max Mega Menu to apply the styling you’ve set in…
Step 1 Install and activate the child theme (dfd-ronneby_child.zip) which was provided in your theme download. Step 2 Within the child theme folder, create a new file named ‘functions.php’ and paste in the following:
When Max Mega Menu is enabled in Twenty Nineteen, you might notice the following conflicts: Menu items are duplicated within sub menus Focusing on input boxes within sub menus immediately removes the focus To resolve these issues, add the following to your child themes functions.php file:
1
2
3
4
5
6
7
8
9
10
11
functionremove_parent_filters(){//Have to do it after theme setup, because child theme functions are loaded first
These instructions are for the paid version of Evolve. If you are using the free version, follow the Evolve instructions instead. Step 1 Go to Appearance > Theme Options > Header. Scroll down to “Choose Header Type”. You will see 6 header options. The first option is “header_v1”, the last…
Previous to v2.5.3, hover styles would be applied to the mobile menu using the following theme editor options. These options can be found under Mega Menu > Menu Themes > Mobile Menu: In v2.5.3 we made a change to remove the “:hover” styling from the top level items in mobile….
Fix Mobile Menu Option 1: Use the built in theme mobile menu To display the standard theme mobile menu in the slide out panel, tag your main menu to the “Mobile (optional)” location, but do not enable Max Mega Menu for it: Option 2: Use the Max Mega Menu mobile…