Hide remaining ticket quantities

Home Forums Ticket Products Event Tickets Plus Hide remaining ticket quantities

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1365802
    Veronica Gonzalez
    Participant

    I have this in my child theme css file to remove the remaining stock. however I just updated to your latest version and it is no longer working.
    .tribe-events-tickets .tribe-tickets-remaining {
    display:none !important;
    }

    I tried replacing it with the following two css options – still shows
    .tribe-events-event-cost .tribe-button {
    display: none;
    }
    .tribe-events-event-cost .tribe-tickets-left {
    display: none;
    }
    So then I tried the adding this to the child theme functions.php file – still shows
    add_filter( ‘tribe_tickets_buy_button’, ‘__return_empty_string’ );

    Please help.

    #1366525
    Victor
    Member

    Hi Kevolyn!

    Thanks for reaching out to us! Let me help you with this topic.

    I’ve tried both the CSS and filter approach and they work for me on my end.

    Could you please share with me a link to one of your events where you are trying to hide the remaining tickets from?

    Additionally, what happens if you switch to your parent theme instead of the child theme? Does it change anything?

    Let me know about it.

    Thanks,
    Victor

    #1380573
    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 ‘Hide remaining ticket quantities’ is closed to new replies.