Yes, the ticket form generated by WooCommerce Tickets.
The Themer’s guide doesn’t cover splitting the Details and Venues panels.
To make it clearer, I need to have the panels in this order:
Details
Content
Venue
The following code allows me to reposition the meta panels, but not seperate them. I am interested in seperating them.
[code]remove_action(‘tribe_events_single_event_after_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’), 5);
add_action(‘tribe_events_single_event_before_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));[/code]
Is it possible to seperate ‘Details’ and ‘Venue’? Please let me know and if so how?
Thanks