Support

Home Forums Event Espresso Premium Remove Author and post date from events page

Remove Author and post date from events page

Posted: March 18, 2017 at 12:52 am

Viewing 3 reply threads


Adam

March 18, 2017 at 12:52 am

Hello,

How can I remove the author and post date of each event from my events page listing?

https://www.ecoexplorers.com.au/events-programs/school-holiday-program-traditional-nature-art/

I tried this but it didnt work?

.espresso_events div.post-meta {
 display: none;
}


Tony

  • Support Staff

March 18, 2017 at 5:46 am

Hi there,

the reason that style won’t work is there is an issue with how your theme is outputting the classes on the container div – http://take.ms/IXf04

The container looks like this:

<div class="row class="post-1227 espresso_events type-espresso_events status-publish has-post-thumbnail hentry espresso_event_categories-events espresso_event_type-single-event"" id="post-1227">

Note the 2 class attributes and the wrong placement of the closing double quotes completely break the classes, it should be like this:

<div class="row post-1227 espresso_events type-espresso_events status-publish has-post-thumbnail hentry espresso_event_categories-events espresso_event_type-single-event" id="post-1227">

You’ll need to fix that for the above selector to work and prevent the same issues further down the line. Without looking at the theme code it could be anything, possibly a typo within the content template, or if the theme has a filter on the classes that’s being used incorrectly somewhere.


Adam

March 18, 2017 at 6:07 am

thanks for the info and reply Tony ๐Ÿ™‚


Tony

  • Support Staff

March 18, 2017 at 6:15 am

You’re most welcome ๐Ÿ™‚

Viewing 3 reply threads

The support post ‘Remove Author and post date from events page’ 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