Hey – I´ve found this Question here:
https://kriesi.at/support/topic/un-mute-audio-in-an-embedded-video-in-a-color-section/
Q1. How do you un-mute the audio when embedding video into a “Color Section”?
Q2. How do you stop the looping and just play the video once.
And the Answer from Ismael:
Hey!
To unmute and disable the loop on a color section video, 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,
Regards,
Ismael
+++++++++++++++
I´ve tried changing this (not on line 406 but on line 723 and 724) but there´s still no sound and the looping works on and on –
any Idea what to do?
Hi Stanko!
Thank you for using Enfold.
I modified the section.php file as instructed on the previous thread and it works as expected. Please modify the section.php file again then remove browser cache or hard refresh the page before testing.
Regards,
Ismael
Hi Ismael
Thanks for the respond – could you please take a look on the actual file: section.php
at line 406 you´ll find this code: * @param string $content text within enclosing form of shortcode element
and not the one you described…
So let me ask again: which line should I modify because my modification didn´t work
Hi!
can you provide us FTP access, so we can check it?
Best regards,
Andy