Forums › Forums › Search & Filter Pro › Trouble activating infinite scroll
Tagged: infinite scroll
- This topic has 5 replies, 2 voices, and was last updated 7 years, 11 months ago by Trevor.
-
Anonymous(Private) February 10, 2017 at 12:30 pm #89357
I am trying to activate infinite scroll on my search results but it doesn’t appear to be doing anything.
I want the results to appear on the same page as the search and I am using the shortcode method to achieve this. I have ‘Load results using Ajax?’ and ‘Make searches bookmarkable?’ checked and I have selected ‘Infinite Scroll’ in the Ajax Pagination section. When I update there appears to be nothing changed and I can tell it’s not working because I have made some changes to the default ‘results.php’ template—those changes can still be seen. Am I correct in assuming that as soon as I select ‘Infinite Scroll’ from the settings that it should then start using the ‘results-infinite-scroll.php’ template? It’s not doing that. Is there anything I’m doing wrong or missing?
Trevor(Private) February 13, 2017 at 4:51 pm #89809Is this a DIY theme? I ask because the standard WordPress jQuery files are not being loaded. Its normal code source lines would be like this on our site:
<script type='text/javascript' src='https://www.designsandcode.com/wp-includes/js/jquery/jquery.js?ver=1.12.4'></script> <script type='text/javascript' src='https://www.designsandcode.com/wp-includes/js/jquery/jquery-migrate.min.js?ver=1.4.1'></script>
-
AuthorPosts