Timed pop up not working
-
Hi there
I’m using a timed popup to allow the page to complete before popping up. I’ve got it all set up on my staging site and works nicely but it won’t run on my production site. I’ve been through ever setting but can’t find an answer.In the popup I use this code:
<script>window.setTimeout(function(){
DiviArea.show(‘get-newsletter’)
}, 5000);</script>The CSS ID & Class of the Section is:
get-newsletter
popup close-alt no-shadowAny ideas what I could be missing, I’m really stuck?
Thank you – Stephen
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘Timed pop up not working’ is closed to new replies.