Support

Home Forums Ticketing Add-on EE4 Printable Tickets

EE4 Printable Tickets

Posted: April 29, 2018 at 11:17 pm


Brian

April 29, 2018 at 11:17 pm

Howzit,

I like how I can customize the ticket, but I am trying to find out if there is a ‘template’ or way that will automatically make the ticket fit into a A4 size page that can be easily folded twice to make a A6 card.

I have attended events where one simply prints the ticket, then does two folds and then slips the ticket into a lanyard.

I feel the current method is very ‘clumsy’ and hard to get the right dimensions. Surely some options for default sizes would not be hard to setup?

Brian


Josh

  • Support Staff

May 3, 2018 at 7:09 am

Hi Brian,

The default template does fit within an A4, but to make it so it fits within a folded twice A4, you can add the following to the top of the Ticket template:

<style>
@page {
  size: A6;
  margin: 0;
}
@media print {
  .outside {
    width: 105mm;
    height: 148mm;
  }
}
</style>


Brian

May 13, 2018 at 10:17 am

Thanks so much Josh… I will test it out and get back to you.

The support post ‘EE4 Printable Tickets’ 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