• Resolved ArthurCLF

    (@arthurclf)


    Hello everyone,
    I just installed the plugin Max Mega Menu and everything is perfect, except just above my menu in the top left, I have a small box that I can check but it serves no purpose. Impossible to remove, I do not understand.
    I checked the setting of the menu, but I really cand find a solution. It’s so strange, really not beautiful.

    My theme is ENFOLD theme, and I use wordpress 3.9.2

    Please to help me.

    https://www.ads-software.com/plugins/megamenu/

Viewing 10 replies - 1 through 10 (of 10 total)
  • Thread Starter ArthurCLF

    (@arthurclf)

    Nobody ?

    Is there some quick CSS modification I can do in the Menu Themes section ?

    It will be very helpful.

    I have the same issue with the Polylang plugin. The base language is fine with all the formatting, but when I switch to the other language, I lose the formatting and the irritating checkbox appears. Any help would be greatly appreciated.

    Thanks

    Thread Starter ArthurCLF

    (@arthurclf)

    Really dont know why this checkbox is here

    Frs10

    (@frs10)

    If it is only the checkbox that is the problem, I suppose you could just find the class or ID for the element (example: mega-menu-toggle-dropdown-main-[insert ID]) and hide in you CSS. (example: mega-menu-toggle-dropdown-main-[insert ID]{display:none;})

    I have an issue which I guess is related to this.

    I’m also running Polylang, and it seems the CSS generated by the plugin isn’t targeted at the menu I’m using when I switch to a second and third languages because the styles target the menu ID and each menu for each language have a different ID…

    Have the same problem happening with Max Mega Menu, and I haven’t figured it out yet. Seems to be a bad interaction of some kind. In my case, all the menu bar’s CSS formatting just disappears as well, so I’m left with some scraggly little words where the beautiful menus should be — and then a checkbox over top of them.

    So far, I’ve discovered that I can force Max Mega Menu to fix itself if I just unclick “enable” in Appearance>Menus under “Max Menu Settings,” then click Save below that and then enable it and save again. — Basically just disable and reenable Max Mega Menu formatting. And then it looks great until I edit any other formatting on the website, at which point it decides it hates me again. No idea what’s happening, but there’s the quick fix.

    Plugin Author megamenu

    (@megamenu)

    The checkbox is what’s used to toggle the mobile menu, but the CSS should hide it. If you see a checkbox then the CSS hasn’t loaded correctly for some reason. Saving the menu regenerates the CSS which is why thfump’s solution will correct it.

    The hard bit is working out why the CSS isn’t loading, next time it happens could someone post a link to their site while it is broken so I can quickly take a look?

    Regards,
    Tom

    Skat

    (@ginaalessia)

    Hey,

    I’m also having this problem. I’ve made the change in the php.ini, the error is now gone but the problem persists. The css won’t load in the frontend.

    Also, no errors whatsoever in the console. I’ve even tried erasing all the database and installing the plugin again from scratch on a fresh WP install, nothing works.

    Cheers!

    Skat

    (@ginaalessia)

    Hey guys,

    After banging my head on the table for a coupe of hours I’ve found the solution. The theme must not register the menu with spaces in its name.

    Eg.

    BAD

    register_nav_menus( array(
        'header top menu'    => __( 'Header Top Menu', 'framework' )
        )
    );

    GOOD

    register_nav_menus( array(
        'header-top-menu'    => __( 'Header Top Menu', 'framework' )
        )
    );

    After I’ve changed the name of my menu to have no spaces but dashes and clearing the cache of the menu everything works perfectly.

    Cheers!

    Ryan

    (@ryanlowemecom)

    Could you run a quick check Tom on my staging site? Love the plugin, very well done:
    https://7e7.a5f.myftpupload.com/

    Can’t get rid of the checkbox without hacking.

    Plugin Author megamenu

    (@megamenu)

    Hi Ryan,

    1.6 includes a fix for the enfold theme.

    I’m going to set this to resolved now, if anyone else has problems with a checkbox appearing please start a new topic and include a link to your site.

    Regards,
    Tom

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Problem with a checkbox above the menu’ is closed to new replies.