Support

Home Forums Event Espresso Premium Removing Author, comments in events

Removing Author, comments in events

Posted: July 1, 2016 at 4:41 am

Viewing 2 reply threads


RosemaryLindsay

July 1, 2016 at 4:41 am

I have been trying for hours going through the forum to review the author, date, and comments with no success either. I apologise for all the questions but if you can assist that would be great. Great plugin otherwise.

Thanks Rose


Tony

  • Support Staff

July 1, 2016 at 5:29 am

Hi Rose,

Those are all controlled by your theme. EE events are custom post types so generally any options you have for posts you should have for EE events (although not always as it depends what the theme is doing)

The easiest way to remove the author from view is to hide it using CSS. This will remove only the author (leaving the post date):

.espresso_events .kl-blog-item-author {
    display: none;
}

If you want all of the details there removed, use:

.espresso_events .kl-blog-item-details {
    display: none;
}

Comments are set within the event editor, you should see a ‘Discussion’ meta box – http://take.ms/2RCSB

There you can enable/disable comments on that specific event.

(If you do not see the Discussion metabox, go to the top of the page and slick ‘screen options’, make sure the checkbox is enabled there – http://take.ms/drwGe)


Tony

  • Support Staff

July 1, 2016 at 5:31 am

Also we recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such those above.

Viewing 2 reply threads

The support post ‘Removing Author, comments in events’ is closed to new replies.

Have a question about this support post? Create a new support post in our support forums and include a link to this existing support post so we can help you.

Event Espresso