attendees list always displayed

Home Forums Ticket Products Event Tickets Plus attendees list always displayed

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #1101813
    antoine
    Participant

    Hi

    I have the check box attendees list always displayed, ever I have do to the update, paste the code ..

    What can I do to don’t show this line ???

    #1101866
    Remco
    Participant

    I don’t know if it’s exact the same question but i also want to hide this option in frontend: “Don’t list me on the public attendee list”

    It would be nice to be able to togle it on/off in settings.

    #1102140
    Hunter
    Moderator

    Hi Antoine,

    Thanks for posting. Forgive me, but I’m a little confused by your question. If you’re trying to hide event attendees from displaying on the front end, you can do so on the edit event page (see screenshot below)

    If I’ve misunderstood you, please try rephrasing the question. If you need to edit any files, you can learn how to do that with our Themer’s Guide. Please let me know if this helps. If you’re still experiencing troubles, review our Testing for conflicts guide.


    @Remco
    – would you mind creating a new topic? It will help expedite your question 🙂

    Thanks to the both of you and have a good day!

    #1102325
    antoine
    Participant

    Hi

    Have a look here

    http://www.scootherapie.fr/agenda/challenge-scootentole-mirecourt/

    The check box you show is checked, but I always have the check box when participant book a ticket. I want to hide this check box.

    #1102327
    antoine
    Participant

    I don’t understand what the issue of these option ?

    Show all participant list ?

    #1102638
    Hunter
    Moderator

    You can hide that box via CSS by adding the following snippet to your theme’s style.css file. Let me know if it does the trick! You can also visit our UserVoice Feature Ideas and add this as a feature request if it hasn’t been already.

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

    #1102896
    antoine
    Participant

    Yes, work fine !

    Thanks

    • This reply was modified 9 years, 12 months ago by antoine.
    #1102897
    Remco
    Participant

    Thank you Hunter, this solved the issue.

    #1103242
    Hunter
    Moderator

    No problem, glad I could help! For future reference, you can right-click on your mouse and open “Inspect” to identify CSS classes and make changes in your theme’s style.css file. This YouTube Video gives a pretty good explanation.

    Thanks for letting me know the issue is resolved. I’ll close this thread out but please open a new one if you come across any more questions or concerns. Enjoy your weekend!

Viewing 9 posts - 1 through 9 (of 9 total)
  • The topic ‘attendees list always displayed’ is closed to new replies.