Forums › Forums › Search & Filter Pro › Range Slider not filtering
Tagged: ajax container, movire demo, range slider, search
- This topic has 17 replies, 2 voices, and was last updated 7 years, 1 month ago by Trevor.
-
Trevor(Private) September 16, 2017 at 7:03 am #131403
Ah, OK, some progress then. I cannot recall, but what Display Results method was the form using? If it was not using it, can you try the Shortcode Display Results method:
https://www.designsandcode.com/documentation/search-filter-pro/search-results/using-a-shortcode/
Trevor(Private) September 18, 2017 at 3:45 pm #131632All that is needed usually is to have Ajax enabled, and for the Ajax container to reference the container on the page that has the results in it, but not the form. If the results are not in their own container, then HTML needs to be added to make it so.
If you look at the movies demo page, the Ajax Container is set to
#content
and if you look at the results using the page inspector, you will see this container HTML:<div id="content" class="site-content sf-content-container" role="main">
That is how they are linked.
-
AuthorPosts