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’ );
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
Author
Posts
Viewing 3 posts - 1 through 3 (of 3 total)
The topic ‘Hide remaining ticket quantities’ is closed to new replies.