Hi,
Thanks for writing back.
1. How can i remove the pagination because i'm using infinite scrolling? hidden link
- To remove the manual pagination controls, you can remove its block from the view's editor.
Screenshot: hidden link
2. Why Spinner graphics, when loading more doesn't appear?
- Your view is set to pre-load the next 3 pages when the page loads.
Screenshot: hidden link
This means that when the page will load, it will pre-load the results for pages 1-4 even though the results of page 1 will only be initially shown.
As a result, there will be minimum delay/wait when the results from the next pages will become visible. Since the total results available on that page are all covered within 4 pages, there is no wait time involved that needs to be covered through the spinner graphic.
Additionally, during testing on my own website, I noticed that when the new block's editor is being used, the default spinner graphics are not loaded, even when there is some wait time between the results.
I've shared these findings with the concerned team and will keep you updated with the progress through this ticket.
For now, a workaround can be to use a custom uploaded image as a spinner graphic, which loads fine.
Screenshot: hidden link
3. Is it possible the next results to load before scrolling at the end of the page?
- There are only two possible options that can be used in the pagination settings with infinite scrolling effect:
a). Pagination enabled with manual transition and AJAX:
This will trigger the next page's results when the page is scrolled to near its end.
b). Pagination enabled with automatic AJAX transition:
This will trigger the next page's results after the set time automatically and won't wait for the page's scrolling.
For any other customized control, you'll need to include custom JavaScript code.
regards,
Waqar