Forums Forums Search & Filter Pro Elementor – Ajax Only Issue with Image Not Loading

Tagged: , , ,

Viewing 3 posts - 11 through 13 (of 13 total)
  • Trevor
    #262872

    Thanks. Try adding this script to the page (in a Text widget, in the tabs at the top, there is a ‘Text’ mode, use that):

    <script>(function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
        $('.elementor-widget-posts .elementor-container .elementor-element').removeClass('elementor-invisible');
      });
    }(jQuery));</script>
    Anonymous
    #262941

    Wow, that seems to work!

    I also turned the Breeze plugin back on to test it, and it still works.

    Thank you so much for your help!

    Trevor
    #262947

    Thanks for letting me know. I will close this thread for now.

Viewing 3 posts - 11 through 13 (of 13 total)