Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
$25
How to make Infinite Scroll Plugin work on my site?
I have a site with a grid theme on http://challenge.ronenbekerman.com/citylife/ that should work with the Infinite Scroll plugin and allow for continuous scroll of the grid (this is mentioned in the theme support documents by the author, but the author could not help me somehow)
The problem is the plugin loads the next page on top of the current one overlapping all the content instead of adding it below it.
here is the link to the theme's support FAQ were it mentions the Infinite Scroll bit.
http://support.shakenandstirredweb.com/shaken-grid/faq/
Let me know what else you need to know to help me with this
Many thanks,
Ronen.
This question has been answered.
Ronen Bekerman | 08/13/11 at 1:25pm
Edit
Previous versions of this question:
08/13/11 at 1:45pm
(2) Possible Answers Submitted...
See a chronological view of answers?
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
-

Last edited:
08/13/11
1:37pmSébastien | French WordpressDesigner says:the link please
- 08/13/11 1:45pm
Ronen Bekerman says:Opps... ;)
http://support.shakenandstirredweb.com/shaken-grid/faq/
- 08/13/11 1:45pm
-

Last edited:
08/14/11
3:54amChristianto says:Hello,
I saw jQuery conflict in place that you put this code:
$('.sort').isotope( 'appended', $( arguments[0] ));
You could change it to:
jQuery('.sort').isotope( 'appended', jQuery( arguments[0] ));
let me know the result if we change it..
Previous versions of this answer: 08/14/11 at 3:54am
- 08/13/11 2:40pm
Ronen Bekerman says:It doesn't :(
- 08/13/11 2:42pm
Christianto says:sorry its still conflicted, change to this
jQuery('.sort').isotope( 'appended', jQuery( arguments[0] ));
notice I change all $ sign to jQuery - 08/13/11 2:55pm
Ronen Bekerman says:Update as you suggest and still the same result ;(
I guess there is something more then that. - 08/13/11 4:38pm
Christianto says:Ok, now try change file wp_infinite_scroll.php in folder infinite-scroll on your plugin directory with file attach.
And put code below In the box next to “Javascript to be called after the next posts are fetched:”
$('.sort').isotope( 'appended', $( newElements )); - 08/14/11 8:44am
Christianto says:Ronen, have you try my solution above?
- 08/14/11 9:12am
Ronen Bekerman says:Hi, Got back to it and
About too...
but can you please tell me were you made changes to that file (line numbers) so I'll be in the loop ;)
Ronen - 08/14/11 9:34am
Christianto says:I only changed the Javascript function generated by infinite loop plugin to initialize infinite scroll plugin on line 256.
The reason I change this, it seems like the element added by infinite scroll to .sort is not utilized by jQuery isotop plugin, this plugin is the one which responsible to arrange the layout.
the code below is telling the plugin that there is new element to be added, and arrange the layout accordingly. more info of the method here
$('.sort').isotope( 'appended', $( newElements ));
- 08/14/11 11:49am
Ronen Bekerman says:It Works! I did not implement this myself - I had someone coding it for me with a little tweak... but it works so Thank you and thanks to him too ;)
- 08/13/11 2:40pm
This question has expired.
Ronen Bekerman voted on this question.
Current status of this question: Completed
Warning: Please do not give out any FTP or ssh credentials to anyone, unless you trust them completely. Giving out login details is dangerous.
If the asker does not get an answer then they have 10 days to request a refund.
