• Mail Chimp has this dropdown menu that actually “drops” up. I’m not really sure what to search, but I need a plugin that can do that and can’t find one. Do you guys happen to know of one?

Viewing 6 replies - 1 through 6 (of 6 total)
  • Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    I’ve not known of a plugin but I could give you tips on how to write the JavaScript if you want?

    Thread Starter sparklogix

    (@mybenson)

    I’m very open to tips, for sure ?? Thank you!

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    You need to move the menu up and down in JavaScript because you’ll never know the absolute height of the menu, as people can have different font sizes set in their browsers (that affects height).

    Here’s a demonstration of how you could go about it: https://jsfiddle.net/XGuMG/11/ – Click on the “More” link.

    Thread Starter sparklogix

    (@mybenson)

    That is perfect, thank you. I am not so well versed in js so this really helps. Thank you for taking the time to do this.

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    No worries ??

    Andrew Nevins

    (@anevins)

    WCLDN 2018 Contributor | Volunteer support

    38 minutes gone and I can no longer edit my post… Sigh, so much for the 1 hour limit.

    I wanted to update the jsFiddle link to this: https://jsfiddle.net/XGuMG/20/ – It’s less buggy – just in case others come across this thread.

Viewing 6 replies - 1 through 6 (of 6 total)
  • The topic ‘Is there a plugin that can do a menu like this?’ is closed to new replies.