Sometimes your theme files may have the CSS property “overflow” set to “hidden” on some page elements such as the header.
Check your page source code to see all of the tags that wrap your mega menu and check in the theme’s style sheet for any that may have the CSS rule – overflow: hidden.


















Hi, really excellent plugin, thank you for the work!
But i have some problem with drop down. The site is www,allegropc.it , i don’t know what’s the problem, because other menu work, you can help me? Because this plugin is excellent! Thank you for this great work and for the answer, and scuse me for the bad english!
Hi,
The jQuery files appear to be missing from the page header. Make sure your theme header.php file contains the wp_head() function
Ok,thanks for the quick answer, i try to see now!
Ok,thanks for the quick answer, in my header.php there is
there is wp_head() function
Then you need to check with the plugin author as the jquery files are not being loaded into the head of the page. Also the theme is loading jquery more than once. This will need to be corrected in the theme for the mega menu to function properly
I think I have removed the overflow:hidden in style.css, but still can’t get drop-downs in IE. They work in Chrome. Any ideas? Site is http://www.dolmatours.com/.
Hi,
You have an error in the javascript, which may be causing the problem with IE. Check the site with firebug to get the details
Hi,
First off this is a great plugin and could save me tons of time in the future. I’m just having one problem, I can’t seem to get the Drop-dwon menu to display. I’ve searched all the styles and I have no
property around the menu and I have the
function inserted.
Here’s the site in question http://ht-design.org/ewto-portugal/ (it’s still in development) any ideas as to what the problem might be?
Thanx
hi,
the problem is caused by the “Nivo Slider For WordPress” plugin incorrectly adding jquery again – see line in source code:
AAAAHHHH!!! makes sense, is there a way to work around this problem?
Hi,
Unfortunately this has to be fixed at the plugin level. I did raise this problem with the plugin author 3 months ago but I just checked and there hasnt been any response. I would suggest finding an alternative plugin since the Nivo slider doesnt seem to be supported any longer
I think the problem is that I’ve included the default wordpress Jquery request as well, I’m trying to find a way of turning off the all Jquery requests except the default one. Any suggestions?
To add jQuery to wordpress you should use the enqueue_script function. Add the following code to your functions.php file:
add_action('template_redirect','custom_theme_files'); function custom_theme_files() { wp_enqueue_script( 'jquery' ); }This will ensure that WordPress only loads jQuery once and in the correct location. If there are no plugins installed that use jQuery WordPress will still load the library as part of your theme files
The drop down menu is not working. I looking for overflow: hidden as it relates to “menu” and can’t find that specific code.
If the menu isnt initialising correctly also check the other FAQ that mention other plugins or javascript errors, which may be causing the menu not to load correctly
i don’t have any other plugins installed. i’m not sure what you mean about other javascript headers.
please help, this is the PERFECT solution for us.
Do you have a link to the site as its difficult to guess what is causing the problem?
I have both the horizontal and vertical mega menus, and until recently they were working perfectly. The vertical one still does. The horizontal one however no longer displays the drop downs. I have tried everything you suggest, reinstalled megamenu, deleted and re-created the menu, everything I can think of and still nothing. Please help!
http://www.disabilitydirectory.net.au is the site, see for eg Find a Provider, which should have multiple drop downs
Hi,
Then it sounds like it isnt the plugins, especially since they havent been updated. Check any new plugins that may have been installed recently – also look at FAQ – I get the error message – dcVerticalMegaMenu is not a function as it sounds like something is causing a problem with the jQuery
Hi,
Checked the site and there is some strange code being added in front of a couple of javascript functions, including the mega menu –
Have you recently added/changed anything on the site when the menu stopped working? The plugin itself cant add this code so it must be coming from another function