Displaying the popup only once
-
Hi,
I have a problem with setting the popup to display only once, eg, hour / day after entering the site
I used the code:
<script>
window.setTimeout(function(){
DiviPopup.openPopup(‘#get-newsletter’)
}, 3000);
</script>
This solution launches a popup each time you enter the main page. I would like the user to have the popup displayed only once.Is it possible to set this?
Thank you in advance and best regardsThe page I need help with: [log in to see the link]
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Displaying the popup only once’ is closed to new replies.