Closed ihvou closed 6 years ago
there's some issue with this fix
<div class="page-load-status page-js js-work" data-current-page="1">
<p class="view-more-link infinite-scroll-error">No more pages to load</p>
<p class="view-more-link pagination__next infinite-scroll-request">Next page</p>
</div>
Next page should be a real link. Using this link plugin finds content of which page to load next
here is how this element looks in their example view-source:https://infinite-scroll.com/demo/masonry/
<p class="pagination">
<a class="pagination__next" href="page2.html">Next page</a>
</p>
ready, now it is like in example
fixed