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
Import events via CSV without times | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Import events via CSV without times

Import events via CSV without times

Posted: August 1, 2013 at 8:01 am

Viewing 3 reply threads


Julie Cohen

August 1, 2013 at 8:01 am

Is there a way to import events via a CSV file without start and end times? We have holidays that we would like to import and currently, we have to go back and manually remove the times on the event.

Thanks!


Josh

August 1, 2013 at 8:34 am

Hi Julie,

Not currently. Event Espresso actually requires a start and end time for each event. If you go in to the admin and create a new event there it will autofill a start/end time. It sounds like what you’re looking to do is make it so the event times don’t display for events like holidays. Is that correct?


Julie Cohen

August 13, 2013 at 7:59 am

Hi Josh,

That is correct. Is there a workaround to make that work?


Josh

August 13, 2013 at 8:20 am

Instead of removing the times for the Holiday events you can set the event to not be open for registration (that’s assuming that they are not actual events that offer registration) or use CSS for the holiday events to hide the event times. Each event has its own unique ID in the HTML that Event Espresso generates.

So for example, if the event that has an ID of 16 is an event that you do not want to display times for, you’d add this to your custom stylesheet:

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

If your WP theme does not have a custom stylesheet option you can use the Edit CSS option that’s included with the Jetpack plugin or the standalone my custom CSS plugin.

Viewing 3 reply threads

The support post ‘Import events via CSV without 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