Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #1279820

    I am trying to loop a background video in a color section. It will play once with no problem but ends with a black screen and the message “This video is unavailable”. Link is in the Private Content.

    #1279837

    Hello!
    I have the same problem!
    How do I fix it?
    thank you

    #1280272

    Do you all have an answer for this? Kind of critical to what I’m trying to do.

    #1280368

    Hi,

    Sorry for the problem. We are aware of this, but we don’t have a solution at the moment unfortunately. We will post any solutions or recommendations in this thread, once we have them.

    Best regards,
    Rikard

    #1280578

    Hi!

    @everyone: Please try to add this filter in the functions.php file temporarily to remove the playlist parameter.

    add_filter("avf_youtube_video_data", function($data) {
    	unset($data["playlist"]);
    	return $data;
    }, 10, 1);
    

    Do not forget to purge the cache after adding the filter. Let us know if it helps.

    Cheers!
    Ismael

    #1280583

    Perfect, it works!
    Thank you very much Ismael!

    #1280585

    Magnificient!! Works like a charm. Thank you.

    For anyone who’s curious, I’m using a single Youtube video.

    #1280656

    Thanks for offering the solution, it works on my website as well. Kinda of strange however that this happens all of a sudden. What’s triggering this loop problem?

    #1280707

    Hi wyzyncom,

    It was due to changes at YouTube which we had to adjust to.

    Best regards,
    Rikard

    #1285470

    Just wanted to add I had the same issue, but the custom php filter worked like a charm. Since I don’t currently use a child theme, it would be great if this was added as a theme option. Posting this so I can follow the feed in case it gets updated. Thanks!

    #1285967

    Hi chriscreative,

    This fix is included in the latest version of the theme (4.8), please try updating to that. https://kriesi.at/documentation/enfold/how-to-install-enfold-theme/#theme-update.

    Best regards,
    Rikard

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