Home › Forums › Calendar Products › Events Calendar PRO › Divi Theme Conflict with YouTube URLs
- This topic has 6 replies, 5 voices, and was last updated 9 years, 9 months ago by
bnix.
-
AuthorPosts
-
June 29, 2016 at 12:00 pm #1133661
bnix
ParticipantEvents Calendar plugin is embedding an event where there should be an embedded youtube video.
This problem did not exist on my Staging site, only surfaced after pushing to my Live site.Please advise.
June 29, 2016 at 1:26 pm #1133700Hunter
ModeratorHello and welcome to the forums 🙂
I just did some testing and can confirm the video embed is conflicting with the embed feature recently released. You’ll need to revert back to versions 4.1.3 until we can get this issue addressed.
You can download version 4.1.3 of the free plugin here: https://wordpress.org/plugins/the-events-calendar/developers/
You can download version 4.1.3 of the PRO plugin here: https://theeventscalendar.com/my-account/downloads/
And follow these steps to manually update the plugin: https://theeventscalendar.com/knowledgebase/manual-updates/
I’ve attached this thread to the logged bug report for the developers to reference. Please stay tuned to your wp-admin and theeventscalendar.com/blog for maintenance release info. Thanks again for providing thorough information in your initial post and have a great upcoming weekend.
Cheers!
June 29, 2016 at 2:01 pm #1133709bnix
ParticipantThanks.
Keep me posted on the patching progress!June 30, 2016 at 11:13 am #1134108Hunter
ModeratorNo worries! If you haven’t reverted back to version 4.1.3, try adding the following snippet to you theme’s functions.php file and see if the video works properly. If not, revert back to 4.1.3 until we get a fix out for it. Thanks again.
Cheers!/**
* 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' );
July 8, 2016 at 2:53 pm #1137596Geoff
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 #1143413Support 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 ‘Divi Theme Conflict with YouTube URLs’ is closed to new replies.
