Support

Home Forums Event Espresso Premium event not displaying start/end time when front end registration is disabled

event not displaying start/end time when front end registration is disabled

Posted: December 15, 2013 at 10:30 am

Viewing 4 reply threads


Joy Smith

December 15, 2013 at 10:30 am

Hi –

Second post/question:

My client has, so far, only free recurring events with registration hidden. For testing, though, I created an event with registration, a price, etc. On the registration page, the free, no registration event is not displaying a start and end time – while the paid event with registration is.

I’m assuming the start and end times are dependent on registration being on or off. How can I get the times to display when registration is off for the event?

Thank you
Deborah

Online, but in maintenance mode.
New Install, Event Espresso version 3.1.36.1.P
WordPress version WP 3.8
Installed plugins
BackWPup by Inpsyde GmbH version 3.0.13,
Better WP Security by iThemes version 3.6.2,
Contact Form 7 by Takayuki Miyoshi version 3.6,
Event Espresso – Calendar by Event Espresso version 2.0.6.3,
Event Espresso – Custom Template Display by Event Espresso version 1.0,
Event Espresso – MailChimp Integration by version 1.2,
Event Espresso – Members Addon by Event Espresso version 1.9.8.p,
Event Espresso – Recurring Events by Event Espresso version 1.1.8.p,
Event Espresso Template – Recurring Events Table w/ Dropdowns by Event Espresso version 1.0,
Event Espresso – Ticketing by Event Espresso version 2.1.p,
Event Espresso by Event Espresso version 3.1.36.1.P,
MailChimp for WordPress Lite by Danny van Kooten version 1.4.8,
Really Simple CAPTCHA by Takayuki Miyoshi version 1.7,
Seamless Donations by allendav version 2.6.0,
WP Maintenance Mode by Frank Bültge version 1.8.11,
WPtouch Mobile Plugin by BraveNewCode Inc. version 3.1.3


Dean

December 16, 2013 at 1:35 am

Hi Joy,

The free events, do they have the registration form turned off?


Joy Smith

December 16, 2013 at 7:38 am

Yes, I said that above. 🙂

You can see it here –
No reg: http://www.papillon-center.org/programs/?ee=57
With reg: http://www.papillon-center.org/programs/?ee=114


Tony

  • Support Staff

December 16, 2013 at 9:03 am

Hi Joy,

Yes the Event Times/Dates are tied into the setting for the Registration form.

You’ll need to copy event-espresso/templates/registration_page.php & registration_page_display.php to wp-content/uploads/espresso/templates/

Then in that new location edit the registration_page_display.php file.

To make all the details appear just as they would with the registration form enabled. Comment out line 114

if ($display_reg_form == 'Y') {

becomes

// if ($display_reg_form == 'Y') {

then comment out the } on line 155

// }

That should then display the times.


Joy Smith

December 16, 2013 at 10:16 am

Awesome – worked like a charm. Thank you!

Viewing 4 reply threads

The support post ‘event not displaying start/end time when front end registration is disabled’ 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