Print Tickets

Home Forums Ticket Products Event Tickets Plus Print Tickets

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1104941
    Daniel Franklin
    Participant

    Where 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

    #1105141
    Geoff
    Member

    Hey 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!
    Geoff

    #1106277
    Daniel Franklin
    Participant

    Perfect. 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,
    Dan

    #1107130
    Geoff
    Member

    Hey 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

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Print Tickets’ is closed to new replies.