• Resolved ryanasm81

    (@ryanasm81)


    Hi, I’m using shortcode in a custom html widget for the link “Greenhouses” as part of the submenu content. For some reason, I am able to hover and click on the link in the submenu even though it is not visible or activated. I am perplexed.

    You can recreate this by hovering over the greenhouse link in the nav, see where the content is located, roll off the submenu, and then hover over the hidden content exactly where it was located.

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

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

    (@megamenu)

    Hi ryan,

    It is because the gallery plugin you’re using is setting visibility to visible (!important) on the images within the gallery. I do not know why it would do this, but to override it try the following CSS:

    .mega-menu .justified-image-grid .jig-imageContainer img {
      visibility: inherit !important;
    }
    Thread Starter ryanasm81

    (@ryanasm81)

    AMAZING!! I’ve been on this for hours. Seriously I think I love you. Thank you so much.

    Plugin Author megamenu

    (@megamenu)

    Hi Ryan,

    Good to hear that fixed it. I’ll mark this as resolved.

    If you have a spare minute, would you mind leaving a quick review for the plugin at the bottom of this page? It would be much appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘submenu content hidden but clickable with custom HTML widget’ is closed to new replies.