Hi, I managed to get the content to load on scroll, but I need to run a script to place the posts into the grid properly. At the minute the new posts are just loaded behind the old ones.
I’m not really brilliant with Javascript, so I don’t know what to put in the “Javascript to be called after the next posts are fetched” option. I was thinking it’d be vgsort or something, but I can’t get it to work. Any ideas?
The css selectors you need to get content to load are:
content css selector = #grid-wrapper
post css selector = #grid-wrapper div.post
navigation links css selector = div.pagination
previous posts link css selector = div.pagination a:first