Support

Home Forums Event Espresso Premium Remove Event Date/Time

Remove Event Date/Time

Posted: March 13, 2017 at 7:17 am

Viewing 7 reply threads


Jason King

March 13, 2017 at 7:17 am

Hello,

I have a line on my event pages that shows a messed up version of the event’s date and time:

2017-05-10T08:00:00-04:00 8:00 am

I’d like to just remove that line entirely, but can’t figure out how. It shows up between my excerpt and the ticket selector on all events. Here’s an example:

http://ncaccevents.org/events/cad/

Thanks for your help.


Tony

  • Support Staff

March 13, 2017 at 8:54 am

Hi Jason,

We recently added a fix for this in iced mocha, if you update to the latest version it will fix the string to display in the correct format:

https://github.com/eventespresso/iced-mocha

The easiest method to remove it is using some custom CSS, for the single event page output you linked to you can use:

.single-espresso_events #event-date-p {
    display: none;
}

We recommend using either the My Custom CSS or Reaktiv CSS Builder plugins to add custom styles such as these.


Jason King

March 13, 2017 at 9:25 am

Thanks Tony. I’m not sure how to update from the github link you posted? I don’t see any iced mocha updates available on my dashboard.

Is there some CSS to remove it from all of my event pages? I have My Custom CSS installed.


Tony

  • Support Staff

March 13, 2017 at 9:29 am

Thanks Tony. I’m not sure how to update from the github link you posted? I don’t see any iced mocha updates available on my dashboard.

You won’t see any updates for iced mocha in the dashboard.

Have you modified the theme at all? I can provide more info but updating will remove any modifications to iced mocha if you’ve made any (unless they are within a child theme) so just checking first.

Is there some CSS to remove it from all of my event pages? I have My Custom CSS installed.

I’m not sure what you mean by all event pages? The above will remove that date from all of your events single event pages (the view you linked to)

Is there somewhere else you see the date?


Jason King

March 13, 2017 at 9:52 am

I misunderstood – I thought the CSS you posted was only for that particular event. It does accomplish what I was looking for. Thank you.

Will keeping the older version of the theme lead to more issues down the road? I’d like to update if that’s the case. If not, I’m happy to leave it the way it is.

I’m using My Custom CSS to hide a few items on my pages, but haven’t made any other modifications.


Tony

  • Support Staff

March 13, 2017 at 10:17 am

I misunderstood – I thought the CSS you posted was only for that particular event. It does accomplish what I was looking for. Thank you.

No problem 🙂

Generally we recommend updating to the latest version, there’s a couple of fixes we’ve included within iced mocha, once of which could cause issues down the line (although I can’t be 100% certain)

There’s a plugin you can use that once installed will check github for updates for you, they will then show up as normal updates and install as normal, would that be better?


Jason King

March 13, 2017 at 10:31 am

Yeah, if you could pass along that plugin, that’d be great. Sorry to have devolved this into so many questions. You and your colleagues are always a great help.


Josh

  • Support Staff

March 13, 2017 at 5:27 pm

Here’s where you can download the plugin that will add 1-click updates for Github-hosted themes like Iced Mocha:

https://github.com/afragen/github-updater

Viewing 7 reply threads

The support post ‘Remove Event Date/Time’ 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