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
Hide Prices | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Hide Prices

Hide Prices

Posted: February 7, 2014 at 7:41 am

Viewing 3 reply threads


Christian Andersen

February 7, 2014 at 7:41 am

Hi!

I dont want to show any prices on my courses. I’ve read here that i can use the following code (Used in my custom css.)

The problem is that it doesnt work. The price is still there… Can you please help me? I publish my site on monday so i really want to solve this problem.

Url: http://infografikk.net/event-registration/?ee=49

Code:

/*** Do no display event prices. ***/
.event_price {
display: none;
}

/* hide the event price in the event list */
p.event_price {display:none;}

/* Remove price on event list. */
.price {
display: none;
}


Anonymous

February 7, 2014 at 8:23 am

Hi Christian,

It looks like it is just the registration page that still displays the price, is that correct?

For that page you need to use:

.event_prices {
display:none;
}

You can combine all these rules together like so:

.event_prices, .event_price, .price {
display: none;
}

That should remove all prices from Event Espresso.

Hope that helps.


Christian Andersen

February 7, 2014 at 2:07 pm

Thank you Tony – that worked out great!! :-)


Anonymous

February 7, 2014 at 4:51 pm

No Problem :)

Glad to help.

Viewing 3 reply threads

The support post ‘Hide Prices’ 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