• 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: #content

    Post CSS Selector: The selector of the post block.
    Examples:
    #content > *
    #content div.post
    div.primary div.entry

    Navigation Links CSS Selector: The selector of the navigation div (the one that includes the next and previous links).
    Examples:
    div.navigation

    Previous posts CSS Selector: The selector of the previous posts (next page) A tag.
    Examples:
    div.navigation a:first
    div.navigation a:contains(Previous)

Viewing 1 replies (of 1 total)
  • Thread Starter khanvict

    (@khanvict)

    I’m trying to use the firebug extension to help me find the right elements on the page this is what I have attempted so far:

    Content CSS Selector: #postWrap
    Post CSS Selector: #postWrap div.post

    Navigation Links CSS Selector: div.post archiveTitle
    Previous Posts CSS Selector: div.prevpost a

    still pretty confused though =/

Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: Infinite Scroll] CSS Selectors for Folio Grid Theme?’ is closed to new replies.