Support

Home Forums Event Espresso Premium Delete text on Thank You page

Delete text on Thank You page

Posted: November 21, 2015 at 7:47 pm

Viewing 3 reply threads


Kylee

November 21, 2015 at 7:47 pm

Hi

I wish to delete everything on the Thank You page under the Congratulations box. They won’t need the information on this page and it just looks confusing. Would I do that in the shortcode file or somewhere else? Thanks.


Tony

  • Support Staff

November 23, 2015 at 2:54 am

Hi Kylee,

Modifying core files is not recommended and we can not provide support for EE if the code is changed so I would advise against changing the files themselves.

There are a couple of ways to do this, using CSS to hide the details is the easiest, you can use something like:

#espresso-thank-you-page-overview-dv .ee-registration-details-h3, 
#espresso-thank-you-page-overview-dv .ee-registration-details-dv, 
#espresso-thank-you-page-overview-dv #espresso-thank-you-page-ajax-content-dv {
    display: none;
}

That will remove all other fields other than the yellow box on the thank you page.

The other option is to load custom templates which output no details, the problem with this is it may cause problems with the ajax responses, the above CSS should not.


Kylee

November 24, 2015 at 12:18 am

Thanks. Do I replace what’s all there with this code, or just place this code into my site-specific plugin and it will override what it was?


Tony

  • Support Staff

November 24, 2015 at 1:51 am

You place custom CSS within either your child themes styles.css file or you can use a plugin such as My Custom CSS or Reaktiv CSS Builder to add custom styles such as these.

Viewing 3 reply threads

The support post ‘Delete text on Thank You 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