Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114

Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Event-registration Page lists events and dates but not times | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Event-registration Page lists events and dates but not times

Event-registration Page lists events and dates but not times

Posted: February 10, 2014 at 12:15 pm

Viewing 1 reply thread


Richard Fisher

February 10, 2014 at 12:15 pm

We have created a couple events and were notified by a few people that when they visit our site and click on the Event Registration menu option (page is event-registration with the short code [ESPRESSO_EVENTS] that the event name and dates appear but the event time(s) do not. They say they have to be registered on our site before they can get the event times. When we look at the calendar page (actual calendar), we see the event times on the calendar entry.

Is there any way to have the event times appear on the Event Registration page?

http://www.teachmesocialmedia.net/event-registration/

Thanks,

Dick Fisher


Sidney Harrell

  • Support Staff

February 10, 2014 at 3:15 pm

You can add this code to one of the following:
1 – Your theme’s functions.php file. It may get overwritten the next time you update your theme.
2 – The EE custom files add-on in the custom_functions.php file.
3 – Use this blank plugin to hold the custom function.

Then in templates/event_list_display.php (copy it to uploads/espresso/templates before modifying it), put this in at line 89:

<p id="event_times-<?php echo $event_id ?>"><span class="section-title"><?php _e('Times:', 'event_espresso'); ?></span> <?php echo espresso_display_all_event_times($event_id); ?>
		</p>
Viewing 1 reply thread

The support post ‘Event-registration Page lists events and dates but not times’ 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 - Staging Server