Support

Home Forums Event Espresso Premium Need Classes to still be visible after they are full

Need Classes to still be visible after they are full

Posted: June 30, 2016 at 10:40 am


Ted Lidie

June 30, 2016 at 10:40 am

Need Classes to still be visible after they are full so that attendees can refer back to the info, address etc…

is this possible?, is there a setting i am missing?


Tony

  • Support Staff

June 30, 2016 at 10:45 am

Hi there,

Which version number of Event Espresso are you using?

You can find the full version number within Dashboard -> Plugins.

Find Event Espresso in the list and it will show the version number there.


Ted Lidie

June 30, 2016 at 11:39 am

3.1.37.8.P

is it possible in a newer version?


Josh

  • Support Staff

June 30, 2016 at 1:07 pm

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.


Ted Lidie

June 30, 2016 at 2:31 pm

they are visible on calendar but take you to a page like this

https://usgunpro.com/registration/?ee=745

we want the entire info to be available but just not allow more registrations


Josh

  • Support Staff

June 30, 2016 at 3:37 pm

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:

if ($num_attendees >= $reg_limit) {


_designandinternet

June 30, 2016 at 3:38 pm

Here you go, any ideas?

There error:

http://d.pr/i/69Ft


_designandinternet

June 30, 2016 at 3:42 pm

Sorry ignore this – posted in the wrong thread!!!!


Ted Lidie

June 30, 2016 at 4:10 pm

ok i think we will be upgrading

thank you’


Tony

  • Support Staff

July 1, 2016 at 2:50 am

We have a guide on how to migrate from EE3 to EE4 here:

https://eventespresso.com/wiki/how-to-upgrade-event-espresso/#migrate-to-event-espresso-4

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.

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.

Event Espresso