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
Remove Attendee Price on Verify Registration | Event Espresso - Staging Server

Support

Home Forums Event Espresso Premium Remove Attendee Price on Verify Registration

Remove Attendee Price on Verify Registration

Posted: April 3, 2014 at 7:55 pm

Viewing 5 reply threads


Jason Coleman

April 3, 2014 at 7:55 pm

This is very frustrating. Everytime you guys update you jack up what I’ve been doing for my client. We want NO reference to price to show anywhere.

I’ve been told to use this:
.free_event {
display: none;
}
It does not help

I’ve been told to use this:
#p_event_price-16
{
display: none;
}
It does not help either.

Please, for the love of Pete, add functionality into this plugin so I can turn off price everywhere!
I’m still getting price showing up on the verify registration page. How do I turn that off? We don’t need for the registrants to think a class costs one thing and get to the verification page and see that it’s FREE!?

Sincerely,
Jason C.
http://getsoggy.com/train-now


Dean

  • Support Staff

April 4, 2014 at 3:50 am

Hi Jason,

Where did you add the CSS? Normally if the CSS is added to a plugin such as My Custom CSS or to a a child themes style.css file updates won’t affect it.

If it is just the Verify Registration page, this CSS will hide the Attendee Price and Total Price rows.

#event_espresso_attendee_verify tbody tr:nth-child(2),
#event_espresso_attendee_verify tbody tr:nth-child(4) { display:none; }

As mentioned, it’s best to add this CSS to somewhere that wont get over written on update, I personally recommend the free My Custom CSS plugin.


Dean

  • Support Staff

April 4, 2014 at 3:51 am

P.S. I ran a test registration on the site, so you may wish to delete that attendee (called TEST).


Jason Coleman

April 7, 2014 at 9:24 am

I put it in the custom CSS section for the theme. I’ve tried to child theme this specific theme and it has proved to be an issue so I don’t have much of a choice. I will try the custom CSS Plugin you mentioned.


Lorenzo Orlando Caum

  • Support Staff

April 7, 2014 at 9:26 am

Hi there Jason,

Also try a force refresh after adding it to My Custom CSS:

http://en.support.wordpress.com/browser-issues/#force-refresh

This will force your web browser to reload the latest CSS files from your WordPress site.


Lorenzo


Jason Coleman

April 7, 2014 at 9:32 am

Thanks for the code reference BTW, it worked. Off to download My Custom CSS!

Viewing 5 reply threads

The support post ‘Remove Attendee Price on Verify Registration’ 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