Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #949152

    hey guys,
    thanks for continuing to improve performance on the theme.
    I have noted after the 4.3 update I still wrestle with the same challenge I have had for months. The video background will not load.

    And yes…I have tried the workaround:

    #top .mejs-container {
    height: 100%!important;
    max-height: 100%!important;
    }

    Any other ideas?
    Thanks,
    JS

    #949794

    Site # 2 now broken. No video loading.

    #950268

    Hi,

    We have pushed a new version of Enfold.
    Can you please update and let us know what the results are please?

    Best regards,
    Basilis

    #950328

    After update 4.3.1 the self-hosted video on background still not load.

    • This reply was modified 6 years, 6 months ago by weboptimus.
    #950383

    @basilis … it seems to have fixed Tri-County. But another website remains broken. Very odd.
    I am referring to YouTube now. Since I recently changed from self-hosting, to youtube videos.

    • This reply was modified 6 years, 6 months ago by Justin.
    #950387

    Confirming with 4.3.1 the self-hosted videos still aren’t working.

    #951322

    Hi,

    This thread might help.

    // https://kriesi.at/support/topic/video-autoplay-4/#post-947097

    Just add the modifications. However, you have remove the ‘.$autoplay.’ attribute in the “avia_html5_video_embed” function.

    $output .= '<video class="avia_video" '.$image.' '.$autoplay.' preload="metadata" controls id="'.$uid.'" >';
    

    to..

    $output .= '<video class="avia_video" '.$image.' preload="metadata" controls id="'.$uid.'" >';
    

    Best regards,
    Ismael

    #951396

    Thanks. I’ll just wait for 4.3.2 at this point. Too many mods / hacks to get basic functionality working again. I feel like every mod breaks something else, and I don’t want to end up with Frankensteined code that I have to go back and sort out.. I would rather stay on original release channel.
    I assume developers will implement video fixes in the next update? I feel like I have been saying that since September 2017… :)

    Thanks
    Rob

    #952364

    Hi,

    Yes, they will do.
    As you have noticed, development team has re-written all the backend of ALB and there will be some really big updates about it.
    So, in that process, something can broke or been missing, so we appreciate your patience a lot.

    Best regards,
    Basilis

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