Endless scrolling problem - please help!

119 views
Skip to first unread message

fwe...@gmail.com

unread,
Aug 7, 2012, 8:21:48 PM8/7/12
to tumblr...@googlegroups.com
Does anybody know how to fix this problem?

All the last pictures of my page have layered on top of one another.
problem.png

pouretrebelle

unread,
Aug 9, 2012, 6:15:57 AM8/9/12
to tumblr...@googlegroups.com, fwe...@gmail.com
Either you can get a decent theme by somebody that know what they're doing with scripting
or if you want to tangle in it yourself
it's probably because there's a positioning script that goes off when you trigger the infinite scroll, you need to make sure that only goes off after all the images are loaded.
If you're site has masonry (multi-columned mosaicish layout) find the bit in the jquery a few lines after is says something like '$container.infinitescroll({'
it should say something like
function (newElems) {
  $container.masonry( 'appended', $(newElems));
});
you need to change that middle line to 
$(newElems).imagesLoaded(function() {$container.masonry('appended', $(newElems));});

Sean Zhu

unread,
Aug 9, 2012, 5:48:49 PM8/9/12
to tumblr...@googlegroups.com, fwe...@gmail.com
If pouretrebelle's fix doesn't work, could you perhaps give a link to the page where you're seeing this problem?
Reply all
Reply to author
Forward
0 new messages