Skip to content

Instantly share code, notes, and snippets.

@divimode-philipp
Last active September 30, 2022 08:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save divimode-philipp/686e20fcfc90a7ece66d32af7d4cda8c to your computer and use it in GitHub Desktop.
Save divimode-philipp/686e20fcfc90a7ece66d32af7d4cda8c 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