[Plugin: Infinite Scroll] CSS Selectors for Folio Grid Theme?
-
I am getting confused on how to configure this plugin with my theme. Can someone help me. I need to know the values for the css selectors specific to my theme which is folio grid. my site is located at onefourteen.org
Content CSS Selector: The selector of the content div on the main page.
Example: #contentPost CSS Selector: The selector of the post block.
Examples:
#content > *
#content div.post
div.primary div.entryNavigation Links CSS Selector: The selector of the navigation div (the one that includes the next and previous links).
Examples:
div.navigationPrevious posts CSS Selector: The selector of the previous posts (next page) A tag.
Examples:
div.navigation a:first
div.navigation a:contains(Previous)
- The topic ‘[Plugin: Infinite Scroll] CSS Selectors for Folio Grid Theme?’ is closed to new replies.