Viewing 10 posts - 1 through 10 (of 10 total)
  • Author
    Posts
  • #824648

    Hello,
    we need to work with self hosted videos. We want to show them in a fullscreen slider at the top of our homepage.
    Problem: The video controls are shown, but do not work.
    Please have a look here: https://smartdocuments.eu/de/

    What are we doing wrong?

    #828760

    Hey Jochen,

    I loaded the page, but I can not see any video at the slider, have you removed it?

    Best regards,
    Basilis

    #828902

    Hello Basilis,
    as the video controls don’t work, we needed to move the video to a private page.

    #829991

    Hello Basilis, any update on my ticket?

    #830891

    Hi,

    What is the format of the video? Please note that certain video compression and codecs are not supported on some browsers. Please use vimeo or youtube to get around these incompatibilities.

    // https://www.wp101.com/10-reasons-why-you-should-never-host-your-own-videos/

    We need htaccess authentication to see the site. Please provide it in the private field.

    Best regards,
    Ismael

    #832666

    Hello Ismael,
    the video ist “standard” mp4. The video itself is NOT the problem – it plays well.
    The problem are the controls, that are shown – but not working.

    #832990

    We updated to latest WordPress (4.8) and latest Enfold version (4.1.2) – the controls in the video are still NOT working.
    We need your help here.

    #834201

    Hi,

    Thank you for the update.

    Where can we find the video? The page is missing. (see private field)

    Best regards,
    Ismael

    #834219

    On top of the page, there’s the full screen slider. More in private content.

    #834579

    Hi,

    Thank you for the info.

    The controls are being covered by the caption container. Please remove the caption or hide the video control with the following css modification.

    .mejs-controls.mejs-offscreen {
        display: none !important;
    }
    

    Best regards,
    Ismael

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