Customise single-event template for Events Tickets.

Home Forums Ticket Products Event Tickets Plus Customise single-event template for Events Tickets.

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1263652
    Tasha
    Participant

    We’re using Events Calendar/Pro, Event Tickets/Plus and WooCommerce to sell event tickets. All good, except I can’t change the single event page layout.

    I’ve found and duplicated the correct single-events template for the page I want to edit. (Single Page Event Template). It’s in the child theme and edits show up on the page.

    What I want to do is move the ‘Tickets’ section up so it sits under the event description and above the event details.

    If I move this single line of code in the template, it moves the ‘ticket’ section, but it takes the related events with it (which need to stay at the bottom of the page).

    <?php do_action( 'tribe_events_single_event_after_the_meta' ) ?>

    #1265002
    Kallum
    Participant

    I had the same issue – If you head into the source files;

    the-events-calendar\src\views\modules

    You should see a meta.php file, which is the basis of the meta list. You can copy parts from this into your single-event.php file. Remember to copy the meta file over to your theme directory before you edit it to remove the tags you’ve copied so they don’t display twice 🙂

    I needed to move the map, so I copied and pasted:
    tribe_get_template_part( 'modules/meta/map' );
    and then put it in the relevant place with encompassing php tags.

    I hope this helps.

    #1265501
    Tasha
    Participant

    Thanks Kallum. I have copied the meta.php file into the tribe-events folder in my theme, but there is nothing on there that looks like it could be the tickets?

    #1266412
    Geoff B.
    Member

    Good evening Tasha and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    As it turns out, we have a built-in option just for that purpose.
    Check it out: https://theeventscalendar.com/knowledgebase/moving-rsvp-ticket-forms/

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1275922
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Customise single-event template for Events Tickets.’ is closed to new replies.