Home › Forums › Calendar Products › Events Calendar PRO › Single tribe event iframe in video iframe
- This topic has 10 replies, 4 voices, and was last updated 9 years, 9 months ago by
Geoff.
-
AuthorPosts
-
June 23, 2016 at 2:08 pm #1131213
Janet
ParticipantHello,
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.)
June 23, 2016 at 2:09 pm #1131219Janet
ParticipantThis reply is private.
June 24, 2016 at 7:48 am #1131486Geoff
MemberHey 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!
GeoffJune 24, 2016 at 10:24 am #1131610Janet
ParticipantThanks 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.
June 24, 2016 at 10:32 am #1131614Geoff
MemberShoot, 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,
GeoffJune 24, 2016 at 10:44 am #1131620Janet
ParticipantPlease let me know if there is quick access to those specific versions.
Your best guess on ETA for the official patch?
June 24, 2016 at 12:47 pm #1131718Geoff
MemberWe 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
June 24, 2016 at 3:40 pm #1131771Brent Kozlowski
ParticipantI’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
June 27, 2016 at 8:03 am #1132312Geoff
MemberHello @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!
GeoffJuly 7, 2016 at 2:36 pm #1136951Geoff
MemberHey 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 -
This reply was modified 9 years, 9 months ago by
-
AuthorPosts
- The topic ‘Single tribe event iframe in video iframe’ is closed to new replies.
