• Resolved Leah

    (@edikitt)


    Absolutely loving this plugin so far!

    However, for some reason I’m not able to get a popup to trigger manually. Specifically, I have two links in another popup that I am trying to have trigger the second popup. The first popup (triggered on scroll) is working just fine, but when I click on either of the links to trigger the second popup, nothing happens.

    When I hover over either of the links, the URL preview is showing with the proper anchor tag at the end, but the anchor isn’t actually appending the anchor to the end of the URL when I click on them.

    Thoughts?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Damian

    (@timersys)

    Try using the class trigger instead of the #anchor method. Eg:

    <a href="#" class="spu-open-120">Click here </a>

    Regards

    Thread Starter Leah

    (@edikitt)

    Thanks so much for the quick response!

    That approach seems to fix the anchoring issue (in this case just setting the position to #), but it’s still not displaying the popup 🙁

    Thread Starter Leah

    (@edikitt)

    Quick update:

    I tried using a different popup plugin alongside yours and while the ID method still didn’t work, I was able to get the popup to appear using the class method. The class method is also working when used with any other page element.

    Not sure if I’m making sense, but it appears as though the ID trigger is broken all together and the class trigger is not working when I try to trigger one popup from another popup within this pluign (but it works otherwise).

    Plugin Author Damian

    (@timersys)

    Hi, we fixed some bugs that may include what you want. I just tried locally with the latest dev version and I can trigger a popup within another popup.
    So please stay tuned for next update probably this week that will fix your issue.

    Regards

    Thread Starter Leah

    (@edikitt)

    Awesome, thank you so much! I’ll be looking forward to that update.

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘Manual Triggering not working’ is closed to new replies.