Support

Home Forums Event Espresso Premium Can I display event time on the EE3 Vector Map Add-On?

Can I display event time on the EE3 Vector Map Add-On?

Posted: March 10, 2016 at 4:22 pm

Viewing 1 reply thread


Heidi Hardman

March 10, 2016 at 4:22 pm

Is it possible display the start and end times of an event on the vector map add-on in EE3?

You can see the time when you click through to register, but I’d love to show it on the main vector map page of my event listings:
http://thousandbitesofbread.com/classes/

Thanks for any advice!


Josh

  • Support Staff

March 10, 2016 at 5:13 pm

Hi Heidi,

When they click on the state and it brings up the table of events, that’s the template that’s included in the Vector maps add-on. To add the start times to that template, you open up the index.php file of the Vector maps add-on and add this line after line 150:

<?php echo event_espresso_get_time($event->id, 'start_time') . ' - ' . event_espresso_get_time($event->id, 'end_time') ?><br />

Viewing 1 reply thread

The support post ‘Can I display event time on the EE3 Vector Map Add-On?’ 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