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 day event : different times | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Multiple day event : different times

Multiple day event : different times

Posted: July 26, 2013 at 4:43 am

Viewing 3 reply threads


Jennifer Benn

July 26, 2013 at 4:43 am

Hi. How can I create an event that runs over 3 days, with different times on each day? I tried to add the start date and end date, and created 3 times, but now it’s asking the user to choose a time. The times should not be optional, it’s a 3 day course.

http://worldofvirtues.com/event-registration/?ee=5

  • This topic was modified 11 years, 5 months ago by Jennifer Benn.


Dean

  • Support Staff

July 26, 2013 at 6:00 am

Hi Jennifer,

The best way to do this would be to simply add the times to the description. Reason being is the times as you discovered will become a choice for the user.

Another way to do it which is slightly more in depth would be to create 3 events, one for each day with the appropriate times.

Then for day two and three, change the “Alternate Registration Page (optional)” option found in the event itself to the URL of the first event.

What this will do is list 3 events on the event list and calendar, but when you click event 2 and 3 it will send you to event 1 so from an admin point of view there is only one event being registered for.


Jennifer Benn

July 29, 2013 at 7:50 pm

Thanks Dean. Option 1 is the better one, as the person using it needs the simplest possible way of doing things. However, if I add the times to the description, the start time and end time for the first date are displayed and it looks a bit confusing. Is there any way to hide the start and end time for one event only?


Dean

  • Support Staff

July 30, 2013 at 12:14 am

Hi Jennifer,

This can be done with some CSS.

To remove the date from the registration page

#espresso-event-id-X .event_time { display:none; }

To remove the date from the event list page for a specific event

#event_date-X { display:none; }

Note that the X should be replaced with the numerical ID of the event (not the unique identifier!) if you look at the event overview you can find this ID on the left hand side of the event.

Viewing 3 reply threads

The support post ‘Multiple day event : different 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