Support

Home Forums Event Espresso Premium Disable Printing

Disable Printing

Posted: December 3, 2013 at 12:33 pm

Viewing 3 reply threads


Aaron Jones

December 3, 2013 at 12:33 pm

Is there a way to disable printing of the registration page? We have some people that are printing off the reg form and carrying it and there payment to local office.


Sidney Harrell

December 3, 2013 at 12:54 pm

You could add some css:

@media print{
	* {display:none!important;}
}

that should cause the printed page to be blank.


Aaron Jones

December 10, 2013 at 12:39 pm

Thank you I assume there is not an easier way?


Josh

  • Support Staff

December 10, 2013 at 1:49 pm

It looks like the code editor messed up the code snippet that Sidney posted. It should be:

If your active WP theme does not have a built in CSS customizer option, you can install the my custom CSS plugin for an easy way to apply the above print styles.

Viewing 3 reply threads

The support post ‘Disable Printing’ 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