Forums Forums Search & Filter Pro Infinite Scroll not working on shortcode results page

Viewing 8 posts - 1 through 8 (of 8 total)
  • Anonymous
    #245789

    you writing “Immediately you will see that when you scroll to the bottom of your results”
    i have activated infinite scroll and nothing happens,
    how can i fix this?

    Anonymous
    #245792

    its even not changing from results.php template to results-infinite-scroll.php,
    nothing changes

    Anonymous
    #245808

    i also tried to add optional post and container selectot like this

    <div class='search-filter-results-list'>
    	<?php
    	while ($query->have_posts())
    	{
    		$query->the_post();
    		?>
    		<div class="divpost">
                      ................................
    		</div>
    		<?php
    	}
    	?>
    </div>	

    and added them to settings, like this
    div.divpost to post
    div.search-filter-results-list to container
    It did not help

    Trevor
    #245875

    Assuming you are using the Shortcode Display Results method:

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

    If so, I assume/hope you copied (to the child theme search-results folder you would have made) the results-infinite-scroll.php template instead of the results.php template when you followed the customising guide there? It still needs to be named results.php in the child theme, so it would need renaming.

    Anonymous
    #245879

    i also tried this, not working

    Trevor
    #245881

    Are you able to send me temporary WordPress admin logins (ones you should later delete or disable) for the site so that I can look at the setup? Please use a Private Reply. Can you ensure that the theme editor (in the Appearance menu) is accessible to me?

    Anonymous
    #245912
    This reply has been marked as private.
    Trevor
    #245927
    This reply has been marked as private.
Viewing 8 posts - 1 through 8 (of 8 total)