• Resolved ramonesmania

    (@ramonesmania)


    I’m developing the following website and i can’t find the CSS selectors.

    https://dev.umbrellabranding.gr/events/

    I’m using Posts and Custom Post Type (The Event Calendar) in my frontpage and blog.

    I’ve tried the following without success

    Content Selector : #content
    Navigation Selector : .pagination
    Next Selector : .pavigation .next a:first
    Item Selector : #content .status-publish

    I assume that i’m wrong at the Next Selector.

    I hope you can help to make it work for both Posts and Custom Post Type.

    Thnx in advance

    https://www.ads-software.com/plugins/infinite-scroll/

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter ramonesmania

    (@ramonesmania)

    Fixed! I’ve changed the pagination code because the previous couldn’t handle next and previous

    hi. can you help me?

    https://yasharzafari.com/gallery

    thanks

    Thread Starter ramonesmania

    (@ramonesmania)

    What i’ve done was to change the pagination code to this

    <nav class="wp-prev-next">
    <ul class="pager">
    <li class="next"><?php next_posts_link(_e('', "wpbootstrap")) ?></li>
    </ul>
    </nav>

    Then probably that selectors will work for you.

    Content Selector : #scroller
    Navigation Selector : .wp-prev-next
    Next Selector : .wp-prev-next .next a:first
    Item Selector : .post

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Can't find CSS Selectors (use Posts & CPT)’ is closed to new replies.