Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Support Jasmine

    (@hyenokian)

    Dear @dipinto,

    Thank you for the topic.

    I want to mention, that the plugin has the Popup trigger option, with the help of its On click suboption, a popup will be shown when the user clicks on the assigned CSS element(s).

    You can go to the Popups > particular popup > General tab, tick the Popup trigger option, and On click suboption for the particular popup.

    Also, add the following Class for the CSS selector(s) for trigger click option.
    ?product_type_simple

    See the screenshot: https://ibb.co/vw0GjPX

    Thank you.

    Hello, I am facing a similar issue. I have set the CSS selector on my button as id=”#popupButton321″ and tried class=”#popupButton321″, both with a “#” and a “.” yet clicking the button doesn’t trigger the popup menu. I have set “CSS selector(s) for trigger click” to “#popupButton321”. My “Popup trigger” is onclick. I have check a number of other settings as well for correctness. What am I doing wrong?

    I solved my own issue. So while you can use class=”popupButton321″ on the button, you need to add a “.” (period) before the value when entering it in CSS selector(s) for trigger click. I would suggest placing this note somewhere as it isn’t mentioned and # doesn’t seem to work.

    Plugin Support Jasmine

    (@hyenokian)

    Dear @eakeyson,

    Thank you for your reply.

    We have checked, however, couldn’t notice any issue either in the case of the ID or the Class.
    Most presumably, you have inserted it incorrectly which is why the feature didn’t work for you.

    For instance, if you have this kind of HTML:
    <button id=”my-button-id” class=”my-button-class”>Click me</button>

    If you want it to work:
    Via ID – #my-button-id
    Via Class – ?my-button-class

    Then, you need to insert one of them into the CSS selector(s) for trigger click option.

    As to the Notes, this info is included in the Tooltip and the placeholder helps to understand the feature.
    Also, you can check out this useful video for further information:

    By the way, please feel free to open a new topic each time you have new questions so that the information can be accessible to other users as well.

    Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Trigger pop after button action’ is closed to new replies.