-
AuthorPosts
-
June 22, 2014 at 9:08 am #59519
Hello X.
Would you help me, how to hide play/pause buttons showing in the middle of the slider when the mouse is hoovering over the slider. I used HTML5 video in revolution slider. I used the function to hide the standard HTML5 video nav bar. I love to have same outlook like yours Integrity one demo.
Thank you. Michal.June 23, 2014 at 3:26 am #59823Hey Michal,
Please give us the URL of the page where you setup the slider.
Thanks.
June 23, 2014 at 4:45 am #59856Hi.
http://www.vyuka-zpevu-mysmas.cz
Thx.June 23, 2014 at 3:58 pm #60137Hi Michal,
Can you please add this code below in Customizer -> Custom -> CSS box
.tp-video-play-button { display: none !important; }
Cheers
November 21, 2014 at 5:32 am #149797+1
This imho should be the default, especially as it is the suggested way to add a video to a landing page. Is there also a way to disable clicks on the video to play/pause?
November 21, 2014 at 6:18 pm #150262Hi there,
how did you load the video? is it on the slider or as a background video?
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 / password
– FTP credentialsDon’t forget to select Set as private reply. This ensures your information is only visible to our staff.
February 21, 2016 at 2:07 pm #805657I apologize for resurrecting an old thread but his last question is my question…
How can we disable clicking on the video resulting in pause/play?
EDIT: I answered my own question. Code below for anyone who needs it!
.rev_slider video {pointer-events: none}
February 21, 2016 at 10:41 pm #806140Glad to hear you’ve figured it out! 🙂 Have a good day.
-
AuthorPosts