Hide number of events

Home Forums Ticket Products Event Tickets Plus Hide number of events

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1207883
    Dylan
    Participant

    Is there a way you can hide the number of events appearing from event pages?

    #1208021
    Cliff
    Member

    Hi, Dylan.

    Could you please provide a link and an annotated screenshot of what you’re referring to? Then I’ll be sure of what you’re requesting and be able to possibly help.

    Thanks.

    #1208031
    Dylan
    Participant

    This reply is private.

    #1208034
    Cliff
    Member

    Maybe you meant to ask about hiding the number of remaining tickets?

    If yes, you might be interested in this snippet:

    https://gist.github.com/cliffordp/94f37421a00db6f7a96368aa23a8d8bb

    Let me know…

    #1208037
    Dylan
    Participant

    Appologies Cliff, yes, the question was how to hide remaining tickets.. I’ll try the snippet

    Cheers
    Dylan

    #1208123
    Cliff
    Member

    No worries. I hope it works for you. Make sure to adapt the snippet for your ticket numbers.

    #1208795
    Dylan
    Participant

    Thanks Cliff, but that actually looked really complicated… I found another way by doing a search

    https://theeventscalendar.com/support/forums/topic/remove-no-of-tickets-available/

    By adding this into Custom CSS…

    /* hide number of tickets available */
    .tribe-tickets-remaining {
    display: none !important;
    }

    It seems to have done the trick, please close this ticket down.

    Have a great Christmas break guys!

    Dylan

    • This reply was modified 7 years, 4 months ago by Dylan.
    #1209138
    Cliff
    Member

    Gotcha. That is a simpler way of accomplishing this if you do not want the quantity to appear at all.

    I’d caution you to just not set a limited quantity for your tickets then. If you really do have limited quantities and someone tries to buy 5 and only 3 are left, they may not have a good user experience (it may not tell them why they can’t add 5 to their cart).

    Have a great day!

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hide number of events’ is closed to new replies.