Thanks! I actually just figured it out.
My problem was at the link to page 2, page 3 and so on.
I had to make it look like this:
http://www.yoursite.com/index.php?page=2
Because then, the script auto increments the last number.
My previous link looked something like this:
http://www.yoursite.com/index.php?x=55 (for page number 2)
And it worked on localhost, but not online.
The online solution is that the last number in link must be the number of the page to access (or something similar).
However, thank you for your reply 🙂
Hi!
I see that you already solved your problem (as I can see on your blog).
So I am interested how did you make it work, because I have pretty much the same problem.
I developed a page on localhost with masonry and infinite scroll, but the infinite scroll doesn’t work online, only offline (localhost).
Thanks,
Maharadz