-
AuthorPosts
-
March 9, 2016 at 7:38 pm #595783
We want to remove the mouse over loading/pause image that appears in the center of the video on mouse over.
vimeo is the host of the video. How can we do this?
March 9, 2016 at 10:06 pm #595856Hi JM33480!
Your page could not load at all, please check and let us know so we can recheck.
Cheers!
BasilisMarch 10, 2016 at 2:18 am #596003Hi again. It seems to load fine for me…. could you try it again?
March 10, 2016 at 8:09 am #596129Hi!
Please use the below css in Enfold > General styling > Quick CSS
.player .controls .play { display:none; }
Cheers!
Vinay KashyapMarch 10, 2016 at 6:19 pm #596458Didn’t work. Still showing the image image on mouse over in the center of the full page video.
March 12, 2016 at 6:06 am #597131Hi,
Please try the following instead:
button.play { display:none !important; }
If that doesn’t work then please post admin login details and we’ll have a closer look.
Thanks,
RikardMarch 14, 2016 at 6:28 pm #597920I don’t think you guys understand what I want. Please take a look at the photo I posted. You can see the icon in the middle of the screen I want to get rid of.
March 14, 2016 at 9:06 pm #597985Hey!
Please add following code to Quick CSS in Enfold theme options under General Styling tab
.controls { display: none!important; }
Regards,
YigitMarch 14, 2016 at 10:03 pm #598004Nope…. still does not work.
vimeo is the host of the video as stated in the first post.
March 15, 2016 at 7:31 pm #598558March 15, 2016 at 9:48 pm #598623Hi!
Since styles are being loaded from Vimeo, we are not able to make changes on their elements by using custom CSS. As a final try, please add following code to Functions.php file in Appearance > Editor
function add_custom_twitter_target(){ ?> <script> jQuery(window).ready(function(){ jQuery('. controls').hide(); }); </script> <?php } add_action('wp_footer', 'add_custom_twitter_target');
Best regards,
YigitMarch 17, 2016 at 6:08 am #599439Thanks for trying. That code just makes the whole screen white. No video show’s at all. Is there any host that you recommend?
March 17, 2016 at 7:08 am #599467Hey!
We recommend youtube. It allows you to fully customize the player.
https://developers.google.com/youtube/youtube_player_demo
There are some online tool which you can use as well http://www.vtubetools.com/
http://stackoverflow.com/questions/8564712/removing-the-play-on-youtube-overlay-on-embeded-videos
Best regards,
Vinay KashyapMarch 17, 2016 at 7:29 pm #599918Thanks for the reply. Youtube is so inconsistent with load times. It hangs ALL the time. Especially during high load hours. The client would not be happy.
March 18, 2016 at 8:20 am #600142Hi,
I’m not sure what other options you have besides those two, I guess you could host it yourself or look for a paid option with guaranteed load times, if there is such a service.
Thanks,
RikardFebruary 23, 2017 at 5:22 pm #750985Hi Guys
I’ve been having the same problem. Found a vimeo fix.
See: https://vimeo.com/forums/help/topic:278001
Basically, just add ?background=1 immediately after the Vimeo embed URL, e.g: https://vimeo.com/123456789?background=1
Worked for me.
Cheers
Steve
February 24, 2017 at 5:31 am #751243Hi Steve,
Glad you found the solution and thanks for sharing :)
Best regards,
NikkoMarch 20, 2017 at 12:39 am #763386Thanks for this! Worked for me.
March 20, 2017 at 12:41 am #763387 -
AuthorPosts
- The topic ‘Fullscreen slider disable pause/play button on mouse over’ is closed to new replies.