Forums Forums Search & Filter Pro Ajax scroll set to 15, now displays all posts

Viewing 3 posts - 1 through 3 (of 3 total)
  • Trevor
    #271660
    This reply has been marked as private.
    Anonymous
    #272123
    This reply has been marked as private.
    Trevor
    #272150

    In the Search & Filter plugin folder, in the subfolder named templates, are two files. Normal pagination template is results.php, and there is another for infinite scroll, with a similar but different structure.

    Which one did you use?

    Whichever one you used, you need to first follow our guide when doing that:

    https://searchandfilter.com/documentation/search-results/using-a-shortcode/#customising-the-results

    The file must be renamed to either results.php or {the number of the form ID}.php

    What you should have done (and maybe did not) is to copy the results-infinite-scroll.php template file to your child theme search-filter folder, and then rename that copied file to results.php

    Then you would edit that file, making sure to keep the general structure and some of the classes intact. The key classes in that file are:

    search-filter-results-list
    search-filter-result-item

Viewing 3 posts - 1 through 3 (of 3 total)