Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #1255109

    Hello,

    I am wondering if there is a way that I can mute all of the videos on a website. The videos are all Vimeo links using the standard Enfold video player. Also, we might change over to YouTube links, so a solution for that would also be nice to have, if possible.

    #1255842

    Hey GregDunn,

    I did not find any videos where can we see it?

    Best regards,
    Victoria

    #1255856

    Hi Victoria,

    Thank you for getting back to me about this. Please see the link in the private content area for an example.

    Best,
    Greg

    #1256105

    Hi Greg,

    There’s no global option for this and needs to be muted individually.
    However, you can try to open wp-content > themes > enfold > config-templatebuilder > avia-shortcodes > video > video.php (line 400):

    if( ! empty( $video_autoplay_enabled ) )

    above this just put:

    $video_mute = 1;

    Hope it helps.

    Best regards,
    Nikko

    #1259436

    Hi Nikko,

    I’ll give that a try soon. As an alternative solution- I found that the Full Width Easy Slider has a video mute option, and it works great. However, the videos that I am posting are 9:16, so there are black bars on the left and right of the video. Is it possible to change the color of these borders to something that matches the website more? Thanks!

    #1259628

    Hi GregDunn,

    Please try to add this CSS code in Quick CSS, located in Enfold > General Styling:

    #top .avia-video iframe {
        background-color: #fff6eb;
    }

    Best regards,
    Nikko

    #1259641

    Hi Nikko!

    I just gave it a try, but nothing changed. I’veyour login credentials to the private content area if you’d like to look further into the problem. I really appreciate your help! You guys have been awesome for my previous websites.

    Best,
    Greg

    #1259759

    Hi Greg,

    Thanks, I have checked the screenshot and it seems to be working properly.
    Screenshot in private content.

    Best regards,
    Nikko

    #1259762

    Hi Nikko,

    Now I see where the confusion is coming from. Please see the attached screenshot in private content. My problem is coming from the large video player if you scroll almost all the way down. I hope this helps!

    #1259805

    Hi GregDunn,

    I see, can you add this CSS code as well:

    #top .av-video-slide .avia-slide-wrap, #top .av-video-slide iframe {
        background-color: #fff6eb;
    }

    Best regards,
    Nikko

    #1259933

    Yay! Thank you, Nikko. You are awesome. It works great.

    #1260015

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 12 posts - 1 through 12 (of 12 total)
  • The topic ‘Possible to auto mute all videos?’ is closed to new replies.