hi there, i hope i did not miss anything… i just placed my background video in the color section and it works great but there is no sound. no sound on/off button on screen or volume setting in the preferences/color section. is that the concept? will there be an option to turn sound on/off and adjust the volume somewhere? i really would like to turn sound on/off.
thank you
best
chris
Hi cgroeger!
The Color Section video background’s audio is default to “off”. Unfortunately, there is no option to turn it on and off but you can choose to turn on all audio on color section. Edit config-templatebuilder > avia-shortcodes > section.php, find this code on line 406:
'video_mute' => true,
'video_loop' => true,
Replace it with:
'video_mute' => false,
'video_loop' => true,
`
Best regards,
Ismael
Hi!
Where can I find, open and edit this file: “Edit config-templatebuilder > avia-shortcodes > section.php, find this code on line 406”?
Thank you.
Martin
Hi!
Please connect via FTP and go to Enfold/config-templatebuilder/avia-shortcodes folder and open section.php file
Regards,
Yigit
I would really appriciate if this could be part of the page builder so people can set it to on/off and a front end icon to mute/play/pause would be very helpful.