Hey there @starklin
Are you using the classic or block editor? If you are using block editor, you can just delete the Who’s Attending block from editing your event.
https://support.theeventscalendar.com/156866-Making-Tickets#going
https://support.theeventscalendar.com/174918-Testing-the-WordPress-50-Block-Editor
If you are using our plugins without enabling block editing, can you share a link to an event with the attendees going displayed? Even a test event with yourself in there as an attendee would work. I can review and provide code to hide that.
Thanks
Courtney 👩🏽💻
Hi Courtney, thanks for the reply.
I need the data of the participants to book their presence at an event. Except that the “Going” and “Not Going” option confuses people.
Hi @starklin!
In order to hide that “Going/Not going” option, you may add the following snippet under Appearance > Customize > Additional CSS:
.tribe-tickets-table .tribe-tickets-order_status-row {
display: none;
}
Let us know how it goes 🙂
Cheers,
Jeremy