Forums Forums Search & Filter Pro Wrong results showing – Woocommerce

Viewing 6 posts - 31 through 36 (of 36 total)
  • Anonymous
    #47898
    This reply has been marked as private.
    Anonymous
    #47899
    This reply has been marked as private.
    Trevor
    #47900

    Hi

    I will ping Ross on this.

    Anonymous
    #47907

    Great, thanks. ๐Ÿ™‚

    Ross Moderator
    #48037

    Hey Fredrik

    If you are looking for a JS event for when the search has finished / ajax has loaded then take a look at the first question on the FAQs – http://www.designsandcode.com/wordpress-plugins/search-filter-pro/faqs/

    What you need is:

    //detects when the ajax request has finished and the content has been updated
    // - add scripts that apply to your results here
    $(document).on("sf:ajaxfinish", ".searchandfilter", function(){
    	console.log("ajax complete");
    	//so load your lightbox or JS scripts here again
    });

    ๐Ÿ™‚

    Anonymous
    #48046

    Hello!
    Oh man, I’ve been to that page and read it, but I guess I did not “read” it so to speak.
    Sorry, now it seems to be working as expected.

    Thank you very much, both of you, Trevor and Ross for the support. ๐Ÿ™‚

    Have a nice weekend!

    Regards,

Viewing 6 posts - 31 through 36 (of 36 total)