Which menu plugins are supported?

  • Author
    Posts
  • #2649

    explauramay
    Participant

    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!

    #2650

    Puro Support
    Keymaster

    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.

    #2653

    Puro Support
    Keymaster

    Apologies for the delay. We will dive into this ASAP tomorrow.

    #2657

    explauramay
    Participant

    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

    #2668

    Puro Support
    Keymaster

    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.

    #2678

    Puro Support
    Keymaster

    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 🙂

    #2773

    explauramay
    Participant

    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

    #2779

    Puro Support
    Keymaster

    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.

    #3214

    Anonymous
    Inactive

    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

Viewing 9 posts - 1 through 9 (of 9 total)

You must be logged in to reply to this topic.

Scroll to top