Forums › Forums › Search & Filter Pro › dSubmit doesn't show results after filtered with range slider
Tagged: acf, range slider
- This topic has 22 replies, 2 voices, and was last updated 7 years, 8 months ago by Anonymous.
-
Anonymous(Private) February 19, 2017 at 12:53 pm #91203
Hi,
I’m working on a real estate website.
I had few fields on my search sidebar:
– ID (Search with relevanssi)
– Status (Taxonomy: rent/sell)
– Type (Taxonomy: house/appartment)
– City (Taxonomy: cities list)
– Price (ACF number meta field)
If I submit without mooving price slider, all is ok and I see filtered results.
When I filter price with slider, I see it filter works because it reduces number of houses(with auto count engaged).
But, Submit does’t show filtered houses. Results are all the houses ans not only (for exemple) those below 100.000.I don’t understand why it doesn’t work.
Many thanks for you help.All the best.
PierreTrevor(Private) February 19, 2017 at 3:51 pm #91228Ok. I can see that your theme is interfering with and overriding our filter query. If you look in the advanced-search.php template you will see if I have added this line:
do_action('search_filter_query_posts', 77);
and now it works. This line overrides your theme’s query, but only works for one search results type.
-
AuthorPosts