Comments 6Alixj started the conversationMarch 31, 2023 at 8:53amHi, Im using Salient with WP Bakery.Im trying to have audio clips play when you scroll to certain points on my site. Would you please help me with the easiest way to do this?Thanks 1,877Judith repliedMarch 31, 2023 at 9:11amHi there,Thanks for keeping in touch.I am afraid this is not possible with Salient at the moment, however I would love to take this as a suggestion for improvement of our features in the coming updates.Thanks. 6Alixj repliedMarch 31, 2023 at 9:43amWell that wasn't very helpful. But chat GPT told me how to do it for anyone with the same question:In the WP Bakery editor, add a "Custom HTML" element to the row where you want the audio to play.In the "Custom HTML" element, paste the following code:<audio autoplay loop> <source src="your-audio-file-url.mp3" type="audio/mpeg"> </audio>Replace "your-audio-file-url.mp3" with the URL of your audio file (uploaded to media files). 3. In the row settings, select the "Full Width" option under the "Row Layout" tab. 1,877Judith repliedMarch 31, 2023 at 11:15pmHi there,I am sorry this wasn't helpful.Thanks for sending your solution, this is helpful and it will be able to help users with similar queries.Thanks. Sign in to reply ...
Hi, Im using Salient with WP Bakery.
Im trying to have audio clips play when you scroll to certain points on my site. Would you please help me with the easiest way to do this?
Thanks
Hi there,
Thanks for keeping in touch.
I am afraid this is not possible with Salient at the moment, however I would love to take this as a suggestion for improvement of our features in the coming updates.
Thanks.
Well that wasn't very helpful. But chat GPT told me how to do it for anyone with the same question:
<audio autoplay loop> <source src="your-audio-file-url.mp3" type="audio/mpeg"> </audio>
Replace "your-audio-file-url.mp3" with the URL of your audio file (uploaded to media files).
3. In the row settings, select the "Full Width" option under the "Row Layout" tab.
Hi there,
I am sorry this wasn't helpful.
Thanks for sending your solution, this is helpful and it will be able to help users with similar queries.
Thanks.