Home › Forums › Welcome! › Pre-Sales Questions › Trying to Customize Theme
- This topic has 6 replies, 2 voices, and was last updated 8 years, 10 months ago by
Support Droid.
-
AuthorPosts
-
May 25, 2017 at 11:12 am #1289022
Maryam
ParticipantI’m trying to customize my theme now and just installed the Eventbrite Events add-on. I can’t figure out how to embed the ticket registration widget and can’t find any documentation to help me out. How can I do this, or is there a straightforward resource that I can work my way through?
May 25, 2017 at 12:45 pm #1289054Courtney
MemberHello Mryam
It seems like you might not have received our email with your purchase: https://theeventscalendar.com/knowledgebase/new-user-primer-eventbrite-tickets/ should help you get started.
The end result should look similar to our demo site: http://wpshindig.com/event/eventbrite-tickets-demo-event/.
You can find more resources at https://theeventscalendar.com/knowledgebase/plugin/eventbrite-tickets/
Does this help get you started?
Thanks
Courtney 🙂May 25, 2017 at 12:56 pm #1289059Maryam
ParticipantI did read through those links, but the ticket form isn’t appearing, likely
because I customized the single event page before I installed the
Eventbrite plugin. What I’m looking for is a list of functions that will
allow me to insert the ticket form into the post. I found
this: the_eventbrite_ticket_form and assumed it worked like , but it doesn’t work. Could you point me
to something more up-to-date than
https://theeventscalendar.com/plugin/the-events-calendar-eventbrite-tickets/
or explain how to implement the functions?May 26, 2017 at 6:17 am #1289373Courtney
MemberHi Maryam
The ticket form is normally injected via the action:
tribe_events_single_event_after_the_metaWithin the single event template, the relevant code is: `
<?php do_action( 'tribe_events_single_event_after_the_meta' ) ?>
Could you have inadvertently removed that? If so, I recommend you restore it
OR
You could call it directly via
Tribe__Events__Tickets__Eventbrite__Main::instance()->print_ticket_form();Let me know if that works for you.
Thanks
Courtney 🙂May 28, 2017 at 10:56 am #1290115Maryam
ParticipantI realized that I could use <?php echo eventbrite_event_get(); ?> which works perfectly.
Thanks!
May 28, 2017 at 4:47 pm #1290160Courtney
MemberThanks Maryam 🙂 Glad you go it working!
June 19, 2017 at 9:35 am #1300022Support 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 ‘Trying to Customize Theme’ is closed to new replies.
