Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums JavaScript Infinite Scroll + Masonry append help Re: Infinite Scroll + Masonry append help

#102055
TheDoc
Member

You’re getting an error: Uncaught TypeError: Cannot read property ‘debug’ of undefined

Also, this is wrong:
itemSelector : “#posts post”,

Should be:
itemSelector : “#posts .post”,

Again for the Masonry:
itemSelector : ‘post’,

Should be:
itemSelector : ‘.post’,

Another note, once you get it working you should upload those files to Tumblr, linking like this:

Can be dangerous if he ever decides to take it off from there, change the name, permalink structure, etc.