• Resolved schnettchen

    (@schnettchen)


    Hi,
    turned my menu into a mega menu. When my cursor hovers into third-level-sections they are flickering…. I searched a lot but couldn’t find a solution. Wheres my mistake?

    Thanks for helping 🙂

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author megamenu

    (@megamenu)

    Hi,

    I’m getting a 500 error when trying to load your site right now, so can’t tell you exactly what is wrong.

    I suspect your menu is picking up styling/functionality from your theme though, there’s more details on how to fix that here:

    https://www.megamenu.com/documentation/removing-residual-styling/

    Regards,
    Tom

    Thread Starter schnettchen

    (@schnettchen)

    Hi, thank you for your answer. I’ll check the error…

    My problem with the solution in your link is that I’m not allowed to modify source code directly (the page is hosted by wordpress.com). The only way for me is to install plugins. Is there any possibility to disable the themes navigation-configurations via a plugin? I tried wp_deregister_script('wp_nav_menu'); in my plugins .php, but nothing happens :/

    Regards, Jeannette

    • This reply was modified 8 years, 9 months ago by schnettchen.
    Plugin Author megamenu

    (@megamenu)

    Hi Jeannette,

    I’m not that familiar with WordPress.com. Only recently has it been possible for users to install their own plugins (like max mega menu) on WordPress.com sites.

    Do you not have any way of editing your theme, or installing a child theme?

    Can you add your own CSS? If so, add this:

    .mega-menu-primary .main-navigation ul li:hover > ul,
    .mega-menu-primary .main-navigation ul li.focus > ul {
    	-webkit-animation: none;
    	   -moz-animation: none;
    		 -o-animation: none;
    			animation: none;
    }

    … that should fix the flashing issue.

    If you come across any other issues then you’ll need to be able to edit your theme to make some changes to it (removing the .main-navigation class from the div that wraps the menu). Otherwise it seems like you’ll need to contact the theme authors and ask them to implement some code that makes the menu compatible with MMM. Or you could self install WordPress on your own host, and that’ll give you a lot more flexibility.

    Regards,
    Tom

    • This reply was modified 8 years, 9 months ago by megamenu.
    Thread Starter schnettchen

    (@schnettchen)

    Hey Tom,
    thanks a lot, flickering is done 🙂
    Best regards, Jeannette

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Hovering over Mega-Menu items: flickering problem’ is closed to new replies.