You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Enrique Piatti edited this page Dec 27, 2013
·
2 revisions
This could happens if your selector for the "Next" page is ambiguous, try setting something more specific.
For example, by default the selector for the Next page is "a.next", but if you have another link in your HTML with class "next" then one solution is to change the selector to something like ".pager .next":
System > Configuration > Infinite Scroll > Selectors > Next = .pager .next