Support

Home Forums Event Espresso Premium Time on Event List Page

Time on Event List Page

Posted: October 29, 2015 at 7:57 am


Scott Ficek

October 29, 2015 at 7:57 am

I followed the instructions in this post: https://eventespresso.com/topic/add-event-time-to-event-list-and-single-event/

I pulled the event_list and event_list_display files out of the espresso directory, modified the _display file by inserting:

<p class="event_time">
							<?php
						//This block of code is used to display the times of an event in either a dropdown or text format.
						if (isset($time_selected) && $time_selected == true) {//If the customer is coming from a page where the time was preselected.
							echo event_espresso_display_selected_time($time_id); //Optional parameters start, end, default
						} else {
							echo event_espresso_time_dropdown($event_id);
						}//End time selected
	                        ?>
						</p>

And then uploaded both files to the uploads directory.

Doesn’t work. Did I miss something?

Here is the page:
http://www.mamashappy.com/workshops/


Lorenzo Orlando Caum

  • Support Staff

October 29, 2015 at 10:01 am

Hi Scott,

Could you confirm that those four files are in this location?

/wp-content/uploads/espresso/templates


Lorenzo


Scott Ficek

October 29, 2015 at 10:41 am

Ok. My bad. I only dropped it into /wp-content/uploads/. It is working now.


Lorenzo Orlando Caum

  • Support Staff

October 29, 2015 at 12:34 pm

Great! I’ll update your support post to resolved.

If you need help with anything else, then just create a new support post in our support forums:

https://eventespresso.com/support/forums/


Lorenzo

The support post ‘Time on Event List 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