Support

Home Forums Event Espresso Premium I need to clean up some of the text on the Registration page

I need to clean up some of the text on the Registration page

Posted: September 8, 2020 at 2:31 pm


mbeede@tracom.com

September 8, 2020 at 2:31 pm

Greetings – Can you please help me clean up a few things on my Registration page:

1. Go here: https://tracomtrainstg.wpengine.com/sessions/ey-americas-social-style-multi-rater. Select the Register Now button. I would like to get rid of the “Details” header text. I tried some CSS but can’t seem to get it.

2. Select the Submit Registration button with all fields empty. You get a popup message box “Please answer all required questions correctly before proceeding.” and then a list of the fields. Can this popup message be suppressed/removed entirely (via CSS etc.). If not, can I change this text, and if so do I go about it?

3. Upon hitting the Submit Registration button another popup message displays quickly that says “Please wait while we process your registration. Do not…”
I would like to change the text of this message to something else. How can I go about doing that?

Thanks in advance, Mark


Tony

  • Support Staff

September 9, 2020 at 3:16 am

Hi there,

For #1 you can use:

.spco-ticket-info-dv {
    display: none;
}

For #2:

.espresso-ajax-notices-error {
    display: none!important;
}

For #3:

You’ll need to translate that string to something else and we have a few methods of doing so listed here:

https://eventespresso.com/wiki/how-to-translate-event-espresso/

The string you need to translate is:

Please wait while we process your registration.%sDo not refresh the page or navigate away while this is happening.%sThank you for your patience.

The support post ‘I need to clean up some of the text on the Registration 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