Support

Home Forums Event Espresso Premium Comment Dates in EE 4

Comment Dates in EE 4

Posted: March 19, 2014 at 2:36 pm


stsw

March 19, 2014 at 2:36 pm

I am getting comment dates in various locations of my event listing and registration. For example, on the venue page, below the venue title it says, “On March 10,2014 / ” It also appears below the title of my Event List page and at the bottom of the Event Page, etc. Where is this coming from and how do I get rid of it?

I would also like to know if there is a way to remove the “Event Details” heading from the Event Page. It would look cleaner with just the name of the event, without the balloons or lollipops and words “Event Details.”

Please help.

Thanks.


Josh

  • Support Staff

March 19, 2014 at 5:27 pm

Hi Kevin,

The dates are likely coming from your theme. In both cases the dates and the Event Details heading can be hidden with CSS. If you can post a link to the webpage in question support staff can take a look and offer advise on how to hide the dates.

The CSS to hide the Event Details heading is as follows:

.about-event-h3 {
display:none;
}

The above can be added to your theme’s custom stylesheet -or- if you don’t have a custom stylesheet I recommend installing the Reaktiv CSS Builder plugin and adding the CSS to the CSS builder editor.


stsw

March 19, 2014 at 6:32 pm

Thank you for the advice so far. Your first suggestion worked like a charm for removing the Event Details heading.

As for the date issue, here are two example pages:

The first is an Event List where the date appears below the first heading:

http://www.stsw.org/events/

The second, the date appears at the bottom of the page below the map:

http://www.stsw.org/events/stsw-2014-annual-conference/

And, one last question while I have your attention: Is there also a way to remove the Upcoming Dates and Times Heading as well as the date and time listing on the event page? I really only need to present a date range, and the time is not important, so I would rather take care of it in the description at the top.

Thanks in advance for all your help!


Lorenzo Orlando Caum

  • Support Staff

March 19, 2014 at 10:33 pm

Hi Kevin,

Are you using this date anywhere else on the site?

If not, the following CSS will hide it along with the event datetimes heading and datetimes information:

.postmetadata, .event-datetimes-h3, .ee-event-datetimes-ul {display:none;
}

Cheers


Lorenzo

The support post ‘Comment Dates in EE 4’ 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