Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save stracker-phil/b2b95401d6ee257756dae58ae2d3c105 to your computer and use it in GitHub Desktop.
Save stracker-phil/b2b95401d6ee257756dae58ae2d3c105 to your computer and use it in GitHub Desktop.
Sample trigger for Popups for Divi / Divi Areas Pro that opens the #contact Popup after 5 seconds
<script>
setTimeout(function () {
DiviArea.show('contact');
}, 5000);
</script>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment