Viewing 17 posts - 1 through 17 (of 17 total)
  • Author
    Posts
  • #896812

    I would like to add audio option on fullscreen background video and I want to duplicate this thread

    https://kriesi.at/support/topic/adding-audio-option-on-fullscreen-background-video/

    I have added the code at the end of this thread to my Enfold child theme but I am not seeing an icons appear. Please assist

    #897783

    Hey kpenner36,

    Thank you for using Enfold.

    Where did you add the script? Did you create the “icon-unmute.png” image? The WP login credentials are not working. Please check.

    Best regards,
    Ismael

    #897808

    Yes, I create the two png images. I put all the code in the Enfold Child Theme

    username and password is in Private Link

    Thanks

    #898303

    Hi,

    We modified the code a bit. The custom mute container is displaying properly but the audio images are missing. Please check it.

    // http://wildernessedge.thedev.ca/wp-content/uploads/2018/01/unmute-48.png

    This is actually not needed anymore because users can mute the whole page in the browsers’ tab options.

    Best regards,
    Ismael

    #898539

    I do not have an sound or any icons showing on the video located at the top of this page

    I can not see any of the work that you have done

    #899947

    Hi,

    I do not have an sound or any icons showing on the video located at the top of this page

    You can’t see the the audio controls because the images are missing. However, the custom mute container is already rendering inside the color section overlay. You just need to create the images files or correct the url.

    Best regards,
    Ismael

    #900155

    I did more testing and I can see it on a low end laptop, but it does not show up on my 4K monitor.

    On the laptop when I click the icon, the visual behavior of the icon works, but no sound comes out

    • This reply was modified 6 years, 10 months ago by kpenner36.
    #900196

    I seems the first time a browser goes to the website it automatically starts playing audio and every reload after that there is no sound.

    #900535

    Hi,

    Have you done the following modification?

    // https://kriesi.at/support/topic/video-hosting/#post-454189

    This should enable the audio.

    Best regards,
    Ismael

    #901098

    The audio randomly starts playing about once every 10 refreshes
    The toggle for one and off does not work.

    I don’t understand why I am getting random results

    #901181

    Hi,

    The color section’s audio is disabled by default. Did you enable it by modifying the section.php file as described in the post?

    // https://kriesi.at/support/topic/video-hosting/#post-454189

    Again, adding a mute or audio button is not needed because users can mute the whole browser tab if they want to.

    Best regards,
    Ismael

    #902060

    I deleted all the code I had put in, and I made sure the section.php had the video set to ‘video_mute’ => false,
    but it is still playing the sounds every time I load my page

    #902564

    Hi,

    You have to set the “video_mute” to “true” if you don’t want to hear any sound but since you’re wanting to add an audio button, you have to leave it to false.

    Best regards,
    Ismael

    #902581

    I have tried to set everything back to original and back to factory standards but it is still playing audio every time I load my site.
    Are you able to see what I need to change so that it just stops playing audio?
    I have given up for the moment on a button that turns audio on and off. I just want the music to stop playing on load.
    Thanks
    Kevin

    #903302

    Hi,

    Alright. Please edit the section.php file. Look for the video_mute parameter and set it to “true”.

    'video_mute' => true,
    

    That’s the default option. If there’s a cache or minify plugin installed, please disable it temporarily.

    Best regards,
    Ismael

    #1198797

    Hi, audio background doesn’t work, I ordered the parameter ‘video_mute’ => false, it doesn’t work the same

    #1199706

    Hi,

    Did you follow the instructions in the previous thread?

    // https://kriesi.at/support/topic/adding-audio-option-on-fullscreen-background-video/#post-692952

    You should add the script that we provided there and do the additional modifications that we described above. If you have further questions, please open a new thread and post the necessary details in the private field. We’ll close this one for now.

    Best regards,
    Ismael

Viewing 17 posts - 1 through 17 (of 17 total)
  • The topic ‘adding audio option on fullscreen background video’ is closed to new replies.