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
Free event showing after update | Event Espresso - Staging Server

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, 4 months ago by Jason Coleman.


Anonymous

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

  • Support Staff

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 - Staging Server