• I can’t figure out how to make a popup that opens from clicking a button. Is there a step by step guide anywhere? I saw someone else ask the same but the instructions didn’t make sense to me, sorry!

    I’ve got a Makeiteasy popup block with some content in it but it’s just sitting hidden on the page when it loads. Am I supposed to add my own button to trigger it? I don’t understand how to link it to a button

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

    (@lovor)

    First, you should set a class or anchor on a button which will open your popup (under advanced menu). Let’s say you’ve given a button a class openme. After this, select popup, choose onclick as a method to open and under selector enter .openme. If you instead of class entered anchor with the same name, then you would enter #openme. Selector is a css way to select an element.

    Thread Starter Squidy McSquid

    (@x1-bot)

    Ah okay thanks that worked! I used a class. Thanks for the fast reply

    Plugin Author Lovro Hrust

    (@lovor)

    I am glad it worked. Please leave a review if you can!

Viewing 3 replies - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.