I have also attempted to move the ticket box using this code:
remove_action(‘tribe_events_single_event_after_the_meta’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));
add_action(‘tribe_events_single_event_after_the_content’, array(TribeWooTickets::get_instance(), ‘front_end_tickets_form’));
However, the ticket box now shows in the original spot AND above the details, but NOT above the content like it’s supposed to. The odd thing is that I used this code before, several months ago, and it worked just fine. The box was, at one time, above the main content of the event.
Seems like lots of people have had problems with this code. I’ve tried all their fixes. None work. How to I fix this?