By marieke_h:
The "next_selector" in views_infinite_scroll.js caused the problem. He took the URL of an other pager on the website.
I fixed it by adding the view name to the jquery selector.var next_selector = '.view-' + settings.view_name + " " + settings.next_selector;
Comments
Comment #1
Remon commented