Home › Forums › Ticket Products › Event Tickets Plus › Customise single-event template for Events Tickets.
- This topic has 5 replies, 3 voices, and was last updated 8 years, 12 months ago by
Tasha.
-
AuthorPosts
-
April 3, 2017 at 6:35 pm #1263652
Tasha
ParticipantWe’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' ) ?>April 5, 2017 at 7:36 am #1265002Kallum
ParticipantI had the same issue – If you head into the source files;
the-events-calendar\src\views\modulesYou 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.
April 5, 2017 at 5:27 pm #1265501Tasha
ParticipantThanks 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?
April 6, 2017 at 9:48 pm #1266412Geoff B.
MemberGood 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.
April 28, 2017 at 9:35 am #1275922Support Droid
KeymasterHey 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 -
AuthorPosts
- The topic ‘Customise single-event template for Events Tickets.’ is closed to new replies.
