Support

Home Forums Event Espresso Premium Event Time No Longer Displaying

Event Time No Longer Displaying

Posted: June 23, 2014 at 5:08 pm


Nicole Ouellette

June 23, 2014 at 5:08 pm

Hi folks,

So I have a registration page with just the default code in it [ESPRESSO_EVENTS] here: https://schoodicartsforall.org/2014-workshops-in-order-of-id/

A week ago, the time and the date were with the events. Now it just says the date and you have to click on individual events to see the time: (Ex: https://schoodicartsforall.org/2014-workshop-registration/?ee=89)

Am I missing something? How can I make the field appear on this page again?

Thanks,
Nicole


Josh

  • Support Staff

June 23, 2014 at 9:45 pm

Hi Nicole,

That may have been a customization because the event list does not normally display event times. This is because an event can have more than one time and we try to keep the event list simple. The time can be added with a bit of template hacking.

I would first recommend checking for a backup of the event-list-display.php template and if you have one, check for modified code where the date is displayed.

Alternatively, you can add the following to the event-list-display.php template where you want the first start time of the event to be displayed:

<?php echo event_date_display($event->start_time, get_option('time_format')); ?>


Nicole Ouellette

June 24, 2014 at 5:29 am

OMG THANK YOU! The client said it was there before and disappeared a week ago but there are so many hands in the website that it’s hard to tell what has and hasn’t happened. Worked perfectly! Thanks for having such great support.

The support post ‘Event Time No Longer Displaying’ 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