4333 comments found.
Chris,
I think I found out what the problem is. In the new version from the WP3 Menus section you now need to activate the Uber Menu Locations and mine does not have anything I can check to tell it I am using the Primary Navigation tab I created.
My theme is Headway (pretty popular one) that does allow use of the WP3 Menu system. Here’s a link to Headway’s site: http://headwaythemes.com/
Let me know if there is something I can do or if I can change the code somewhere to activate my menu I want to use Uber Menu in.
Thanks in advance.. great work on the mod bro!
Steve
Hi Steve,
Yup, if your theme doesn’t meet the WP3 Nav Menu integration requirements (see How can I tell if my theme is compatible with WordPress 3 Menus?), then you have 2 options.
1. You may be able to get UberMenu to automatically apply to your nav menu by turning off Strict Mode under Appearance > UberMenu > Theme Integration > Strict Mode
2. If that doesn’t work, you can follow the instructions for How to Use UberMenu with Themes that do not support WordPress 3 Custom Menus (it’s pretty simple).
Hope that helps! 
Chris
Also, when requesting support, kindly send a link to your site with temporary WP and FTP credentials through my contact form so I can troubleshoot the problem directly.
Thanks!
UberMenu 1.1.1 is now out! If you were experiencing issues with 1.1, the most common problem was themes that don’t run in jQuery noConflict mode – which meant themes were throwing javascript errors and UberMenu javascript stopped working. By default in UberMenu 1.1.1, noConflict is disabled, but you can enable it if you theme requires it by going to Appearance > UberMenu > Theme Integration > Run jQuery in noConflict Mode.
Thanks!
My submenus are not expanding. Even when I use the override in the Advanced tab or try doing CSS , I can’t seem to get the submenus to expand to it’s maximum width. my site is www.piklawgroup.com
Thanks in advance!
Hi jtpik,
The issue you are experiencing is due to 2 javascript errors that are occurring. This stops the rest of the javascript from working, so UberMenu’s auto-sizing features don’t run.
The first seems to be coming from a superfish plugin (“Multi Level Navigation Plugin”). If you’re not using that anymore, I’d deactivate it.
The second is coming from a script called ddsmoothmenu.js. I’d deactivate that as well.
Basically it sounds like you may have 3 menu scripts running and the 2 others are throwing JS errors that are interfering with UberMenu 
You can investigate these errors further using Firebug if you need.
Hope that helps,
Chris
I deactivated the superfish plugin as you suggested – it prevented Ubermenu from performing the drop down functions. I kept superfish deactivated and tried running jquery in “noconflict mode”. that didn’t work either. I have tried deactivating the php code associated with the superfish multi level navigation plugin, but whenever I do, it throws errors in my code and I have to re-upload the php file. I therefore, kept the code and reactivated the plugin but made the code disappear by placing ”/*” at the beginning. A bandaid on a gash I’m sure.
the smoothgallery thing wasn’t a plugin that I could deactivate, but I deleted the php code for it, to no effect.
currently I’m working around the issue by shortening my menu titles, but would appreciate it if it worked as intended.
Thanks 
Hi jtpik,
The code that is causing the issues is javascript, not PHP . You’d need to remove the following javascript call:
jQuery("ul.sf-menu").superfish
on line 7 of plugins/multi-level-navigation-plugin/scripts/superfish_settings.js.php, or else remove the PHP that loads that script in the first place. Still, it doesn’t seem like this script should be included at all if the plugin is deactivated, unless the theme is requiring it and importing it directly (that would be very strange).
It does seem like the second error with the ddsmoothmenu has been resolved.
Best,
Chris
Thanks for the assistance Chris, I do appreciate it. :/ I went ahead and just deleted that plugin. Now the megamenu doesn’t drop down.
Deleting the plugin has actually improved things (that error you had before is gone) – but now it has exposed additional javascript errors.
It looks like your theme is including an older version of jQuery, 1.3.2, while WordPress 3.1 includes jQuery 1.4.4. You can try switching UberMenu into “noConflict” mode and it may resolve your issue (Appearance > UberMenu > Theme Integration > Run jQuery in noConflict Mode)
UPDATE :
I’ve discovered WP Super Cache to be the main problem! I deactivated this plug-in and it appears to have resolved my IE issues. Maybe check compatibility? Not sure where the errors occured.
Still would like to know how to style “Level 2” “Level 3” and “Widget Areas”
Thanks again!
Matt
Hi Matt,
Glad you got the IE issues resolved. Might be something where you’d need to rebuild the cache whenever you make a change, as caching programs pack all the CSS together and can sometimes make a mess of things.
Here are some styles that will likely be useful for you:
/* Level 2: Column Headers */ #megaMenu ul li.ss-nav-menu-mega ul.sub-menu-1 > li > a /* Level 3: Headers */ #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu .ss-nav-menu-header > a /* Level 3: Normal Links */ #megaMenu ul li.ss-nav-menu-mega ul ul.sub-menu li a /* Widget Area Titles */ #megaMenu .wpmega-widgetarea h2.widgettitle
Also, a really useful tip for styling in Firebug is to temporarily set your dropdown trigger to “click” – this allows you to expand the submenu and investigate it in Firebug at your leisure 
Hope that helps!
Chris
Hey Chris,
I downloaded last Wednesday, but I just updated. After the update, things look pretty much the same (though with access to more skins and admin adjustments!)
I still cannot figure out why IE is having such a hard time with this! It’ll crash no matter what. It may load 1/2 and crash, or load everything and in the final stages, erase the CSS and then crash. I don’t get it. Unless I accidently deleted something, I changed very very little of the code. (Just inserted Easy Integration code).
Meanwhile, in better-browswer-land, everything works exactly how it should. Any more suggestions?
Also, much like the heirarchy layout in the Support Manual, could you identify the CSS elements to adjust font sizes? I only want to tweak a skin by making the dropdown display slightly smaller font. FireBug isn’t able to view the text I’m trying to change!
Thank you so much for your support!
Matt
Responded to your other thread below 
Anyone else notice that the new version does now work? Menu’s don’t open and while I thought it was some other problem, I took my site down to no plugins and it still didnt work.
Uninstalled and reinstaled and still didn’t work.
Uninstalled and reinstalled the old version and it’s works perfectly??
I’m using Headway theme (latest version) on a new site I’m developing for our church… thanks!
Steve
Hi Steve,
Sorry to hear you’re having trouble with the new version. I can assure you it is fully functional
The effect you are experiencing can happen if your theme isn’t coded to proper WP standards. UberMenu 1.1 uses jQuery noConflict for compatibility purposes, but sometimes themes haven’t been coded in noConflict mode and can cause problems. I’ll try to put together an update that makes this optional to support themes that have this issue.
Best,
Chris
Steve, just wanted to let you know that I just made a quick update to UberMenu and it is currently in the review queue. The update defaults to not using noConflict mode, but will allow you to switch it on in the control panel if necessary for a particular theme. It might take a few days to get reviewed, but I wanted to let you know it’s on its way.
Hopefully that’ll help out users in your position 
Chris
Thanks, Chris!
I did in fact figure it out from the User Manual. I just downloaded this plug-in and was assuming I had version 1.1. Turns out I dont?
I seemed to have encountered an error in Internet Explorer (surprise, surprise) and I don’t know if it was the Uber Menu that caused it or not. If I use IE, it almost always crashes- compatibility mode enabled and all.
I’m very lost in what has happened and how to resolve it. Any suggestions?
I took a look at the site code, and you’re right, it does seem you’re using the old version (1.0.3). If you’ve downloaded the plugin since last Friday, you should have had the new version. I have heard of caching issues like that before. Anyway, I would try downloading 1.1 again – you can tell the version quickly by the download file name (the new one should be named ubermenu-wordpress-mega-menu-plugin.zip ). If you’re still getting the old version (UberMenuPackage.zip), shoot me an email through my contact form and I’ll send you the new version via email – and I’ll let support know about the glitch!
I’d definitely recommend upgrading to 1.1 though. There is an IEFix script in 1.0.3 that sometimes caused issues in IE with certain themes (I’ve never seen it crash IE, but that could be your issue). This has been fixed in 1.1, so that’s the first thing I’d try.
Let me know – and sorry for the download glitch! 
Chris
I think this plugin is great… except I cannot get it to work!
My theme, Constructor, supports Custom Menus. I have created a child theme called ConstructorChild.
I can preview my newly created menu, called “New Navigation” in Appearance—> Uber Menu just fine but when I attempt to apply the settings to “New Navigation”, I lose all of the great CSS of the Preloaded Skins.
It adopts a hybrid of my old css, but alters somewhat. I have read through your online menu and it appears as though some instructions have changed. I’m not sure what else to do!
My site is http://texasheatlacrosse.com
I really need help with this one! Thank you so much!
Greetings DeBole1032,
Thanks for your purchase! I took a look at your site, and the menu looks properly styled to me. Perhaps you already figured it out since you left the message? If not, maybe send me a message through my contact form and point out where the issue is. 
Thanks!
Chris
Wow, this is a great plug in and I’m glad you’re getting the purchases that you’re getting.
I’m about to make the decision to purchase your plug in but was wondering, are you able to blacken out the screen the same way a modal does when it appears? Example, as a user hovers/clicks on a drop down item, all but the menu fade out.
Thanks for your interest and your kind words 
Unfortunately that is not currently a feature of UberMenu – I’ve actually never seen a menu do that. Do you have an example of the type of a menu with the effect you are looking for? It might possibly be a good feature enhancement for the future 
Best,
Chris
Yes, here’s an example: http://www.adidas.com/us/homepage.asp I think it would be great feature especially if you have a busy site where the menu would blend in.
I’ll go ahead and purchase the plug in, but do you think you’ll be implementing something like this soon? And if so, what is the likelihood it’s quick? 
Thanks for posting the example
I’ll look into this, but I think it may be too implementation-dependent to have a general solution.
I can’t guarantee that this will be done any time soon, sorry. But it wouldn’t be a very difficult customization. If you need to get that feature implemented, I might possibly be able to take this on as a freelance project next week, if you’re interested – I’d have to look at my schedule.
Best,
Chris
Great to know, I’ll holler the moment I’m ready to pull that trigger.
Two questions before I buy your menu. Is there a way for me to embed HTML into the menu, for instance, if I wanted to put in a table or some special div setup? Also, if you answer in the affirmative for the first question, how do I go about discussing next steps for the black out option we previously talked about with the Adidas site?
Actually never mind about that first question I went ahead and bought it. I just realized I could make a widgetized area for HTML insertion. So if you could just let me know about the second question that would be great.
Like you said, using a widget would be the optimal way to put whatever HTML content you want into the menu.
If you’d like to discuss customization options, rates, and time estimates, please contact me directly via my contact form on my profile page. Please note that I will be traveling Tuesday and Wednesday of this week, and may not be able to respond until I return home on Thursday.
Best,
Chris
Hey, great plugin! Good work!
I have a query which may have been asked before but I couldn’t see an answer on the comments.
The Ubermenu is working well on all my Wordpress pages but not the Homepage, which seems to be because I have a the Nivo Image slider / fader on the homepage, so the Javascript is conflicting.
I’ve tried changing the Z-index values but that didn’t work….
...any suggestions to fix it so the Ubermenu works on the homepage too?
The client has asked for the images on the home page to fade.
This is the work-in-progress site: http://s357873246.websitehome.co.uk/wordpress
Many thanks in advance.
Greetings htdl,
I took a look at your site. What’s happening is that Nivo Slider is including an extra copy of jQuery, and this is causing conflicts. You can see these lines in the code:
<script src="http://s357873246.websitehome.co.uk/wordpress/wp-content/scripts/jquery-1.4.3.min.js" type="text/javascript"></script>
<script src="http://s357873246.websitehome.co.uk/wordpress/wp-content/scripts/jquery.nivo.slider.pack.js" type="text/javascript"></script>
The top line, which includes a duplicate jQuery, should be removed. Also, it’s generally best to put script calls in the head of the document or else in the footer, but not in the middle of the page.
Anyway, I think removing the extra jQuery line will take care of your problem. Only question is if Nivo Slider is compatible with the latest version of jQuery included with WP 3 .1. If it isn’t, you’d need to deregister the default WP jQuery script and register the old version of jQuery instead (UberMenu should work on either). If you have further questions on that feel free to contact me via my contact form 
Hope that helps,
Chris
Happy customer here.
Just a couple of feature requests for the next version:
1. Ability to highlight top-level menu items. It sure would beat having to fabricate an image to use on the top-level, especially menus without sub-menu items.
2. Ability to set gradient for top-level hover.
3. Ability to set outer border on sub-menu container.
Love what you guys have built here. Keep up the great work.
Hi DrewAPicture,
Thanks for the feedback! Always appreciated
I’ll take these into account for the next iteration of UberMenu.
First off, I assume you’re referring to the Style Generator in all of these?
1. Top Level Menu Highlighting – So would you want to be able to highlight like the “highlight” checkbox that appears on sub menu items, or highlight as in the current page item? Highlight color or background or both?
2. Gradient for top-level hover – this was originally a feature in UberMenu. Unfortunately, there is a gradient bug in IE (of course) that breaks dropdowns when used on top-level item hover, so I removed it (boy did that take a long time to track down the problem). That’s why all the presets have the functionality that they use CSS background gradients in supported browsers and images in IE. Frustrating but it’s the reality of working with IE, unfortunately. Your best bet here is to use background images.
3. I thought there was already this feature but I’ll go back and look at it. Unfortunately not every style can be included in the Style Generator (it’d become way too complicated) but this might be a good one to add in if it’s not already 
Thanks for your input!
Chris
Perfect, thanks
Hi Chris,
I’m enjoying the upgrade to 1.1, thank you.
I’m having problem with css targeting list elements in the menu. How can I target a sub level item and a sub-sub-level item if they both have the same class .wpmega-link-title? Is there a way to differentiate between them or add my own classes?
Thanks
You can target different levels using the list item depth classes, for example:
#megaMenu ul li.ss-nav-menu-item-depth-1 > a{
//Depth 1 = Submenu column headers
}
#megaMenu ul li.ss-nav-menu-item-depth-2 > a{
//Depth 2 = Submenu column items
}
The submenus also have depth markers, e.g. ul.sub-menu-1
Hope that helps,
Chris
Hi. I haven’t purchased this but have been considering it. A question I have though… can Ubermenu be used stand-alone? What I mean is, it appears according to the documentation that it only takes the place of menus that wordpress would normally use. (in many cases you have a posts/category menu and another for pages and the like). Could you instead use it to create a third, separate menu that you could, say, attach 100% width to the top of your page, and then create menus that are not at all controlled by the wordpress structures?
Thanks!
Greetings,
Thanks for your interest. The short answer to your question is yes, you could insert an UberMenu anywhere, with two caveats: (1) You’d need to edit a little PHP (usually one line) and (2) You can only place one UberMenu per page.
The longer answer is that WP3 Nav Menus have two important parts: menus and menu locations. Themes register one or more menu locations and they control where those locations occur in the code. This allows you to create a menu and place it in a registered menu location (in Appearance > Menus). UberMenu’s plug-and-play capability comes from hooking into the the theme’s menu locations and replacing the default menu with an UberMenu.
Sometimes themes don’t register menu locations properly, which means UberMenu can’t hook in. For those situations, UberMenu has a feature called “Easy Integration”. It registers a brand new menu location automatically, and all you need to do is place one line of code, uberMenu_easyIntegrate() in your theme template to “print” the menu. So in your situation, you could still use this “extra” menu location and just pop that PHP code in wherever you want your menu to appear (usually in header.php).
I’m not sure exactly what you mean by “WordPress Structures”. If you mean page, post, and taxonomy hierarchies, WP3 Nav Menus are completely customizable and are not restricted by these structures. However, all UberMenus must be designed and “structured” through the WP3 Nav Menu control panel drag and drop interface (Appearance > Menus).
Of course, all of this requires Wordpress 3.
I hope that answers your question 
Chris
That’s a pretty good (and quick) and sizable answer. I’ll go ahead and snag it and see what I can do. At that price the worst that happens is I learn something 
Thanks again!
Hello, Chris!
Good tool you have here, it almost works perfectly
But anyway i have some issues.
Here is image of my menu http://img718.imageshack.us/i/menupw.jpg/
1. Bottom border of top level menu item is missing. I tested on my theme and twentyten – bottom border is missing in all cases.
2. I can’t get second level menu items background hover. (I would like that when i mouse over the second level menu item background changes). I’ve tried to change in ubermenu admin “Sub Menu Level [Hover] > Item Background Color [Hover]” but it looks like nothing happens and thats it.
3. (feature request) There is no feature (as i know) in wordpress menu creation that menu item is only menu link, without hyperlink. It would be great to have it. Example:
- Cars
- >Audi
- >Honda
I would like that clicking on Cars does nothing, only opens sub menu. Now anyway it will open Cars page or URL .
Thanks for help!
Hi Burundukas,
For #1 and #2, send me a link to your site via my contact form and I’ll take a look at your CSS . #1 is something that should be easily fixable for vertical menus and #2 works for me, so perhaps you have some theme styling that is blocking the background hover.
3 – to get an item with no linking just create a custom item with URL set to #. If you set the trigger to ‘click’ in Appearance > UberMenu the submenu will open when it is clicked
Chris
Thanks for the fix!
now everything is good.
Thank you for the updated version. You made my job a whole lot easier by including some much-needed add-on features like -notext- and top-level widgets. Keep up the great work!
Thanks! Glad it helped you out 
how could be have your demo menu setup and then work from there? would be easier.
I’m sorry, I don’t understand the question. All of the styling materials in the demo are included in the plugin. The manual explains how to set up all types of menu items: http://wpmegamenu.com/help/#MEGA-adding-content
2 things, When adding an image say 17px square, it pushes my menu down text down instead of being beside it like your icons in the demo.
Also how to add the search bar? I’ve tried a custom link menu but get all the menu names showing.
How to have just the search bar showing like in your demo?
Thanks for clarifying 
For the displaced menu item text, that sounds like there might be some residual styling from the theme that is affecting the menu? If you can send me a link to your site, I’ll take a look firsthand. It may be a clear or incorrect padding that is affecting things.
As for the search bar, I just wrote up a little help item in the support manual to help you out
Basically, use the --notext-- as the Menu Item text and set the Search box’s title to ’ ’. See http://wpmegamenu.com/help/#MEGA-mega-widgets-top for more info.
Hope that helps 
Chris
I selected my theme which is Genesis from Studio Press and the drop down part is not working now. Any ideas? I’m trying all kinds of combinations in the integration configuration.
Thanks
Feel free to send me a link and I’ll take a look 
I am having some luck customizing a skin for my needs but having a hard time making the menu text larger. Can you give us a tip on where and how to adjust the text?
Say make it use a h4? or increase font size?
I wouldn’t recommended changing the menu text tags to headings (H4s), but if you want to change that you’d need to update wpMegaWalker.php
Changing the font size can be done via CSS . For example, this style would target the top level menu items:
#megaMenu ul.megaMenu > li > a{
font-size:20px;
}
There are some general tips on changing the styles in the support guide: http://wpmegamenu.com/help/#MEGA-custom-styles – I’d especially recommend using Firebug to target and test your styles right in the browser: http://wpmegamenu.com/help/#MEGA-firebug
Hope that helps 
Chris