I have a popup created with Elementor that plays a video when opened. I am trying to get it to close after the video if finished (say 90 seconds), but I can't find how to close an element or Popup with Javascript.
I have tried something like this https://github.com/elementor/elementor/issues/7085, but as it's not a click action, just a wait and close function I don't think I can't get it to work.
Any direction would be helpful. Thank you.
The elementor guys gave me this:
jQuery( document ).ready(function($){
$(document).on('click','.elementor-location-popup a', function(event){
elementorProFrontend.modules.popup.closePopup( {}, event);
}) });
I hope it works for you.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With