https://popup-plugin.com/
I’d like to present after loading the homepage a
– Welcome Popup for 2 seconds and then (Open Delay 0)
– a coupon popup for max 10 seconds and then (Open Delay 2000)
– another popup (but first, after the secon popup was closed) (Open Delay ????)
I can do i with open delay, the third popus covers the second please help
You can set the third popup trigger to On click and enter the second popup close button class name.
This way, when the user closes the second popup, the third popup will open immediately.
To achieve this, in the last popup, set the CSS selector(s) for trigger click to the following:
.ays-pb-modal-close_YOUR_SECOND_POPUP_ID
Instead of YOUR_SECOND_POPUP_ID, you need to write the ID of your second popup.
For example, if the ID of your second popup is 8, then you should write:
.ays-pb-modal-close_8
See the screenshot below:

You can find the ID either in the popup list or inside the popup itself.
