Support

Home Forums Event Espresso Premium Modifying registration pages content

Modifying registration pages content

Posted: April 24, 2022 at 5:17 pm


AWCAC

April 24, 2022 at 5:17 pm

I need the following changes for my event but don’t know where in EventEspresso this information is held. https://awcashtabula.org/wp-content/uploads/2022/04/Event-Espresso-Changes-for-Vaccination-Clinic-Event.pdf


Joao Victor

  • Support Staff

April 25, 2022 at 4:13 pm

Hi there!

Thanks for contacting the EventEspresso support today.
Most of your requests to remove EventEspresso sections can be accomplished by custom CSS code, in order to provide it, could you please share your event URL in order to allow me to access the event pages?

Regarding the thank you message, you can replace it by adding this custom snippet into your theme’s function.php file: https://gist.github.com/joaovictorangeline/38193ebb569d2a4a38258fc67306c389 – just replace the ‘Your custom message here’ with your desired message.

I am waiting for your event URL to assist you with the custom CSS code.
Thanks!


AWCAC

April 29, 2022 at 9:41 am

This reply has been marked as private.


AWCAC

April 29, 2022 at 9:58 am

This reply has been marked as private.


AWCAC

April 29, 2022 at 10:45 am

This reply has been marked as private.


Joao Victor

  • Support Staff

May 2, 2022 at 5:38 pm

Hi there!

Thanks for getting back to me!
I am happy to help you, but a different message for each event is not possible, just through a custom development. Regarding the event URL, you shared the URL which requires the Dashboard Access, for this reason, I was not able to access it.


AWCAC

May 3, 2022 at 10:04 am

This reply has been marked as private.


AWCAC

May 3, 2022 at 10:06 am

This reply has been marked as private.


AWCAC

May 3, 2022 at 10:09 am

This reply has been marked as private.


Tony

  • Support Staff

May 3, 2022 at 11:11 am

To remove the ticket price from the ticket selector you can use:

/* TKT Selector Price column */
.ee-ticket-selector-ticket-price-th,
.tckt-slctr-tbl-td-price {
    display: none;
}

To Remove the SPCO ‘steps’ information you can use:

/* SPCO Step info */
#spco-steps-big-hdr,
#spco-steps-display-dv {
    display: none;
}

Then to remove the SPCO ticket information:

/* SPCO Ticket Info */
.spco-ticket-info-dv {
    display: none;
}

To remove the thank you page registrant details, use:

/* Thank you page registrant details */
.ee-registration-details-h3,
.ee-registration-details-dv {
    display: none;
}

You can add each of those to Appearance -> Customize -> Additional CSS.

May I ask what details you are looking to change per event on the thank you description?


AWCAC

May 4, 2022 at 6:51 am

This reply has been marked as private.


Tony

  • Support Staff

May 6, 2022 at 9:19 am

Sure, you can use something like this:

.espresso_event_categories-vaccination-clinic .ee-ticket-selector-ticket-price-th, 
.espresso_event_categories-vaccination-clinic .tckt-slctr-tbl-td-price {
    display: none;
}

To target the price column specifically on events in the vaccination-clinic category like that event is.

Does that work for you?

The support post ‘Modifying registration pages content’ 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