-
AuthorPosts
-
October 23, 2020 at 12:05 am #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.
October 26, 2020 at 9:31 pm #1255842Hey GregDunn,
I did not find any videos where can we see it?
Best regards,
VictoriaOctober 26, 2020 at 9:52 pm #1255856Hi Victoria,
Thank you for getting back to me about this. Please see the link in the private content area for an example.
Best,
GregOctober 27, 2020 at 3:27 pm #1256105Hi 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,
NikkoNovember 10, 2020 at 12:21 am #1259436Hi 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!
November 10, 2020 at 5:27 pm #1259628Hi 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,
NikkoNovember 10, 2020 at 6:26 pm #1259641Hi 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,
GregNovember 11, 2020 at 5:33 am #1259759Hi Greg,
Thanks, I have checked the screenshot and it seems to be working properly.
Screenshot in private content.Best regards,
NikkoNovember 11, 2020 at 5:43 am #1259762Hi 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!
November 11, 2020 at 10:27 am #1259805Hi 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,
NikkoNovember 11, 2020 at 5:48 pm #1259933Yay! Thank you, Nikko. You are awesome. It works great.
November 11, 2020 at 11:55 pm #1260015Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon -
AuthorPosts
- The topic ‘Possible to auto mute all videos?’ is closed to new replies.