Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #1220202

    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

    • This topic was modified 4 years, 11 months ago by lcrivell.
    #1221986

    Hi – Any news on my request ? Thanks

    #1222315

    Hi,

    Apologies for the delay. Try the following in quick css:

    .wp-video .mejs-controls {
    visibility: hidden;
    }

    Best regards,
    Jordan Shannon

    #1222370

    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

    • This reply was modified 4 years, 11 months ago by lcrivell. Reason: Works by changing css class
    #1222791

    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

    #1222802

    Hi Jordan – I used the Consulting Demo from Enfold. Is that what you call a child theme ?

    Thanks

    #1223522

    Hi,

    No that isn’t a child theme, just a demo of the site. Refer to the following:

    Best regards,
    Jordan Shannon

Viewing 7 posts - 1 through 7 (of 7 total)
  • You must be logged in to reply to this topic.