Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-sales domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the better-click-to-tweet domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-amazon domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the pue-stats domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114
Notice: Function _load_textdomain_just_in_time was called incorrectly. Translation loading for the wordpress-seo domain was triggered too early. This is usually an indicator for some code in the plugin or theme running too early. Translations should be loaded at the init action or later. Please see Debugging in WordPress for more information. (This message was added in version 6.7.0.) in /home/staging-poc/public_html/wp-includes/functions.php on line 6114 Hide the line stating the number of available places | Event Espresso - Staging Server
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.