Is it possible to turn off the next and previous event links?

Home Forums Calendar Products Events Calendar PRO Is it possible to turn off the next and previous event links?

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1276525
    William
    Participant

    They show at both the top and the bottom.

    #1276683
    Geoff B.
    Member

    Good morning William and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    There are 2 ways to achieve this:

    1. Create a customized view. You might want to read our Themer’s guide to get a sense of how that works.
    2. Simply using CSS to hide the links

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:
    #tribe-events-footer .tribe-events-sub-nav, #tribe-events-header .tribe-events-sub-nav {
    display:none !important;
    }

    or if you simply want this to apply to single events

    .single-tribe_events #tribe-events-footer .tribe-events-sub-nav, .single-tribe_events #tribe-events-header .tribe-events-sub-nav {
    display:none !important;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1287743
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Is it possible to turn off the next and previous event links?’ is closed to new replies.