Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1377284
    philipfemo
    Participant

    Hi X Theme!

    I am working on http://www.getbundl.com/test
    It looks like autoplay for the videos is not working in Chrome?
    Do you have any suggestions on how to fix this other than the alternative of writing the raw html and embedding the video myself.

    BR

    #1377615
    Lely
    Moderator

    Hi BR,

    I am getting this error on your page:

    Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().
    getbundl.com/:1 Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().
    getbundl.com/:1 Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().
    getbundl.com/:1 Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().
    getbundl.com/:1 Uncaught (in promise) DOMException: The play() request was interrupted by a call to pause().

    Would you mind providing us with login credentials so we can take a closer look on your setup? To do this, you can make a post with the following info:

    – Link to your site
    – WordPress Admin username / password

    Don’t forget to select Set as private reply. This ensures your information is only visible to our staff.

    #1377916
    philipfemo
    Participant
    This reply has been marked as private.
    #1378027
    Christopher
    Moderator

    Hi there,

    Try to reduce video file to less than 2MB (as it’s a background video) and check again.

    You could try testing for a plugin conflict. You can do this by deactivating all third party plugins, and seeing if the problem remains. If it’s fixed, you’ll know a plugin caused the problem, and you can narrow down which one by reactivating them one at a time.

    Hope it helps.

    #1378494
    philipfemo
    Participant

    Hi Christopher – I think it’s not a background video.
    It is an embedded video..

    #1378671
    philipfemo
    Participant

    So i found the primary issue @ http://www.getbundl.com/landing by deleting the 2nd video row “annotation” and that fixed the error. Is it perhaps because the same video is including in several different rows?
    it seems odd. The problem is still showing @ http://www.getbundl.com/backuplanding as i had to duplicate the page before deleting the row.

    #1379209
    Lely
    Moderator

    Hi There,

    Upon checking, the issue is coming from a custom Javascript code on Appearance > Customize > Custom > Edit Global JS:

    setTimeout(function () {
      el = document.querySelector("#myvideo video")
      // Resume play if the element if is paused.
      if (el.paused) {
        el.play();
      }
    }, waitTime);

    Please remove that code and try again.

    #1379747
    philipfemo
    Participant

    Hi Lely,

    Working on http://www.getbundl.com/backuplanding , still casting the error after removing the custom JS. I am wondering if it is a bug due to multiple rows having the video w. autoplay on?

    #1380918
    Lely
    Moderator

    Hello Philip,

    Yes. Autoplay should be set to ON to just one video element. We can’t autoplay multiple video at once.

  • <script> jQuery(function($){ $("#no-reply-1377284 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>