explauramay Nov 11, 2015 · 6:14 pm #2649 Hello, 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!
Puro Support Puro Nov 11, 2015 · 10:26 pm #2650 Hi 🙂
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.
Puro Support Puro Nov 13, 2015 · 12:54 am #2653 Apologies for the delay. We will dive into this ASAP tomorrow.
explauramay Nov 13, 2015 · 5:43 pm #2657 You’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
Puro Support Puro Nov 14, 2015 · 12:07 pm #2668 Thanks 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.
Puro Support Puro Nov 14, 2015 · 12:46 pm #2678 I 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 🙂
explauramay Dec 2, 2015 · 1:46 pm #2773 So 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
Puro Support Puro Dec 3, 2015 · 7:04 pm #2779 Hi 🙂 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.
Anonymous Mar 16, 2016 · 3:33 pm #3214 If 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