Hi,
I have added a video from my local drive and changed the player settings to hide video controls.
My video is well displaying, but when hovering the mouse over, the controls appear.
How to prevent it ?
Thanks
Hi – Any news on my request ? Thanks
Hi,
Apologies for the delay. Try the following in quick css:
.wp-video .mejs-controls {
visibility: hidden;
}
Best regards,
Jordan Shannon
Hi.- thanks but this didn’t help unfortunately. Controls are still being displayed.
[EDIT]: Just found out that replacing wp-video by avia-video in your css code indeed suppressed the toolbar.
Is there any way to prevent stopping the video by clicking on it ? Thanks
Hi,
Apologies for the delay, but the only way to disable pause functionality is by hacking the shortcodes.js file. Are you running on a child theme?
Best regards,
Jordan Shannon
Hi Jordan – I used the Consulting Demo from Enfold. Is that what you call a child theme ?
Thanks
Hi,
No that isn’t a child theme, just a demo of the site. Refer to the following:
Best regards,
Jordan Shannon