• Resolved DExcode

    (@dexcode)


    I have an issue that the menu submenu is opening when I mouseover the area the submenu opens in. I will try to explain better.

    When you mouseover the menu on the left then the submenu opens. The submenu contains an image, a gmap and a contact form. This all happens as it should.

    The issue is the submenu also opens when I do NOT mouseover the actual menu. It opens when I mouseover the space on the screen where the submenu appears. It only seems to happen when I mouseover the contact form area.

    I am using the BeTheme and have included the recommended pieces of code in functions.php file.

    Any assistance is greatly appreciated.

    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 dexcode,

    I don’t see the contact form within your sub menu at the moment, but the issue will be because the contact form will be using “visibility: visible” or “visibility: visible !important” in its CSS somewhere. That would need to be overridden to “visibility: inherit”. If you need a hand with that I can help, but I would need to see the contact form within the sub menu first.

    Regards,
    Tom

    Thread Starter DExcode

    (@dexcode)

    Hi Tom,

    Thanks for the reply. I have moved the contact form to be in the 3rd row of the Home submenu.

    Here are some screenshots showing the menu and the position on screen where the mouseover also happens.

    View post on imgur.com

    Cheers,
    Dex

    Plugin Author megamenu

    (@megamenu)

    Hi Dex,

    Thanks I see it now.

    Please go to Appearance > Customize > Additional CSS and add the following:

    .max-mega-menu div.wpforms-container-full,
    .max-mega-menu div.wpforms-container-full .wpforms-form * {
    	visibility:inherit;
    }

    Regards,
    Tom

    Thread Starter DExcode

    (@dexcode)

    Hi Tom,

    Thank you for the quick fix.

    Regards,
    Dex

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

The topic ‘Menu opens when mouseover is in submenu area’ is closed to new replies.