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
Multiple Start Times for an Event | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Multiple Start Times for an Event

Multiple Start Times for an Event

Posted: October 17, 2012 at 4:23 pm

Viewing 3 reply threads


Jennifer Doyon

October 17, 2012 at 4:23 pm

I’m trying to add multiple start times for one event; however, only the last time I enter is displaying. If you need a sample event: http://www.brookfieldlibrary.org/event-information/?ee=539

Thanks for your help!

Jennifer


Dean

  • Support Staff

October 18, 2012 at 5:15 am

Hello Jennifer,

Have you made sure that the start times have end times? Omitting the end times can cause issues.


Jennifer Doyon

October 18, 2012 at 8:05 am

Hi, Dean –

Yes, the events all have start and end times.

Jennifer


Josh

October 18, 2012 at 8:15 am

Hi Jennifer,

Has the registration_page_display.php template been modified? A fresh copy of this template will have the following code:

if ($display_reg_form == 'Y') {
                        ?>
                        <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>

If this code has been altered or removed, the registration page will not display the time selector drop down.

Viewing 3 reply threads

The support post ‘Multiple Start Times for an Event’ 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