- This topic has 8 replies, 3 voices, and was last updated 8 years, 8 months ago by Anonymous.
Tagged: max mega menu menu mmm
- AuthorPosts
- November 11, 2015 at 6:14 pm #2649
explauramayParticipantHello, me again (again, AGAIN).
I was just experimenting with Max Mega Menu and it didn’t seem to play very nicely with Ultra. Before I get way too tangled up in it, are there plugins which you know will work? Basically my site is getting bigger but I want to ensure it’s still navigable, so having a more extensive menu in the main menu location would be really helpful.
Thanks a bunch!
November 11, 2015 at 10:26 pm #2650
Puro SupportKeymasterHi 🙂
There isn’t any native support for a mega menu plugin in Ultra at the moment. Let me dive in tomorrow and try work up a child solution for MMM (Max Mega Menu). I’ll report back when I have more.
November 13, 2015 at 12:54 am #2653
Puro SupportKeymasterApologies for the delay. We will dive into this ASAP tomorrow.
November 13, 2015 at 5:43 pm #2657
explauramayParticipantYou’re amazing!!! Thank you so much for all of your hard work, I’m actually blown away.
Also your emails are STILL going to spam despite my continually moving them to the inbox etc, so I’ve created a custom filter. I’m assuming others using gmail are having the same problem though, so it might bear looking at.
Thank you again for your awesomeness!
Laura
November 14, 2015 at 12:07 pm #2668
Puro SupportKeymasterThanks for raising the forum spam issue. It would explain why quite a few threads go un-replied. I’ve changed the sending email address and also switched from Mandrill to SMTP to send out with Gmail. It seems to have worked for the moment with emails no longer hitting Gmail spam filters. I’ll continue to monitor. Appreciate the feedback.
November 14, 2015 at 12:46 pm #2678
Puro SupportKeymasterI haven’t done deep testing, but a quick initial test shows that MMM works nicely with Ultra. Just de-activate the Ultra responsive menu at Appearance > Theme Settings > Navigation so you don’t land up with two responsive menus. You’ll need to design the MMM theme to suit Ultra. Remove the default dark background etc.
The following CSS added to Appearance > Custom CSS or a child theme style.css will help with the alignment of MMM when used in the primary menu location:
/* MMM */ .main-navigation { align-items: center; display: flex; justify-content: center; } #mega-menu-wrap-primary { float: left; }
Here to help with any further challenges as they come up 🙂
December 2, 2015 at 1:46 pm #2773
explauramayParticipantSo I’ve no idea how nearly a month has passed, but I’ve just given this a go. My issue at the moment is that the MMM is limited to the overall width of the menu, which I think may be constrained by the theme? Or am I tripping out? Not sure if this is a theme issue or an MMM customisation issue. I’m going to keep playing, but I don’t want to have to put in a stack of top-level menu items just to increase the permitted width for the MMM, if that makes sense.
Thank you!
Laura
December 3, 2015 at 7:04 pm #2779
Puro SupportKeymasterHi 🙂 The menu is taking up the same space as it was before, it’s within the theme’s content container. If you want a full width header you could try something like:
/* Header */ #masthead .container { max-width: 95%; }
Hope that helps.
March 16, 2016 at 3:33 pm #3214
AnonymousInactiveIf you’re still having trouble with this, there is as Max Mega Menu setting that will help.
In your Menu Themes > Mega Menu > Panel Width, you can set it to: .body for both, to get page width Mega Menus
Dan
- AuthorPosts
You must be logged in to reply to this topic.