You need to be logged in to post in the forum - Log In

An active JCE Pro Subscription is required to post in the forum - Buy a Subscription

Support is currently Online

Official support hours
Monday to Friday
09:00 - 17:00 Europe/London (BST)

#111466 YouTube videos no longer responsive after JCE 2.9.28 update

Posted in ‘Editor’
This is a public ticket

Everybody will be able to see its contents. Do not include usernames, passwords or any other sensitive information.

Latest post by pulsarinformatique on Wednesday, 30 November 2022 10:28 GMT

dannybojcic
Since the 2.9.28 update, any Youtube videos I add to content, no longer fill the content/template width. What has changed? How can I fix this?

Ryan
Youtube iframes are not responsive by default, as this requires additional HTML and CSS to acheive. JCE Pro has never included this, although an additional plugin is available to do this - https://github.com/widgetfactory/wf_responsive_widgets

You may have had some other plugin or script on your site (perhaps part of your template?) that was doing this for you.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

dannybojcic
As previously recommended by you, I already had wf responsive widgets installed which was working until the latest 2.9.28 update. Now it is not working. Is there another workaround?

In addition to this problem, it is now very difficult to delete a YouTube video from content. I have to make multiple attempts to select the frame and even try testing the video as text in order to get it off the page.

Ryan
Please send me a login - https://www.joomlacontenteditor.net/contact/site-login

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

pulsarinformatique
Hi
did you get an answer from Ryan please ? I have the very same issue

thanks

cyril

Ryan
@pulsarinformatique# Which issue are you experiencing?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

pulsarinformatique
We installed the https://github.com/widgetfactory/wf_responsive_widgets on the latest 3.x and JCE versions but it has no effect on the youtube iframe :(

Ryan
Please post a link to an example article.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

pulsarinformatique
I can't, this is a private intranet, sorry
What we need to be sure of is : do you confirm that the JCE you tube iframes are modified by this https://github.com/widgetfactory/wf_responsive_widgets plugin please?

thanks

Ryan
What we need to be sure of is : do you confirm that the JCE you tube iframes are modified by this https://github.com/widgetfactory/wf_responsive_widgets plugin please?


Yes. Have you enabled the plugin after install?

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

pulsarinformatique
I confirm the plugin works with the latest Joomla + JCE versions but it doesn't work with seblod

Ryan
The plugin uses the onContentPrepare event to trigger processing of the content. If the extension does not trigger this event, then the plugin will not porcess the extension content.

Ryan Demmer

Lead Developer / CEO / CTO

Just because you're not paranoid doesn't mean everybody isn't out to get you.

pulsarinformatique
Hi
This is what puzzles me. Seblod clearly uses this method as it extends the com_article component.
I must add that the plugin IS triggered in the case of a seblod enhanced site. If I write a die(); in the wrap() function It stops the site. The problem is that has no effect on the page.

Thanks