Forum Replies Created
-
AuthorPosts
-
February 3, 2014 at 1:36 pm in reply to: WooTickets update broke site – blank white screen on front and admin #100117
metrosonic
ParticipantTurns out that code I added to functions.php was tripping up the WooTickets update. The code I added moves the Event purchase form to the top of the Event page.
Solution: I commented-out the following code (that moves the purchase form to the top of the Event content area) from my functions.php file:
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_content’, array( TribeWooTickets::get_instance(), ‘front_end_tickets_form’) );After commenting-out the above code, the whole site came back up just fine. Then I UN-commented-out the above code, so I could still have the purchase form above the content area of the Event.
It’s cool code, from: https://theeventscalendar.com/support/forums/topic/moving-the-ticket-form-to-the-top-of-the-events-page/
metrosonic
Participant1. I have the exact same error after updating WooTickets to v3.4 (the entire site went blank).
2. And I have the exact same custom code in my functions.php file:
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_content’, array( TribeWooTickets::get_instance(), ‘front_end_tickets_form’) );What is the solution?
Thanks.
September 18, 2013 at 11:42 pm in reply to: Events Calendar Pro with Wootickets breaks Woocommerce #66751metrosonic
ParticipantHi Kelly,
Same here. UN ticking “Include events in main blog loop” in The Events Calendar settings.
Of course, it’d be great to have events listed along with blog posts.
Thanks. -
AuthorPosts
