Thread Starter
tk_421
(@tk_421)
Post CSS Selector: #content.clearfix #colLeft .postBox **
Thread Starter
tk_421
(@tk_421)
I think I understand the structure it’s looking for a little bit more. I updated the plugins, but am still having issues
Content CSS Selector: #content.clearfix
Post CSS Selector: #content.clearfix #colLeft
Navigation Links CSS Selector: #content.clearfix #colLeft .navigation
Previous posts CSS Selector: #content.clearfix #colLeft .navigation .alignleft a:first
I’m also noticing that the plugin doesn’t seem to be loading with the page when I inspect it with chrome ‘Inspect Element’ tool.
Any help would be greatly appreciated. Thanks!
Thread Starter
tk_421
(@tk_421)
Oh my. I forgot to post my website.
http://www.toogoodforradio.com/
Thread Starter
tk_421
(@tk_421)
I couldnt get version 2.0b2.120226 working on my wordpress installation so I downloaded version 2.5 from GitHub
I was able to get the new version to work with the following slecetors:
Content CSS Selector: #content
Post CSS Selector: #content
Navigation Links CSS Selector: #content #colLeft .navigationPrevious posts CSS Selector: #content #colLeft .navigation .alignleft a:first
The new problem is that version 2.5 when activated causes my native wordpress media library to stop functioning. I can see all the entries, but when I click to view them I get a blank screen. Deactivating the plugin fixes the issue. I also noticed that the upload loading image does not seem to take effect either.
Anyone have any luck using 2.5?
Thanks
Thread Starter
tk_421
(@tk_421)
UPDATE: Sorry for the typo
Content CSS Selector: #content
Post CSS Selector: #content
Navigation Links CSS Selector: #content #colLeft .navigation
Previous posts CSS Selector: #content #colLeft .navigation .alignleft a:first
Thread Starter
tk_421
(@tk_421)
UPDATE:
I got the plugin to work with the following selectors
Content Selector: #content
Posts Selector: #content
Navigation Selector: div.navigation
Next Page Selector: div.navigation .alignleft a:first
The plugin WP-Minify caused the inifinite-scroll plugin to not function. I deactivated it and it worked great.