Tagged: color section, loop, video
-
AuthorPosts
-
February 11, 2021 at 6:03 pm #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.
February 11, 2021 at 7:04 pm #1279837Hello!
I have the same problem!
How do I fix it?
thank you-
This reply was modified 4 years, 8 months ago by
federica_alice.
February 13, 2021 at 5:26 pm #1280272Do you all have an answer for this? Kind of critical to what I’m trying to do.
February 14, 2021 at 5:02 am #1280368Hi,
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,
RikardFebruary 15, 2021 at 4:36 pm #1280578Hi!
@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!
IsmaelFebruary 15, 2021 at 4:57 pm #1280583Perfect, it works!
Thank you very much Ismael!February 15, 2021 at 5:00 pm #1280585Magnificient!! Works like a charm. Thank you.
For anyone who’s curious, I’m using a single Youtube video.
February 15, 2021 at 11:52 pm #1280656Thanks 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?
February 16, 2021 at 5:56 am #1280707Hi wyzyncom,
It was due to changes at YouTube which we had to adjust to.
Best regards,
RikardMarch 4, 2021 at 6:03 pm #1285470Just 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!
March 6, 2021 at 4:27 am #1285967Hi 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 -
This reply was modified 4 years, 8 months ago by
-
AuthorPosts
- You must be logged in to reply to this topic.
