Forums Forums Search & Filter Pro AJAX not working on new (HTTPS?) domain

Viewing 10 posts - 1 through 10 (of 10 total)
  • Anonymous
    #197655

    Our search form is refreshing the page and not sitting at the search form on submission any longer. I searched your forum for solutions bu I’m not sure they are relevant because I had everything working perfectly before.

    We just pointed our domain’s registrar to our host’s nameservers, changed our domain in WordPress, and make sure the site is https.

    I’m betting the https is when it broke the AJAX. Do you know a solution for that?

    Thanks!

    https://www.wholeearth.org/day/

    Trevor
    #197659
    This reply has been marked as private.
    Anonymous
    #197707
    This reply has been marked as private.
    Anonymous
    #197709
    This reply has been marked as private.
    Trevor
    #197717

    OK. I could see the problem. You have added www to the site url as well as https. I edited the setting to fix that, but now the images disappear?

    Anonymous
    #197719

    Thank you for your promptness in our hour of need!

    I am not sure why the images disappear… we had a similar issue before with there appearing excess space after loading ajax, now its less space…

    Is there something I need to change in what you sent me last time? Here is what you sent me last time:

    “Yes I am using Chrome in Windows. But now I see it. And I think I have a fix:

    Add this custom CSS to the theme:

    body.sfajax .elementor-380 .elementor-element.elementor-element-6c9e0661 .elementor-posts-container .elementor-post__thumbnail {
      padding-bottom: 0 !important;
    }

    Then you need to add a javascript to the page:

    <script>
    (function ( $ ) {
      "use strict";
      $(document).on("sf:ajaxstart", ".searchandfilter", function(){
        jQuery("body").addClass("sfajax");
      });
    }(jQuery));

    </script>”

    Anonymous
    #197723

    Actually, now it doesn’t actually filter the results either. You’ll see if you click a location (which are represented by the circle icons on the listings) that nothing gets removed. We have very few Hendricks Parks listings.

    Trevor
    #197725

    If you REMOVE that javascript and CSS, it looks like it might be fixed?

    BTW, it is 6PM New Year’s Eve here!!

    Anonymous
    #197727

    Wait, I may have fixed that…

    I think when it wasn’t working I thought to try changing it to “shortcode” instead of “custom” because that seemed intuitive and never change it back.

    Testing!

    Anonymous
    #197729

    Okay, it appears to be working.

    Woot! We can still launch our 10 year anniversary campaign on time!

    Thank you for your great service, I plan to purchase your product for all my future web projects and recommend it to other designers. 🙂

Viewing 10 posts - 1 through 10 (of 10 total)