• grossmiscoduct

    (@grossmiscoduct)


    Hi! I can not get on-click triggering to work.I am usein the betheme with their muffinbuilder. Here is what I have in my contetn box <button class=”show-popup” data-id=”319″ value=””>mytext</button>

    319 is the ID of my popup.
    I have also tried with a link but nothing happens either way.
    Am I doieng anything wrong here?

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

    (@marinmatosevic)

    Hi,
    your button syntax is ok but quotation marks are different.

    you have:
    <button class=”show-popup” data-id=”319″ value=””>mytext</button>

    change to:
    <button class="show-popup" data-id="319" value="">Show Popup</button>

    best regards,
    Marin

    Hello!

    I have used the code that put in your reply to this comment, and I still cannot get the trigger to work. It just scrolls up a little when I try the button and the link. Is there something else I am missing?

    Plugin Author Marin Matosevic

    (@marinmatosevic)

    Hi,

    Is that on live site, can you send me a link?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can not get on click to work’ is closed to new replies.