Forums › Forums › Search & Filter Pro › Filters and Infinite scroll
Tagged: filters, infinite scroll, infinite_scroll
- This topic has 27 replies, 2 voices, and was last updated 6 years, 3 months ago by Anonymous.
-
Anonymous(Private) July 26, 2018 at 6:23 pm #183622
I’ve made changes to code and configuration
I’m sharing code with you privately.
Now I have template called search-activities.php and I use it in a page. Inside it, I use a custom wp_query to pass it the
'search_filter_id' => '1234'
property.I’ve configured ‘Display’ to ‘Custom’. Now, filters work :). However, ajax search and ajax pagination and infinite scroll don’t work. I cannot find the issue. Would you know what could be happening?
Thank you Trevor.
Trevor(Private) July 27, 2018 at 12:14 pm #183699It is probably the setting of the selectors that might be wrong, and/or the Ajax Container. The Ajax Container must contain the pagination, but the Infinite Scroll Container must not, so if they are both the same selector, that would be a potential issue.
Anonymous(Private) August 2, 2018 at 1:56 pm #184443Hi Trevor,
Thank you for your help. I have achieved to allow ajax pagination. In addition, I have every filter working by ajax with one exception. Price filter is not working well. I invite you to test it yourself to see it (if possible). Search the word “escalada” and you’ll get 1 result. The price for that product is 0,00€ (no soci price). Then move the price range selector from 1050 to 2240€. You’ll get the same result (what’s wrong). Then reload the page, and you’ll get the correct response “No results found”. Would you know what can be the issue?
Thank you
-
AuthorPosts