• Resolved WebNut

    (@healthy-lawn-dude)


    Hello,
    Saw that this was addressed approx 7 months ago but the legacy version was prevalent. The menu doesn’t dropdown to the sub-menu when you hover over it. Click to open page but no drop down.

    Thank you. Otherwise works nice.

Viewing 7 replies - 1 through 7 (of 7 total)
  • Without a link to your site I can only guess what the issue is. I’m not sure what you mean by the legacy version being prevalent — are you not able to use the Legacy mode in the plugin?

    Thread Starter WebNut

    (@healthy-lawn-dude)

    Sorry,
    Website: https://mineolalandscaping.ca

    I thought the legacy mode was an older version?
    If you are suggesting I use it, what improvements or features do I miss out on by not going with a newer version.

    Legacy Mode is a setting in the plugin that sometimes solves issues like these.

    After looking at your site, I can see that’s not the issue though; it is because your menu has overflow: hidden as a property.

    To fix this, add the following code to your CSS:

    #menu-post-list.element-is-sticky {
      overflow: visible;
    }
    Thread Starter WebNut

    (@healthy-lawn-dude)

    Beauty, like magic! Works great.
    Thank you very much Mark.

    Is there any more magic to keep my Mobile menu sticky as well
    on the same website?
    P.S., Was trying to send you a few Molson Beer: there is some crazy stuff going on at (Mark Senff. com)

    • This reply was modified 5 years, 3 months ago by WebNut.

    Is there any more magic to keep my Mobile menu sticky as well
    on the same website?

    Since the menu on mobile is a completely different element than the desktop menu, that can’t be done unfortunately.

    P.S., Was trying to send you a few Molson Beer: there is some crazy stuff going on at (Mark Senff. com)

    Appreciate it! But Molson isn’t very good beer. 😉 Heineken is always welcome at http://www.senff.com/donate though!

    Thread Starter WebNut

    (@healthy-lawn-dude)

    I will erase this note after you see it,
    but the senff.com
    has a strong warning of a Trojin attack by my Norton.

    Interesting! Would you mind sending me a few more details at marksenff at Gmail?

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Dropdown sub-menu’ is closed to new replies.