Home › Forums › Ticket Products › Event Tickets Plus › Print Tickets
- This topic has 3 replies, 2 voices, and was last updated 10 years ago by
Geoff.
-
AuthorPosts
-
April 20, 2016 at 9:53 am #1104941
Daniel Franklin
ParticipantWhere is the “Print Tickets” button on the emailed tickets? All I’m seeing is the QR Code.
If there isn’t one, where could I put the text “Please print ticket” on the email so people know to print their tickets?Thanks
April 20, 2016 at 4:37 pm #1105141Geoff
MemberHey Daniel, thanks for getting in touch!
The tickets are fully electronic. The QR can be scanned directly on a screen at the door, or the email can be printed. Either way will do the trick.
You can certainly customize the email. To do so:
- Make a copy of the email.php template. It is located in /wp-content/plugins/event-tickets/src/views/tickets/email.php
- Make a new folder in your theme directory called tribe-events
- Make a new folder in that one called tickets
- Drop the copied email.php file in that last folder
Now that the template is in your theme, you can modify it to suit your needs. In this case, add the instructions to print the email where you would like it to appear in the email.
Does this help answer your question? Please let me know. 🙂
Cheers!
GeoffApril 23, 2016 at 8:40 am #1106277Daniel Franklin
ParticipantPerfect. Thanks.
Sidebar: In the single event page, how to align the picture and the text to be in line with one another? As it is now, the picture is on top of the text, and there’s a lot of white space.
Thanks again,
DanApril 26, 2016 at 8:55 am #1107130Geoff
MemberHey Daniel,
Awesome, so glad that helped!
You can change the size of the image in the same way you edited the ticket template, but applied to the single-event.php template located here instead:
/wp-content/plugins/the-events-calendar/src/views/single-event.php
Change the image thumbnail from “full” to something smaller, like “medium” or “thumbnail” so that the image doesn’t take up the full width of the page, then you will need to use some CSS to align the image to the left of the text. This will depend on how you want to style it, so I won’t have a perfect answer for you here, but something like this:
.single-tribe_events .tribe-events-event-image { float: left; }I’ll go ahead and close this thread since the first question you asked was covered, but please do feel free to let us know if any other questions pop up and we’d be happy to help as best we can. 🙂
Cheers!
Geoff -
AuthorPosts
- The topic ‘Print Tickets’ is closed to new replies.
