Tried with another video and its the same. I can´t hear the sound..
What happen?
If you want, you can login.
Thanks
Charlotte
Hey!
Please follow the instructions in this thread: https://kriesi.at/support/topic/un-mute-audio-in-an-embedded-video-in-a-color-section/
Cheers!
Dake
Hi Dake,
thanks for your reply.
BUT I don´t really understand in which file I should edit this:
To unmute and disable loop on color section video you can edit config-templatebuilder > avia-shortcodes > section. Find this code on line 406:
‘video_mute’ => true,
‘video_loop’ => true,
Replace it with:
‘video_mute’ => false,
‘video_loop’ => false,
But in which of all the files in config-templatebuilder > avia-shortcodes > ?
In Video.php there is no line 406 and there is no color section.php file either…
Thanks
Charlotte
Hey!
Please make the changes in section.php file. You can refer to this post and make the changes on your child theme – http://kriesi.at/documentation/enfold/add-new-or-replace-advanced-layout-builder-elements-from-child-theme/
Best regards,
Yigit
Thanks Yigit,
But I haven´t created a child theme yet..
Can I make some change right now in order for the sound to work?
Charlotte
Ok, thanks,
I will create a child theme soon. Just one to see how this page works out first.
But I don´t find this in the section.php file..
Find this code on line 406:
‘video_mute’ => true,
‘video_loop’ => true,
Replace it with:
‘video_mute’ => false,
‘video_loop’ => false,
Thanks
Charlotte
Thanks :)