Okay
  Public Ticket #3337589
Audio on scroll
Closed

Comments

  •  6
    Alixj started the conversation

    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

  •  1,877
    Judith replied

    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.

  •  6
    Alixj replied

    Well that wasn't very helpful. But chat GPT told me how to do it for anyone with the same question:

    1. In the WP Bakery editor, add a "Custom HTML" element to the row where you want the audio to play.
    2. 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,877
    Judith replied

    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.