Lay Theme Forum

    • Register
    • Login
    • Search
    • Recent
    • Tags
    • Popular
    • Users
    • Search

    Audio File plays in background

    General Discussion
    2
    5
    29
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • D
      dagschu last edited by

      Hi! I embedded an audio file via html: <audio src="urltoyouraudio"></audio>
      When I click on another page, the audiofile stops playing. Is there a way to keep it playing while I click through the website?

      1 Reply Last reply Reply Quote 0
      • arminunruh
        arminunruh Global Moderator last edited by

        yea you can put it in

        lay options -> custom css & html -> custom html in footer

        1 Reply Last reply Reply Quote 0
        • D
          dagschu last edited by

          Hi Armin, could you show me what I have to put into the custom css, so the audiofile keeps playing, even when I click away from the first page? Now my workaround was to open the page in another tab, but would rather open the page in the same tab. This is the site: chrisimler.com
          Thank you!!

          1 Reply Last reply Reply Quote 0
          • arminunruh
            arminunruh Global Moderator last edited by

            hey this has nothing to do with css

            the custom html in footer

            is html that is always on the page and does not get replaced when navigating through the website i think

            your mp3 is still part of the content of your grid, you didn't try what i recommended

            what i meant was put your HTML code of your audio element

            <audio class="my-audio" src="http://chrisimler.com/wp-content/uploads/2020/04/ChrisImler_CountryClub_2020_unmastered.-1.mp3" controls=""> </audio>
            

            into

            lay options -> custom css & html -> custom html in footer

            then style the audio like

            .my-audio{
            position: fixed;
            bottom: 20px;
            right: 20px;
            z-index: 30;
            }
            

            please learn some css and html to do these kinds of things!

            1 Reply Last reply Reply Quote 0
            • D
              dagschu last edited by

              Hey Armin, thanks for your help, sorry, I am a beginner.

              1 Reply Last reply Reply Quote 0
              • First post
                Last post

              Before you post

              Use the Search Feature. Maybe there is already a solution to your issue.

              1. Update Lay Theme and all Lay Theme Addons
              2. Disable all Plugins
              3. Go to Lay Options → Custom CSS & HTML, click "Turn Off All Custom Code ", click "Save Changes"
              4. Now see if your problem solved itself
              5. Go here, see if your problem is listed here:
              Troubleshooting

              When you post:
              1. Post a link to where the problem is
              2. If the problem is difficult to explain, post screenshots / link to a video to explain it

              Thanks!

              Online Users

              Recent Topics

              • N

                website blank.

              • S

                Theme crashed - because of Polylang?

              • S

                New fade-in / opacity bug?

              • A

                Unable to update lay theme / to login wp admin

              laytheme.com