Account Options

  1. Sign in
The old Google Groups will be going away soon, but your browser is incompatible with the new version.
Google Groups Home
« Groups Home
Message from discussion Endless scrolling problem - please help!
The group you are posting to is a Usenet group. Messages posted to this group will make your email address visible to anyone on the Internet.
Your reply message has not been sent.
Your post was successful
 
From:
To:
Cc:
Followup To:
Add Cc | Add Followup-to | Edit Subject
Subject:
Validation:
For verification purposes please type the characters you see in the picture below or the numbers you hear by clicking the accessibility icon. Listen and type the numbers you hear
 
Sean Zhu  
View profile  
 More options Aug 9 2012, 5:48 pm
From: Sean Zhu <interestinglyth...@gmail.com>
Date: Thu, 9 Aug 2012 14:48:49 -0700 (PDT)
Local: Thurs, Aug 9 2012 5:48 pm
Subject: Re: Endless scrolling problem - please help!

If pouretrebelle's fix doesn't work, could you perhaps give a link to the
page where you're seeing this problem?

On Thursday, August 9, 2012 3:15:57 AM UTC-7, pouretrebelle wrote:

> 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));});


 
You must Sign in before you can post messages.
To post a message you must first join this group.
Please update your nickname on the subscription settings page before posting.
You do not have the permission required to post.