Avatars being displayed in events

Home Forums Calendar Products Events Calendar PRO Avatars being displayed in events

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1299300
    JOHN S.
    Participant

    My site is using a plugin titled “Display Avatars” which displays avatars in posts. This plugin thinks that my events are posts and displays avatars both in the calendar widget on the right and in the monthly calendar.

    Is there any way to suppress the display of avatars in events ???

    #1299460
    Jennifer
    Keymaster

    Hi John,

    Thanks for reaching out! I’m sorry you’re running into this issue.

    I’m not familiar with that plugin, but I took a quick look, and you should at least be able to hide the avatars with CSS:

    #tribe-events #tribe-events-content-wrapper .post-avatar {
    display: none;
    }

    You can add that to your Appearance > Customize > Additional CSS area if you have one, or to the style.css file of your child theme.

    There might be a way customize the plugin to exclude certain post types (events are tribe_events post types), but I didn’t see any documentation on how to do so.

    I hope that helps! Please let me know if you have any more questions.

    Thanks,

    Jennifer

    #1317955
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Avatars being displayed in events’ is closed to new replies.