Support

Home Forums Event Espresso Premium Attendee Number Change in Registration Checkout

Attendee Number Change in Registration Checkout

Posted: December 6, 2017 at 10:58 am


CPSA Convention

December 6, 2017 at 10:58 am

We have limited our event to have registrants only register one person at a time. Ticket selector is just radio button. However, if person registers for an event and then returns to the Event List to register for another event, they are now called “Attendee 2” or “Attendee 3”. This is confusing as they are only registering for one person who will attend multiple events. How can I get it to say “Attendee 1” on all events on Registration Checkout page?


Tony

  • Support Staff

December 6, 2017 at 1:35 pm

Hi there,

Whilst it is possible to translate the text to display Attendee 1 for all instances, would it be better to just hide that string?

For that you can use:

#spco-attendee_information-dv .spco-attendee-lgnd {
    display: none;
}

You can add that to Appearance -> Customize -> Additional CSS

Please refer to this guide for more detailed information about the CSS customizer: https://codex.wordpress.org/CSS#Custom_CSS_in_WordPress


CPSA Convention

December 6, 2017 at 3:47 pm

Thank you, Tony. That did the trick for removing the Attendee Labels. Using the same technique I removed the div that contained the paragraph about attendees
#spco-copy-attendee-dv
{display: none;}

It seems to have worked. We will be testing the page.

I appreciate you help very much.


Tony

  • Support Staff

December 6, 2017 at 5:00 pm

Yeah that CSS is fine and will hide the section you need.

If you run into any problems please do let us know.

The support post ‘Attendee Number Change in Registration Checkout’ 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