Disabling tribe-events-nav-next / tribe-events-nav-previous

Home Forums Calendar Products Events Calendar PRO Disabling tribe-events-nav-next / tribe-events-nav-previous

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1027594
    Michael
    Participant

    Is there a way to disable the display of showing next and previous events in the individual event display?

    Sometimes one event we host doesn’t want to have displayed another event’s title right under its own listing : )

    #1027702
    Nico
    Member

    Hi Michael,

    Thanks for reaching out to us! I’ll help you here…

    The easy way to achieve this is to visually hide it via CSS, adding this snippet to your theme/child theme stylesheet or via Simple Custom CSS plugin:

    .single-tribe_events #tribe-events-footer {
    display:none;
    }

    If you are just willing to hide this for specific events you can target those via post-ID, like this:

    .postid-999 #tribe-events-footer {
    display:none;
    }

    Finally if you need to select which events to hide this from the back-end you can add a custom field (or PRO additional field) and make a check for this value in the Single Event Template (view the Themer’s guide for details on how to edit templates).

    Please let me know if you can implement this fix or still need assistance,
    Best,
    Nico

    #1075694
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disabling tribe-events-nav-next / tribe-events-nav-previous’ is closed to new replies.