Viewing 11 posts - 1 through 11 (of 11 total)
  • Author
    Posts
  • #801955

    Hi,
    I need to mute or pause the background video of a color section. I saw this thread: https://kriesi.at/support/topic/enable-video-controls-pauseplay-wbackground-video/ and tried this one in section.php

    
    'video_controls' => '',
    

    And this one in Quick css:

    
    #top .av-section-with-video-bg .av-section-video-bg:after, .av-click-overlay, .av-section-video-bg + .container {
        pointer-events: none;
    }
    
    #top .av-section-video-bg iframe{
        top: 0 !important;
        height: 100% !important;
        width: 100% !important;
        left: 0 !important;
    }
    

    But it is still not showing controls. Can you please help me out?
    Many Thanks!

    • This topic was modified 7 years ago by torahulparashar. Reason: adding more code
    #801968

    Hey torahulparashar,

    Can you provide us with admin access into your website so we can take a look?

    Best regards,
    Sarah

    #801996

    M sorry I can’t provide you the login access but can you please tell me a way to mute or pause the background video of a section?

    #802228

    Hi,

    Can you try to test the solution given in this post: https://kriesi.at/support/topic/background-video-with-no-sound/#post-229951

    Best regards,
    Nikko

    #802400

    Hi, Thanks for the link but I already have seen this.
    I need the video to be unmuted by default, and the user can mute or pause it according to the need. Is that possible?
    Kind Regards

    #802702

    Hi torahulparashar,

    It’s really hard to offer you any solution without the actual context.

    If you need further assistance please let us know.
    Best regards,
    Victoria

    #802877

    Hello,

    I have added the link of the website in private. I am talking about the main banner video. Can you please help with it now?

    Kind Regards

    #804030

    Hi,

    I have the same question as torahulparashar. This question is different from the one answered on this page because my question and torahulparashar’s are about a background video in a color section, not a slide with an embedded video.

    Hope you can help. Access to my development site is given in de private content.
    Lisanneg.

    • This reply was modified 7 years ago by Basilis. Reason: removed user access
    #804169

    Hi,

    I have removed your details from the private date, please create a seperate ticket

    Best regards,
    Basilis

    #804353

    I have not received any answer about this. I gave the link of the website too.

    Can you please get back to me?

    Kind Regards

    #805219

    Hi torahulparashar,

    The code in your original post hides controls and disables clicks to on the video. So if you need to control the video, why do you hide those?

    Best regards,
    Victoria

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