Forum Replies Created

Viewing 15 replies - 1 through 15 (of 307 total)
  • Plugin Support megatom

    (@megatom)

    Hi,

    Please try the following custom CSS:

      .max-mega-menu {
    display: none !important;
    }
    .mobile-menu-btn ~ .mega-menu-wrap .max-mega-menu {
    display: block !important; /* re-show the second instance */
    }

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Thanks. The body is missing the ‘maxmegamenu-admin’ class. I’ve seen this once before, it was caused by some custom code. Please check your theme for any code that modifies the admin body class and disable it, to see if it starts working. Then I recommend giving the code to Claude and asking it to correct it.

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Hi sunnygs,

    The first thing to do would be to fix the php warnings at the top of the screen. It looks like you need to update ACF and fix some things in your theme. Or turn those warnings off (set WP_DEBUG to false in wp-config.php).

    Please view the page source of nav-menus.php, and paste back the classes on the body tag? These ones:

    https://app.screencast.com/qXjqtvHkeOyCi

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Hi fulloken,

    It’s back online now.

    The arrow icons aren’t working because Dashicons has been dequeued from the site (maybe with custom code or an optimisation plugin). You can use the Theme Editor to set the Arrow style to use SVGs instead.

    I see that only the ‘active’ parent item has the ‘mega-mega-menu-item-has-children’ class, that’s why the arrow and dropdown only appear on the ‘active’ menu item (and it changes depending on which page you look at). There must be some code – I suspect custom code – that is making that change, please can you check?

    There’s also a suspicious looking class – “mega-mega-activemega-mega-mega-“, please check/disable any custom code that is adding the ‘active’ class.

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Hi,

    Please go to Mega Menu > Menu Locations. Click on the menu location card to bring up the options. Go to the Advanced tab, in there you will find the “Container” option where you can change it from div to nav.

    Plugin Support megatom

    (@megatom)

    Hi,

    Please let me know once the site is back online and I will take another look.

    Plugin Support megatom

    (@megatom)

    Hi fulloken,

    Thanks for posting a link.

    Please can you:

    1. Fix this JS error to rule it out as being a problem:https://app.screencast.com/RfsWAavvabfW4
    2. Go to Mega Menu > Tools and clear the CSS cache
    3. Try switching the sub menu display mode from Mega Menu – Standard Layout to Mega Menu – Grid Layout

    Fo you have any custom JS that targets the menu? I see the sub menu does show up, but only for the currently “active” top level item.

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Hi,

    You can check what is possible with the plugin by looking at the demo on megamenu.com. An image only menu would require the Pro addon, so you could add a custom icon to your top level items, and enable the Hide Text option for each of them.

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Hi,

    Have you replaced the standard Navigation block with the Max Mega Menu block in your header?

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Hi,

    The Pro version you have installed is 8 years out of date (released in 2018). Updating to the latest version of Max Mega Menu Pro should fix it, or downgrading Max Mega Menu (free) to an older version using wp rollback. I would recommend staying up to date though.

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Hi Laptopleon,

    The Appearance > Menus page (nav-menus.php) is part of core WordPress, it’s not part of our plugin, so the best place to make the suggestion would be here: https://core.trac.wordpress.org/ (click the ‘Create a new ticket” button).

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Hi Sabrina,

    The issue is due to the way CSS is being cached. Usually the CSS loads first, then the page HTML. On your site it looks like the html is loaded first and then the CSS.

    You could try this CSS:

    #mega-menu-wrap-max_mega_menu_1 .mega-menu-toggle:has(+ .mega-no-js) .mega-toggle-block-1 button.mega-toggle-standard {
    display: none;
    }

    I’m not sure if it will work, so failing that please try excluding the wp-content/uploads/maxmegamenu/style.css file from being cached.

    Switching the standard menu toggle block to the animated toggle block might also work around the issue.

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Hi tradeshark2,

    It is your theme that determines the position of the menu, so it’s not actually that easy. You’d need to edit your header template, remove the call to wp_nav_menu and move it into the content template instead.

    Regards,
    Tom

    Plugin Support megatom

    (@megatom)

    Please check your custom CSS: https://app.screencast.com/a62B8cjKvHxX9 (scroll down to see the comments)

    Both of the styles you’ve added there have had unintended consequences, but can be controlled using the theme editor under Mega Menu > Menu Themes > Mega Menus instead. You should find basic layout options (padding (i.e. indents), text size, borders (i.e. underlines)) are possible in the theme editor, as well as the background color for the sub menu.

    Writing CSS for a hierarchical menu is notoriously tricky so if you do use custom CSS it’s important to ensure you target elements correctly. If there is something you want to change that can’t be changed using the Theme Editor, my advice would be to set the Menu Event to Click and then use Developer Tools to inspect the sub menus and find the relevant selectors.

    The 1970’s sub menu has 7 columns, but you have set the first column to “Hide on desktop” so only 6 columns are filled and that’s why there’s an empty one at the end.

    Plugin Support megatom

    (@megatom)

    Hi mweber0305,

    Thanks. Please can you edit the animated toggle block and re-save the settings? Or remove it and add a new one?

    Regards,
    Tom

Viewing 15 replies - 1 through 15 (of 307 total)