Perhaps provide some more information? Have you tried changing the selectors for example, what version are you using?
I am using the last wordpress with the last plugin…
What selectors are you using, what theme? Do you have an example/the site I can look at? I need more information than “It doesn’t work”.
The site is http://www.milesimarco.altervista.org (you can see it in the first post..!)
Content CSS Selector: #content
Post CSS Selector: #content div.post
Navigation Links CSS Selector: div.navigation
Previous posts CSS Selector: div.navigation a:first
The theme is AllTut (Site5.com) And the plugin is now active
Thanks, looks like you need to change your selectors for this theme. Try:
Content CSS Selector: #content #colLeft
Post CSS Selector: #content #colLeft .postBox
Navigation Links CSS Selector: .emm-paginate
Previous posts CSS Selector: .emm-paginate a:first
Let me know how that goes π
Just one thing… THANKS! IT WORKS VERY WELL NOW!
5 stars to this great plugin! π
Same problem here. I use twenty eleven.
Content CSS Selector: #content
Post CSS Selector: #content div.post
Navigation Links CSS Selector: div.navigation
Previous posts CSS Selector: div.navigation a:first
This is my site.
regards
Hello. I want my site to infinite scroll, and I installed the plugin and activated it and it doesn’t work. I am aware that my selectors may not be right, but I am not sure how to fix. please advise. my site is http://oaklandrocks.com/ and the theme is Paragrams by WordPress Shower.
thanks.
abby
hi! I am using artisteer generated theme and Latest WordPress
infinite-scroll is not working on my theme
http://harekrishnawallpapers.com (My Site)
and my selector is below
Content Selector: div.art-content-layout
Posts Selector: #div.art-post
Navigation Selector: div.navigation
Next Page Selector: div.navigation a:first
Please help me to solve this
Mine is not working either.
2 things : It’s on a page (a page that loads a custom loop)
I use CSS3 columns, could this be related ?
Url : http://tinyurl.com/cv6394w
Selectors :
Content Selector : .page-template-blog #cargo_blog_loop
Posts Selector : .page-template-blog #cargo_blog_loop .hentry
Navigation Selector : .navigation-links
Next page Selector : .navigation-links a:nth-child(2)
Thanks for help !