• Resolved slrvcom

    (@slrvcom)


    Hi !

    all is in the title ^^

    When i put on the modal my search form, the AJAX does’nt work… do you have a fix for this ? i’ve try to add action in functions.php… but no more chance.

    I’ve try this :

    // activer AJAX dans modale elementor
    add_action('wp_footer', 'asl_init_on_click');
    function asl_init_on_click() {
      ?>
      <script>
      jQuery(function($){
        $('.elementor-icon-wrapper').click(function(){
          setTimeout(function(){
            ASL.initialize();  
          }, 500);
        });
      });
      </script>
      <?php
    }
Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Search ajax doesn’t work in modal elementor’ is closed to new replies.