Tagged: x
-
AuthorPosts
-
July 12, 2016 at 10:43 am #1083276
Hi –
I’m trying to disable the loop function on the video header but have had no luck at all.
It was initially set up as a bg video, but I read in other posts that the loop can’t be disabled for a bg video. I then tried adding the video to a transparent layer and disabling the loop function there, but had no luck with that either.
Finally I tried adding this custom javascript (which also didn’t work):
jQuery (function($) {
$(document).ready( function() {$(‘video’).prop(‘loop’, false); } );
} );The site in question is: http://bracestrategy.wpengine.com/
Let me know if you need additional info, and thanks in advance for the help!.. going crazy with this one.
July 12, 2016 at 12:38 pm #1083480Hi There,
Would you mind providing us with login credentials so we can take a closer look? 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.
Thanks
Joao
July 13, 2016 at 10:14 am #1084995This reply has been marked as private.July 13, 2016 at 11:55 am #1085212Hi There,
Try using your video as a layer instead of as a background on Revolution Slider.
Let us know how it goes.
Joao
July 18, 2016 at 3:11 pm #1092379Tried that already… no luck.
July 18, 2016 at 10:32 pm #1092868Hello Brian,
Please update the Arguments Vimeo from this:
title=0&byline=0&portrait=0&api=1
To this:
loop=0&title=0&byline=0&portrait=0&api=1
We have added this part: loop=0 to stop the loop.
Hope this helps.
July 19, 2016 at 11:19 am #1093767Got it!… Thanks so much!!
July 19, 2016 at 11:20 am #1093768You are welcome.
Let us know if we can help with anything else.
Joao
-
AuthorPosts