Support

Home Forums Event Espresso Premium Display Event Information After It's Full

Display Event Information After It's Full

Posted: October 29, 2014 at 1:53 pm

Viewing 5 reply threads


gavcaz

October 29, 2014 at 1:53 pm

Currently when a event is full the calendar pop up says that the “registration is full”. Is it possible to still have all of the event information visible just restrict the access for signing up?


Lorenzo Orlando Caum

  • Support Staff

October 29, 2014 at 4:30 pm

Hi,

I looked at this in Event Espresso 4 and it shows sold out and the excerpt still shows the event information.

What version of Event Espresso are you using?


Lorenzo


gavcaz

October 29, 2014 at 5:26 pm

I am using version 3.1.36.5. Any suggestions?


Lorenzo Orlando Caum

  • Support Staff

October 29, 2014 at 6:28 pm

Hi,

Event Espresso 3 handles it in a similar way.

I have an event that has sold out by reaching the attendee limit:

http://cl.ly/image/0Y0c3O0Y4234

Are you seeing something different?


Lorenzo


gavcaz

October 29, 2014 at 6:35 pm

That’s what I’m seeing too. Mine just says “Registration Full”. Is there a way to make it so people can still click on the event and see the event information even though the event is sold out?


Lorenzo Orlando Caum

  • Support Staff

October 29, 2014 at 6:56 pm

Hi,

You could edit the calendar add-on but your edits will be lost on a software update for the calendar:

Within the espresso-calendar.php file (its located here: wp-content/plugins/espresso-calendar), go to line 733. It will have this line of code:

$events[ $cntr ]['tooltip'] .= '
' . __('Sold Out', 'event_espresso') . '
';

Change it to this:

$events[ $cntr ]['tooltip'] .= '
< a class="my-new-css-class-here" href="' . $events[ $cntr ]['url'] . '">' . __('Sold Out', 'event_espresso') . '
';

See this link for the raw code: http://pastebin.com/aXv4ZM0d

If you have trouble finding that line, then try searching for Sold Out. It is the only line in the file that has that text.

Again, these changes will be lost on a software update but it will turn the button into a link.


Lorenzo

Viewing 5 reply threads

The support post ‘Display Event Information After It's Full’ 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