Customize Single Event Template layout with WooTickets

Home Forums Calendar Products Events Calendar PRO Customize Single Event Template layout with WooTickets

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #58621
    batsirai
    Participant

    I have PRO and WooTickets, and I am trying to find the template file where I can customize the layout of the single event page.

    eg:

    – Typically the tickets are at the end of the page… I want them much higher on the page. Please help – I have tried to find a place where I can arrange the layout

    The WooTickets form seems to be called in as part of the content… not as its own line item in a template file. How can I change the single event page layout? Or is it just a css job?

    #58624
    batsirai
    Participant

    eg I’d like to have a page laid out like the typical EventBrite payout… tickets at the top, details below, etc.
    http://unite2013-es2.eventbrite.com/?rank=2

    #58645
    Sean Mulkerrin
    Participant

    Try (not 100% that it works, but it worked for me) pasting this into your themes function.php file:

    // Hook up so it fires during the event list loop
    add_action(‘tribe_events_after_the_event_title’, ‘wootickets_list_view_sold_out’);

    remove_action(‘tribe_events_single_event_after_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));
    add_action(‘tribe_events_single_event_before_the_content’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));

    #58646
    Sean Mulkerrin
    Participant

    OK, more precisely, copy this: http://pastebin.com/vFwQn6pE

    #59010
    batsirai
    Participant

    Thank you!!! That worked! I wish we had more granular control but that will work for now! Thank alot Noel.

    #59166
    Leah
    Member

    Thanks for helping out Noel! Batsirai, I’m sorry we didn’t get to your post yet, but I’m really glad to hear that Noel’s solution worked for you. Thank you both 🙂

    #979766
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Customize Single Event Template layout with WooTickets’ is closed to new replies.