Hey, thanks for the reply.
I’m using the free version, not sure if possible nor how to use “manual triggering”?
By popup activated I mean the “Off/On” switch on the list of popups.
I’m doing it programatically so it would only show to administrator. Also I have added a display rule to “User Role” is administrator.
If I use the timer trigger it pops up but even then if I try and run
window.wppopups.showPopup(32665);
or
window.wppopups.showPopup(32665, true);
on console, it says “undefined”.