Thank you. But what’s the exact shortcode to turn off the attendees number/registration limit (which appears automatically with every event on the main registration page) and where to paste the shortcode on the page of the individual event?
There isn’t a shortcode to turn off the Available Spaces, you would need to use CSS.
.spaces-available { display:none; }
The above will hide the avilable spaces for EVERY event.
To do it on a per event basis it depends on your setup. One way would be to add a css rule for each event you do not want the Availabke Spaces to show up, e.g.
The above would hide the Available Spaces for events with the ID’s 1, 2 and 3.
If you have several event lists, using the [EVENT_LIST] shortcode, and you want one specific list to not show it, then I would add the css attibute tot he list, like so [EVENT_LIST css_class=my-custom-class]. Thgen you can target that entire list but no other:
The support post ‘Hide the line stating the number of available places’ 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.