Prefer not having links to prior and future events in my event

Home Forums Ticket Products Event Tickets Plus Prefer not having links to prior and future events in my event

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #130420
    sdupre
    Participant

    EDD Tickets shows prior and future event links as part of my event. There are many “organizers” with their own events that are different, not even GEOGRAPHICALLY in the same place.

    So, it’s distracting to someone trying to get through my event. The event page looks like this:
    << All Events
    A Night of Good Energy <– this is my event
    April 17 @ 7:00 pm – 9:00 pm <– this is my event time
    « Spring Cleaning of your Mind, Body & Soul(link) <*** This isn’t my event. It’s distracting… and right after my event time field…

    … ticket information here

    « Spring Cleaning of your Mind, Body & Soul *** another link that isn’t my event.

    ===== Enhancement ====
    [x] Hide unrelated prior / future event links in current event details

    #131194
    Barry
    Member

    Hi: so I’m not sure this question is really specific to EDD Tickets if I’m understanding you correctly. Essentially, you want to remove the next and previous links from single event pages – is that correct?

    If so you could certainly customize single-event.php (see the Themer’s Guide for details) and remove this code:

    <h3 class="tribe-events-visuallyhidden"><?php _e( 'Event Navigation', 'tribe-events-calendar' ) ?></h3>
    <ul class="tribe-events-sub-nav">
    	<li class="tribe-events-nav-previous"><?php tribe_the_prev_event_link( '<span>&laquo;</span> %title%' ) ?></li>
    	<li class="tribe-events-nav-next"><?php tribe_the_next_event_link( '%title% <span>&raquo;</span>' ) ?></li>
    </ul><!-- .tribe-events-sub-nav -->

    Does that help here?

    #131299
    sdupre
    Participant

    Yes, next & prev removed. Thats helpful.
    Pippin’s great EDD work is mixed in with Tri.be now for EDD (Easy Digital Downloads) integrated as part of/with your EDD Tickets plugin, so yes it’s sometimes confusing to know whether it’s EDD Tickets or Tri.be Events or where it should be posted.

    I’m trying to use all of the Tri.be Events, Facebook Events, EDD & Tri.be EDD Tickets on my site. EDD Tickets is very good – it needs a little more work, I think – maybe not as polished as the other ticket plugins but it’s OK so far.
    Thanks for your help.

    #132521
    Barry
    Member

    Awesome 🙂

    I’ll go ahead and close this – but please don’t hesitate to create new threads if there is anything else we can help with.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Prefer not having links to prior and future events in my event’ is closed to new replies.