Posted: January 25, 2018 at 2:58 am
|
Hi again! π I would like to request an assistance again. I would like to have a better interface for the Confirmation Page. Some details are unnecessary and I would like to delete it. 1. For the Registration Details, I would like only to show the Registrant Name. Delete the reg Code column, Reg Status column, edit info and resend email. 2. Delete the Transaction Details 3. Payment Overview, kindly makes the VIEW INVOICE bigger and noticeable. Please see image below for reference. |
Hi there, Without custom coding, you can hide most of the details you want using CSS:
To remove the registration details you can use: .ee-registration-details-dv .ee-registrations-list th:nth-of-type(2), .ee-registration-details-dv .ee-registrations-list th:nth-of-type(3), .ee-registration-details-dv .ee-registrations-list td:nth-of-type(2), .ee-registration-details-dv .ee-registrations-list td:nth-of-type(3) { display: none; } The edit info and resend email links: .ee-registration-details-dv .ee-icon-only-lnk { display: none; } For the edit attendee info link: .ee-registration-details-dv > p { display: none; }
Use: #espresso-thank-you-page-ajax-transaction-dv { display: none!important; }
Depends on what exactly you want, but heres some styles to make the link bigger to get you started: #espresso-thank-you-page-ajax-payment-dv .ee-invoice-lnk { font-size: 22px; } 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 |
|
|
Hi, All my requests have been achieved. Thank you for the support. But, I have one more concern here. The interface is quite unpleasant. Can we adjust the font size and delete some text. Please refer to the image below. Also, please adjust the spacing between the Payment Overview and the Registrant Name. Thanks in advance. |
|
Hello, Kindly disregard the previous request. Please see below image: 1-Delete the ‘REGISTRATION DETAILS’ Thanks in advance. π |
Hi there, Whilst we provide support for the plugin, we don’t provide support for customizations. We are generally more than happy to help point you in the right direction, but providing CSS to hide almost all of the output from Event Espresso to be aesthetically pleasing in your specific theme is something you will need to hire a front-end developer to do for you. Or you can learn how to target the specific elements you want to style using your browser’s inspector and apply the styles yourself, for example, take a look here: https://css-tricks.com/video-screencasts/15-introduction-to-firebug/ |
|
The support post ‘Editing the Confirmation 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.