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


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

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 https://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.

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