Forums › Forums › Search & Filter Pro › Filter only works once?
- This topic has 12 replies, 2 voices, and was last updated 8 years, 4 months ago by Trevor.
-
Anonymous(Private) June 21, 2016 at 11:35 pm #49096
http://youthspeaks.org/anthology/
I also noticed that it isn’t pulling all of the posts. I have 87 posts for 2015, but it is only pulling a max of 20 for each category.
Trevor(Private) June 23, 2016 at 12:31 pm #49245OK, I can see what the issue appears to be, but you may need to edit the template being used to fix it.
In the Display Result tab you will see that the
Results Container
is#main
, BUT, on the results page the div that has the id of main also contains the search form. The results container cannot contain the search form. If I look, the ONLY div that is the container for the results has only Bootstrap classes, which are not suitable to target the results container with. They look like this:<div class="col-xs-12 col-md-9 col-md-pull-3">
Somehow, you need to edit the template so that this, for example, might look like this:
<div id="results-container" class="col-xs-12 col-md-9 col-md-pull-3">
And then set the
Results Container
to#results-container
in the form. -
AuthorPosts