Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1283130

    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/

    • This topic was modified 3 years, 1 month ago by NicomIT.
    #1283567

    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

    #1283725

    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);
    #1283978

    Hi NicomIT,

    Glad you got it working for you! :)

    If you need further assistance please let us know.

    Best regards,
    Victoria

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.