• Resolved printergirl

    (@printergirl)


    Is there a way to hide the event organizer section from non-logged in users on the single events pages? We don’t want their private info (phone number and email) available to the general public, however we do want it available to our members (who are logged in to the site). I have tried with CSS using “.logged-out” and hiding the element in question, but it doesn’t work with “.logged-out” in front of it. Removed that and it hides it for everyone, which we don’t want. This is the CSS:

    .logged-out div.tribe-events-meta-group.tribe-events-meta-group-organizer {
      display: none;
    }
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Support Erica

    (@eeide)

    Hi @printergirl,

    If you’re using a membership plugin on your site, and the block editor for Events, you can surround the Organizer block with a shortcode to restrict it from logged-out users (as long as your membership plugin includes this functionality).

    I hope this helps! ??

    Thank you,
    Erica

    Plugin Support Chika Ibeneme

    (@chikaibeneme)

    Hello!

    Thanks so much for your time here.

    We’ll be closing this post as there has been no activity! Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

    Thank you,
    Chika

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Hiding event organizer on single event page from non-logged in users’ is closed to new replies.