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

Remon’s picture

Status: Active » Fixed

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.