Home › Forums › Calendar Products › Events Calendar PRO › Events display out of the calendar
- This topic has 4 replies, 5 voices, and was last updated 10 years ago by
arealogistica.
-
AuthorPosts
-
June 28, 2016 at 8:43 am #1132901
arealogistica
ParticipantHello:
Recently the events of the calendar are showing instead the videos in our home page.
June 28, 2016 at 9:27 am #1132951Cliff
MemberHi. Sorry you’re experiencing this known bug.
I’ll mark this ticket as Pending Fix, which means this thread should receive a reply once the applicable fix has been released. I cannot guarantee when it will be fixed as it’s in the development team’s hands now. They need to assign it, code it, test it, and schedule it for release. I apologize for this issue and appreciate your understanding and patience.
In the meantime, here’s some code that should help:
/** * Avoid a problem with Events Calendar PRO 4.2 which can inadvertently * break oembeds. */ function undo_recurrence_oembed_logic() { if ( ! class_exists( 'Tribe__Events__Pro__Main' ) ) return; $pro_object = Tribe__Events__Pro__Main::instance(); $pro_callback = array( $pro_object, 'oembed_request_post_id_for_recurring_events' ); remove_filter( 'oembed_request_post_id', $pro_callback ); } add_action( 'init', 'undo_recurrence_oembed_logic' );And here’s another snippet that you may choose to use in addition:
https://gist.github.com/cliffordp/e331b28d0d4d3b042fc7daf714256796
Again, apologies for this issue. Please let me know if I can be of further assistance before the bug fix gets released (hopefully very soon).
July 8, 2016 at 2:51 pm #1137593Geoff
MemberHey there,
We wanted to follow-up to let you know that we were able to patch this up in The Events Calendar and Events Calendar PRO 4.2.2, which are both now available to download and install if you haven’t done so already.
Please do be sure to check out our release notes for a full overview of what’s new in the release and feel free to let us know if you run into this or any other issues after the update.
Thanks so much for your patience while we worked on this!
Cheers,
GeoffJuly 23, 2016 at 9:35 am #1143409Support Droid
KeymasterThis 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. -
AuthorPosts
- The topic ‘Events display out of the calendar’ is closed to new replies.
