Open Pop up when clicking on Divi Carousel image
-
Hello,
I would like to open a pop up when clicking on the image of a Divi Carousel, not only on the button. I created this script, but it does not work properly.
<script>
jQuery(‘#pop-eric-zimmerman-1’).on(‘click’, function() {
DiviPopup.openPopup(‘#eric-zimmerman-1’)
});
</script>#pop-eric-zimmerman-1 is the id of the carousel item, and #eric-zimmerman-1 is the id for the pop-up.
How can I do it?Thank you.
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Open Pop up when clicking on Divi Carousel image’ is closed to new replies.