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
Is there a way to stop my event from displaying Available Spaces! | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Is there a way to stop my event from displaying Available Spaces!

Is there a way to stop my event from displaying Available Spaces!

Posted: September 27, 2013 at 3:56 pm

Viewing 2 reply threads


SocialiteVIP

September 27, 2013 at 3:56 pm

I would like to hide the whole (Available Spaces: Unlimited) I don’t want that whole statement displayed. Is there a feature to turn this on and off or is that always going to there. I may need it in the future but definitely not yet


Josh

September 27, 2013 at 4:29 pm

Hi there,

The Available spaces display can be removed from the template or hidden with CSS. The simplest way to do this is with CSS. You can add this to your custom stylesheet:

.spaces-available {
display:none;
}

Don’t have a custom stylesheet? No worries, you can install the my custom CSS plugin and it will add one to your WP admin.


Sidney Harrell

  • Support Staff

September 27, 2013 at 4:30 pm

Probably the easiest way without changing any template code is to add the css rule:

.spaces-available {display: none;}

You can use a plugin line My Custom CSS if you don’t want to edit any files.

Viewing 2 reply threads

The support post ‘Is there a way to stop my event from displaying Available Spaces!’ 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 - Staging Server