I am trying to: Add a "Load More..." button to the bottom of a lists of news posts, which when clicked - and only when clicked - should load an additional 3 posts.
Link to a page where the issue can be seen: hidden link
I expected to see: The first 4 posts - then click on the "Load More..." button to load the next 3 posts.
Instead, I got: The first 4 posts - then when I scroll to the very bottom of the page, the next 3 posts are automatically loaded without having clicked on the "Load More..." button.
I've set up a view with infinite scroll and inserted the next page link shortcode between [/wpv-items-found] and [wpv-no-items-found] in the Loop Editor.
I couldn't get it to work—changing the tolerance setting appears to have no effect—and so I've had to escalate this so that my colleagues can investigate further.
The developer replied that the hack suggested by Luo isn't expected to work. You can use the tolerance setting to trigger the update earlier, but there is a backstop to ensure that an update occurs when reaching the end of the current View results that will be triggered even if you use negative values for the tolerance.
So, all I can do I'm afraid is to use this thread as another vote for the existing Load More feature request.
Any update on when this feature will be added? There are requests for this dating back a few years. Infinite scroll is bad practice as the user will not be able to get to the footer and Google is now paying attention to sites with this added and no what to turn it off and on.