Support

Home Forums Events Calendar Add-on Fist event "Available Spaces" not shown

Fist event "Available Spaces" not shown

Posted: February 9, 2015 at 9:48 am

Viewing 5 reply threads


Brett McCumber

February 9, 2015 at 9:48 am

Hi there,

My first event doesn’t have Available spaces shown. Which shifts available spaces in the future events. For example if I had 3 events in the series and would have available spaces 30, 16 and 30 – it would be shown: blank, 30, 16.

Please advise.

Screenshot


Lorenzo Orlando Caum

  • Support Staff

February 9, 2015 at 11:33 am

Hi, how is that being added to the calendar? Is the ATTENDEE_NUMBERS shortcode being used?


Lorenzo


Brett McCumber

February 9, 2015 at 11:41 am

No Shortcode. It is a default option in the plugin under “Calendar Settings” -> “Memory Management” -> “Display Attendee Limits”.

I’m no pro but I think it runs the following code:

if ( $show_attendee_limit ) {

					//$attendee_limit = $reg_limit >= 999999 ? __('Available Spaces: unlimited', 'event_espresso') : __('Spaces: ', 'event_espresso') . $num_completed . ' / ' . $reg_limit;

					$attendee_limit = $reg_limit >= 999999 ? __('Available Spaces: unlimited', 'event_espresso') : __('Seats Available: ', 'event_espresso') . $reg_limit;

					$events[ $cntr ]['tooltip'] .= ' <p class="attendee_limit_qtip">' . $attendee_limit . '</p>';

				}


Lorenzo Orlando Caum

  • Support Staff

February 9, 2015 at 1:14 pm

Hi there,

Could you share a link to an event so we can take a look at this issue?

If you do not want to share this link here in our support forums then please email the link to the email address below and also include a link to this support post.

support [at] eventespresso.com

Thanks!


Lorenzo


Josh

  • Support Staff

February 10, 2015 at 2:10 pm

Hi Kat,

Can you let us know the ID of the event that’s missing the available spaces info? I do not know what you mean by your first event, so having the ID will help us investigate. You can get the ID by viewing the event, and then check the end of the URL. The end of the URL will be something like “?ee=199”


Brett McCumber

February 10, 2015 at 3:15 pm

Hi Josh,

I ended up just deleting and re installing EE and all of the plugins. That fixed it. Unfortunately it was an urgent matter.

Thank you for your help

Viewing 5 reply threads

The support post ‘Fist event "Available Spaces" not shown’ 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