Tagged: Fullwidth Easy Slider, Looping
I have noticed on a few websites we use Enfold on that embedded videos in the Fullwidth Easy Slider are no longer looping. They are set to loop under the video settings and don’t have any permissions on YouTube that would restrict their playback, but after playing once a “Video Unavailable” message is displayed.
Here’s an example of one page/site where that is happening:
https://methodeautomotive.com/powertrain-and-chassis/electrification/
Hey NicomIT,
Sorry for the problem. Please try this fix posted by Ismael: https://kriesi.at/support/topic/video-in-color-section-is-not-repeating/#post-1280574
Best regards,
Rikard
Thanks Rikard. I added that to the functions.php file of my child theme and it worked. The only thing I noticed is in Dreamweaver it shows a syntax error for the first and last line of the code that was provided. It doesn’t seem to have caused any issues, but I just wanted to mention that. I pasted it in at the end of the file just like this:
add_filter("avf_youtube_video_data", function($data) {
unset($data["playlist"]);
return $data;
}, 10, 1);
Hi NicomIT,
Glad you got it working for you! :)
If you need further assistance please let us know.
Best regards,
Victoria