Forums Forums Search & Filter Pro Filter only works once?

Tagged: ,

Viewing 10 posts - 1 through 10 (of 13 total)
  • Anonymous
    #48676

    Hello, the filter only works once. How can I set it to update whenever the user click a filtered state?

    Anonymous
    #48677

    Also, it seems that once you do a search, the second search searches with the confines of the original instead of resetting, so no posts show up. How can I set it to reset for each new search?

    Anonymous
    #48682

    This is with the Ajax. Without Ajax it works.

    Trevor
    #48684

    Can you give me a live url to look at?

    Anonymous
    #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.

    Anonymous
    #49097

    Looks like if I turn of auto submit, the ajax filter will work.

    Anonymous
    #49101

    The second search resets and doesn’t look for the second filter search.

    Trevor
    #49137

    OK. I have some ideas. Can you use the Private Reply option and send me admin logins so I can take a detailed look at the form setup?

    Anonymous
    #49205
    This reply has been marked as private.
    Trevor
    #49245

    OK, 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.

Viewing 10 posts - 1 through 10 (of 13 total)