Trying to Customize Theme

Home Forums Welcome! Pre-Sales Questions Trying to Customize Theme

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1289022
    Maryam
    Participant

    I’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?

    #1289054
    Courtney
    Member

    Hello 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 🙂

    #1289059
    Maryam
    Participant

    I 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?

    #1289373
    Courtney
    Member

    Hi Maryam

    The ticket form is normally injected via the action:
    tribe_events_single_event_after_the_meta

    Within 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 🙂

    #1290115
    Maryam
    Participant

    I realized that I could use <?php echo eventbrite_event_get(); ?> which works perfectly.

    Thanks!

    #1290160
    Courtney
    Member

    Thanks Maryam 🙂 Glad you go it working!

    #1300022
    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 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Trying to Customize Theme’ is closed to new replies.