Are the classes not visible on the Calendar page, an event list page, or somewhere else? Maybe it will help if you can post a link to the page where they’re not displaying.
Yes that’s possible with EE4. If you prefer to not upgrade to EE4, you can copy this code into the registration_page.php template file:
<?php if ($display_desc == "Y") { //Show the description or not ?>
<div class="<?php espresso_template_css_class('event_description','event_description clearfix'); ?>">
<p class="<?php espresso_template_css_class('section_title','section-title'); ?>">
<?php _e('Description:', 'event_espresso') ?>
</p>
<?php echo espresso_format_content($event_desc); //Code to show the actual description. The WordPress function "wpautop" adds formatting to your description. ?>
</div>
<?php
}//End display description
You can add the above right after the code that says:
I recommending running through the steps on a development copy of the site before running through the live site to make sure everything works as expected for you on EE4.
Viewing 9 reply threads
The support post ‘Need Classes to still be visible after they are 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.
Support forum for Event Espresso 3 and Event Espresso 4.