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
Change Time Display on Event registration page | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Change Time Display on Event registration page

Change Time Display on Event registration page

Posted: September 8, 2012 at 4:40 pm

Viewing 1 reply thread


mminten

September 8, 2012 at 4:40 pm

I would like to change the way the time is displayed. It currently displays on the registration page as:

**

> Start Time: 8:00 am End Time: 11:00 pm

**

I would like it to display as:

**

> 8:00 am – 11:00 pm

**

How do I change this?

The code being used is:

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


Chris Reynolds

  • Support Staff

November 3, 2012 at 11:18 am

Hi, sorry about the lateness of this reply…I’m going through old forum threads today.

Have you looked at the registration_page_display.php and event_list_display.php templates? That’s where you would make changes to the way the time displays.

http://staging.eventespresso.com/wiki/put-custom-templates/

Viewing 1 reply thread

The support post ‘Change Time Display on Event registration 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 - Staging Server