Divi Theme Conflict with YouTube URLs

Home Forums Calendar Products Events Calendar PRO Divi Theme Conflict with YouTube URLs

Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #1133661
    bnix
    Participant

    Events 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.

    #1133700
    Hunter
    Moderator

    Hello 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!

    #1133709
    bnix
    Participant

    Thanks.
    Keep me posted on the patching progress!

    #1134108
    Hunter
    Moderator

    No 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' );

    #1137596
    Geoff
    Member

    Hey 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,
    Geoff

    #1143413
    Support Droid
    Keymaster

    This 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.

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Divi Theme Conflict with YouTube URLs’ is closed to new replies.