Viewing 21 posts - 1 through 21 (of 21 total)
  • Author
    Posts
  • #1311737

    Hello,
    2 days ago I noticed that the video on my website geoevent.net can not be loaded
    The video itself has no problem it is working on youtube.
    Any workaround?

    Thank you

    #1311756

    on the DOM i see the youtube ID: sWottFkB4eU
    if i move the mouse over the video background an click the context menu sometimes i can coyp video url – and this got: OBHdMrtbxY0

    i do not know where the mismatch happens

    Did You enter the video link in the data-fallback input field too?

    #1311766

    Thank you for your reply

    I removed the link from data-fallback but the problem still persists

    #1311792

    Where is the link ? (Anyway i got it in my browserhistory )

    You have updated to WordPress 5.8 – maybe there are some inconsistencies.

    #1311817

    but it was working after the update
    what do you mean by “link”?

    #1312148

    Hi manchust,

    Please send us a temporary WordPress admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1312174

    hello Rikard,

    please note it is a company website

    thank you

    #1312207

    Hi,
    Same problem here: https://www.alberttencate.com/test-home/
    Hope there is a solution for it.

    Regards,
    ariane

    #1312224

    same problem on all my Enfold sites, where background video is set to a YouTube URL it shows as Video is Unavailable.

    #1312229

    We have the same problem with Fullscreen Slider videos – youtube videos show as “This video is unavailable”. It happens with many different videos that all work well on youtube.

    #1312664


    please check if on youtube – the link works – when you go to share – and press embed.
    If the video has no permittance to be “embedable” you will see this – allthough the video plays on youtube ( see darkend Background)

    your video is playing here on my installation:
    https://consulting.webers-testseite.de/bonn/

    #1312686

    Dear support and Guenni007,
    In my case it was working in other elements, just not in the fullwidth slider. The update of last night did repare it.
    Regards, Ariane

    #1312869

    Hello,
    Did you find the problem?

    #1312918

    Hi,


    @manchust
    : Try to update the theme from v4.7.4 to the latest version (v4.8.4). The upgrade might help fix the issue.

    Best regards,
    Ismael3

    #1313186

    Had this problem on numerous sites where the video plays in the background. Reckon it is related to the latest wp update. Found the solution in an old enfold support post. I have had many site saffected and this solves the problem

    add to functions.php in child theme

    /*fix for youtube video not found*/

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

    • This reply was modified 2 years, 12 months ago by madmanbean.
    #1313552

    Hi,


    @madmanbean
    : Thank you for the info. The changes to the Youtube video data or parameters have been included in the latest version, so you do not have to add the filter anymore. Upgrading the theme to the latest version should unset the playlist parameter.

    Best regards,
    Ismael

    #1313579

    Ismael.. You did say The upgrade MIGHT help fix the issue… Do you or anyone else know if this is in fact a change to youttube data or is it due to the latest WordPress update?

    #1313632

    Hello everyone,
    In my case the update did help!

    #1313759

    Hi,


    @madmanbean
    : Yes, the changes have been included in the latest version of the theme.


    @manchust
    : Thank you for the confirmation.

    Best regards,
    Ismael

    #1398274

    I have the latest version of Enfold but the video is black and I can’t click on it.

    #1398287

    Hi,


    @arturydzewski
    : Please open a different thread and provide the site details in the private field. We will check the issue there.

    Best regards,
    Ismael

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