Popup on Elementor
-
As shown here https://www.ads-software.com/support/topic/elementor-bug-with-popups/#post-11490612
The ajax function stops to work on elementor popupwpdreams suggested to use this code, but it only works with click trigger. Can you have a more general solution? Like my popup appears after 6 seconds. It ins’t triggered by click
dd_action('wp_footer', 'asl_init_on_click'); function asl_init_on_click() { ?> <script> jQuery(function($){ $('.elementor-icon-wrapper').click(function(){ setTimeout(function(){ ASL.initialize(); }, 1000); }); }); </script> <?php }
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Popup on Elementor’ is closed to new replies.