Support

Home Forums Event Espresso Premium Free event showing after update

Free event showing after update

Posted: September 12, 2013 at 9:42 am

Viewing 3 reply threads


Jason Coleman

September 12, 2013 at 9:42 am

I was previously recommended to use this code to remove the ‘FREE EVENT’ for events where I want people to pay in person. It is in the custom CSS for the theme.

.free_event {
display: none;
}

It is no longer working and the FREE EVENT text is now showing again and I need to remove it ASAP.

Thanks in advance
http://www.getsoggy.com/train-now/

BTW I’m using 3.1.35.P

  • This topic was modified 11 years, 2 months ago by Jason Coleman.


Tony

  • Support Staff

September 12, 2013 at 10:35 am

For a quick fix add this to your css

#p_event_price-16
{
display: none;
}

That will remove the ‘Free event’ text displayed currently.

I will look into what/why this has been changed.


Jason Coleman

September 12, 2013 at 10:40 am

THANK YOU THANK YOU THANK YOU!


Sidney Harrell

September 12, 2013 at 8:51 pm

The class free_event is still there on the registration page. If you would like to add it on the event list, take a look at templates/event_list_display.php on line 72. You can add the free_event class there:

<p id="p_event_price-<?php echo $event_id ?>" class="event_price free_event"><?php echo __('Free Event', 'event_espresso'); ?></p>
Viewing 3 reply threads

The support post ‘Free event showing after update’ 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