• Hi,

    We use Mega Menu plugin to replace our old menu. All is working except we have a sort of glitch on image.
    We insert an image in a column. As you can see in the link the image appears again when submenu is closed. We try with other submenu transition and the problem is still there.

    How can we fix this ?

    Thanks again

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

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter tprod

    (@tprod)

    OK I have a more precise explanation, if you put a link on the image the problem is there. I think the <a causes the trouble with some JS in your plugin ? COuld you make a fix for this ?

    Plugin Author megamenu

    (@megamenu)

    Hi tprod,

    This is usually caused by “transition” CSS being added to the image. Without seeing the site, this is a guess, but you could try this CSS:

    .max-mega-menu img {
        transition-property: none !important;
    }

    If that doesn’t work, please post a link to your site so I can identify the correct CSS and selector to use.

    Regards,
    Tom

    Thread Starter tprod

    (@tprod)

    Hi Tom,

    I make online again with only image tomorrow morning. The fix you give me not working.
    If I put a custom HTML with a link it will do the same thing.

    Regards

    Plugin Author megamenu

    (@megamenu)

    Ok, I will take another look once the site is online.

    Regards,
    Tom

    Thread Starter tprod

    (@tprod)

    Hi,

    This the URL https://www.qwetch.com/en/produit/bottle-arty/. You could see the problem with the hover even with transition-property: none !important;.

    Thanks for your support.

    Regards

    Thread Starter tprod

    (@tprod)

    Hi Tom,

    Could you take a look ?

    Thanks again

    Plugin Author megamenu

    (@megamenu)

    Hi tprod,

    Please try this instead:

    .max-mega-menu a {
        transition: none;
    }

    Regards,
    Tom

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Submenu image appears again when submenu closed’ is closed to new replies.