We are selling tickets to events. We would like to list some of the upcoming events that do not yet have datetimes. We want to list them as “time and date to be determined”. How can we do that while also listing other events that do have dates and tickets available.
From research it appears the workaround is to create a long date time and then hide the dates in the event listing page and also hide the tickets. How can I do this selectively just on the events that do not have dates yet. (not hiding all events date times or tickets)
If the event isn’t going to be open for registration until the date is determined, you can set “Display Ticket Selector” to No for the time being. Then to hide the dates you add some CSS that targets and hides the dates for only specific events.
For example, if you want to hide the dates for event ID 123, your CSS will look like this:
#ee-event-datetimes-ul-123 {
display:none;
}
You can add the CSS to the Additional CSS panel located in Appearance > Customize.
thanks Josh, that works for the event listing. is there a way to hide the dates in the upcoming events widget. the event that does not yet have a date scheduled is the second one, “Receive a Lighter, Happier Relationship” in the sidebar widget on this page http://66.147.244.248/~ncmcmedi/personal-workshops/
Good thinking and thank you for keeping us updated.
Is there anything else we can help you with?
Viewing 5 reply threads
The support post ‘Events with Unknown Datetimes (tbd)’ 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.
Support forum for Event Espresso 3 and Event Espresso 4.