Tagged: cornerstone
-
AuthorPosts
-
February 19, 2017 at 1:45 pm #1377284
philipfemoParticipantHi 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
February 19, 2017 at 9:30 pm #1377615
LelyModeratorHi 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 / passwordDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
February 20, 2017 at 3:21 am #1377916
philipfemoParticipantThis reply has been marked as private.February 20, 2017 at 5:31 am #1378027
ChristopherModeratorHi 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.
February 20, 2017 at 11:52 am #1378494
philipfemoParticipantHi Christopher – I think it’s not a background video.
It is an embedded video..February 20, 2017 at 2:12 pm #1378671
philipfemoParticipantSo 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.February 20, 2017 at 10:16 pm #1379209
LelyModeratorHi 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.
February 21, 2017 at 7:40 am #1379747
philipfemoParticipantHi 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?
February 22, 2017 at 12:42 am #1380918
LelyModeratorHello Philip,
Yes. Autoplay should be set to ON to just one video element. We can’t autoplay multiple video at once.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1377284 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
