Support

Home Forums Event Espresso Premium Open on left side of table confusing students with closed on right side of table

Open on left side of table confusing students with closed on right side of table

Posted: March 28, 2014 at 9:04 am


ASEEM SAPPAL

March 28, 2014 at 9:04 am

http://oaksterdamuniversity.com/schedule/
How can we remove the “closed” text on the right side of the table?
For example this site shows nothing in the column when the class is closed:http://londonschoolofphotography.com/ (scroll to bottom to view classes)


Jonathan Wilson

March 28, 2014 at 11:57 am

Hi Aseem,

The London School Of Photography site has customized the templates in order to make their lists appear as though they do. I’m not sure what they did though. However, if you know a good php developer, they should be able to accomplish this for you, or you can contact one of our Event Espresso Pros to see if they can help you with that.


ASEEM SAPPAL

March 28, 2014 at 12:20 pm

Just figured it out!
Line 89 on the events table php

if ($event_status == ‘NOT_ACTIVE’) {
$live_button = __(‘Closed’, ‘event_espresso’);
$cart_link = ”;

just remove Closed:

if ($event_status == ‘NOT_ACTIVE’) {
$live_button = __(”, ‘event_espresso’);
$cart_link = ”;

The support post ‘Open on left side of table confusing students with closed on right side of table’ 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