How to deactivate the "Who's attending" feature?

Home Forums Ticket Products Event Tickets Plus How to deactivate the "Who's attending" feature?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1096839
    Stefan
    Participant

    Hi,

    where can I deactivate the “who is attending” feature?

    If I cannot deactivate the feature as a whole I would like to delete the checkbox and text above the add to cart button: “Don’t list me on the public attendee list”

    If I cannot deactivate this whole functionality is it correct that I can solve this when I activate the checkbox “Hide attendees list on event page” in the backend and delete the mentioned text from above?

    Thank you!

    Kind reagards,
    Stefan

    #1096968
    Geoff
    Member

    Hi Stefan,

    Thanks for reaching out!

    We are working on a better method for deactivating the public attendee list in an upcoming release, but you can add this to your theme’sĀ style.css file or by using the Simple Custom CSS plugin:

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

    Will that work for you? Please let me know. šŸ™‚

    Cheers,
    Geoff

    #1096998
    Stefan
    Participant

    Thank you Geoff that works! Kind regards

    #1097009
    Geoff
    Member

    Rock on, that’s great to hear! Thanks again for reaching out and feel free to let us know if anything pops up–we’d be happy to help. šŸ™‚

    Cheers,
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘How to deactivate the "Who's attending" feature?’ is closed to new replies.