Disable Who's Attending List

Home Forums Ticket Products Event Tickets Plus Disable Who's Attending List

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1101222
    gachapman
    Participant

    Hi Guys

    How do I disable the Who’s Attending List? I dont want to see how many people have paid for tickets.

    Cheers
    Gregg

    #1101394
    George
    Participant

    Hey Gregg,

    Thanks for reaching out.

    You can disable the front-end attendees list on a per-event basis using a checkbox while creating tickets that disables the list. However, I think you are asking about disabling the list by default, across the board for all events. Is this correct?

    If so, then you can do so by adding the following CSS to the bottom of your theme’s style.css file:


    .tribe-attendees-list-container,
    .tribe-tickets-attendees-list-optout {
    display: none !important;
    }

    Cheers!
    George

    #1107742
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Disable Who's Attending List’ is closed to new replies.