Stop showing remaining tickets

Home Forums Ticket Products Event Tickets Plus Stop showing remaining tickets

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1631827
    Martin Strm
    Participant

    How do I stop the number of remaining tickets from being shown in the frontend. I’ve looked for a way to configure this in the backend but to no avail.

    #1633130
    Jeremy
    Keymaster

    Hi Martin,

    Thanks for reaching out to us! I’d be happy to help you 🙂

    In order to hide the number of remaining tickets, you may add the following snippet in Appearance > Customize > Additional CSS:

    .tribe-tickets-remaining {
      display: none;
    }

    I hope this helps.

    Cheers,
    Jeremy

    #1633662
    Martin Strm
    Participant

    Thank you! Why isn’t this available as an option in the admin UI? Seems
    like a clunky way to toggle this off by injecting custom CSS?

    #1633668
    Martin Strm
    Participant

    Also it didn’t work…

    Added CSS to Additional CSS, screenshot: http://prntscr.com/l03hrs
    But remaining tickets are still displaying, screenshot: http://prntscr.com/l03hyr

    #1634212
    Jeremy
    Keymaster

    Hi Martin,

    Oh right, my snippet didn’t work because I forgot to add an element. Could you insert the following snippet instead?

    .tribe-events-tickets .tribe-tickets-remaining {
      display: none;
    }

    In case that doesn’t work either, add an “!important” at the end, so it would look like this:

    .tribe-events-tickets .tribe-tickets-remaining {
      display: none !important;
    }

    It’s not available as an option in the admin UI because not many people have requested this feature. However, I encourage you to visit our User Voice Page and either upvote an existing request or make a new request there. You can suggest it at http://tribe.uservoice.com.

    I hope this helps.

    Cheers,
    Jeremy

    #1647279
    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 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Stop showing remaining tickets’ is closed to new replies.