>There is no method to trigger on-mouse-click
Actually there is.
You just missed it. Look FAQ section.
https://ww.wp.xz.cn/plugins/popups/faq/
https://gist.github.com/timersys/d68690a85aed14a02318
Thread Starter
wireB
(@wireb)
Hi Ashf and thank you for your assistance.
The FAQ states in the code, the popup ID has to be stated in the script and that script needs to be added to the theme. That does not seem very practical. The script should allow WP IDE by use of third party plugnin: make hyperlinks active. Having to re-edit the script each time you add a popup which contains a hyperlink, is not practical.
Just putting like this anywhere on the page worked fine on my side.
<a href="#spu-3" title="Click here">Click here</a>
You can confirm popup id on popup list(All Popups)
Make sure include the page you will put the link in Popup Display Rules.
If you don’t want to trigger auto popup, set Trigger action to like 999999sec
Thread Starter
wireB
(@wireb)
Thank you, will try that what you have given.