Forums › Forums › Search & Filter Pro › AJAX not working on new (HTTPS?) domain
- This topic has 9 replies, 2 voices, and was last updated 5 years, 10 months ago by Anonymous.
-
Anonymous(Private) December 30, 2018 at 10:28 pm #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!
Anonymous(Private) December 31, 2018 at 5:58 pm #197719Thank 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>”
-
AuthorPosts