I'm attempting to add the infinite scrolling plugin to my site but am having issues setting the selectors.
To complete set up i have to define the following items.
Content Selector:
(The selector of the content div on the main page.)
Posts Selector:
(The selector of the post block.
Examples:
#content > *
#content div.post
div.primary div.entry )
Navigation Selector:
(The selector of the navigation div (the one that includes the next and previous links).)
Next Page Selector:
(The selector of the previous posts (next page) A tag.
Examples:
div.navigation a:first
div.navigation a:contains(Previous))
site: http://www.PisforPROPS.com
theme: modular lite
Thanks in advance,
KD