Single tribe event iframe in video iframe

Home Forums Calendar Products Events Calendar PRO Single tribe event iframe in video iframe

Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #1131213
    Janet
    Participant

    Hello,

    I’m using visual composer with the Bridge Theme. Using the video player UI to insert a video results in an event being inserted on the front end. See screenshot with source code visible. The live site does not reflect this as I obviously could not keep it this way.
    Please let me know your thoughts on this unusual behavior. Site is also running slower than normal.

    I have instructed my client not to use the video player UI until this is resolved.

    See screenshot to follow via private post.

    (Note we recently had an awful recurring events issue that was resolved only by rolling back the site.)

    #1131219
    Janet
    Participant

    This reply is private.

    #1131486
    Geoff
    Member

    Hey Janet,

    So sorry for the trouble here!

    There is a known issue that we stumbled on in 4.2.1 where the new oEmbed feature for events has conflicted with other embedding methods.

    We’re working on a patch for a maintenance release. In the meantime, this snippet has seen success resolving the issue on other sites:

    
    
    /**
    * 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' );

    I’ll note this thread in our ticket for this issue — in the meantime, will this workaround do the trick? Please let me know.

    Thanks so much!
    Geoff

    #1131610
    Janet
    Participant

    Thanks but code snippet did not work.

    I added the supplied code to the functions file. Tried to add a video using the iframe but a recurring event appears instead. Any other ideas? Client is not happy.

    #1131614
    Geoff
    Member

    Shoot, I was hoping that would do the trick!

    I’m afraid that it the only workaround for the time being. The other option is to downgrade to an earlier version of the plugins — in this case, probably 4.1.4 for both The Events Calendar and Events Calendar PRO — while we work on the issue and come out with an official patch.

    I’ve noted this thread in the ticket for the issue and will be sure to follow up with you when I know more.

    Thanks,
    Geoff

    #1131620
    Janet
    Participant

    Please let me know if there is quick access to those specific versions.

    Your best guess on ETA for the official patch?

    #1131718
    Geoff
    Member

    We just released an update on Wednesday, so the next likely release will be in about two weeks. We try to ship maintenance releases every two weeks specifically to address bug reports that get reported here in the forums.

    I’ll definitely keep you posted as I learn more.

    Geoff

    #1131771
    Brent Kozlowski
    Participant

    I’m having the same problem here. I’ve installed all the previous versions (Tickets, Tickets Plus, Calendar Pro & Filter Bar) of 4.1 and it is still causing the issue.

    Please see here: https://sistershipcircle.com/full-moon-gathering-embodying-the-priestess/

    Two weeks to fix this seems like a long time for a pretty big bug like this. It literally effects all post on our site.

    • This reply was modified 9 years, 9 months ago by Brent Kozlowski. Reason: Problem not solved
    #1132312
    Geoff
    Member

    Hello @bkozlowski,

    Thanks for chiming in here. At the same time, it would be much appreciated if you would please open up a new thread if you would like direct support for this issue. You’re totally welcome to follow along here in this one, but opening a new thread will provide you with direct support.

    Two weeks to fix this seems like a long time for a pretty big bug like this.

    We schedule maintenance releases every two weeks to ensure we are regularly shipping fixes between our major feature releases. I understand that two weeks might sound like a long lead time, but you also have to imagine that we are in the middle of working on other fixes at the same time and have to ensure that we confirm, fix, test and ship our fixes in a scheduled and responsible way in order to prevent other issues from entering the product.

    i’m going to go ahead and close this thread but I will definitely follow-up with more information when it’s available.

    Cheers!
    Geoff

    #1136951
    Geoff
    Member

    Hey there,

    I 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

Viewing 10 posts - 1 through 10 (of 10 total)
  • The topic ‘Single tribe event iframe in video iframe’ is closed to new replies.