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
We have a free event but don't want that announced on event page | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium We have a free event but don't want that announced on event page

We have a free event but don't want that announced on event page

Posted: July 29, 2013 at 5:45 pm

Viewing 1 reply thread


Kalsey Beach

July 29, 2013 at 5:45 pm

How do I eliminate the “free event” typing on an event page? The event is free but we don’t want that advertised on there. Thanks!


Dean

  • Support Staff

July 30, 2013 at 1:00 am

Hello,

There’s a few ways to do this:

CSS
Probably the easiest way.

This will hide one events price, the X is the event ID

#p_event_price-X { display:none; }

This will hide every events price

.event_price {display:none; }

Translation
Use either Poedit http://staging.eventespresso.com/wiki/how-to-change-wording-with-poedit/ to change the phrase Free Event to a baknk space, or use this PHP function to do the same http://www.viper007bond.com/2011/07/13/changing-core-wordpress-strings/

Template

You could modify the event_list_display.php file to have a conditional argument, something like if price variable equals Free Event display blank.

Viewing 1 reply thread

The support post ‘We have a free event but don't want that announced on event page’ 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