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

    Hi,
    When visiting a page with Vimeo video background, it wont load (URL attached)
    It is NOT because of Google policy, because this site’s video header works perfectly in my device:
    https://www.aerserv.com/

    I added a “?muted=1” to the Viemo URL but it did not work.

    It seems the different is that Enfolds uses an Iframe, while the site in my example using the <video muted…> tag.

    How can I solve this problem and autoplay the video in mobile without using gif or hiding the video.

    Thanks

    #994682

    Hey royhiz,

    Thank you for using Enfold.

    The video loads when I checked it on Chrome Windows 7. Where are you testing it?

    // https://imgur.com/a/eCJHTqd

    Best regards,
    Ismael

    #994703

    Thanks,
    I solved it by using Rev-slider instead of the theme’s default.

    Please note that there was an error when I used vimeo video inside the revslider in:

    wp-content/themes/enfold/config-templatebuilder/avia-shortcodes/slideshow/slideshow-video.js?ver=4.9.8

    in line 755 “var value = data.value” data were NULL.
    I added:
    if ( data == null ) return false;

    To solve the problem.

    #994831

    Hi,

    Great, glad you found a solution and thanks for sharing. Please let us know if you should need any further help on the topic or if we can close it.

    Best regards,
    Rikard

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