-
AuthorPosts
-
January 13, 2018 at 4:57 am #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
January 16, 2018 at 1:48 am #897783Hey 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,
IsmaelJanuary 16, 2018 at 2:34 am #897808Yes, I create the two png images. I put all the code in the Enfold Child Theme
username and password is in Private Link
Thanks
January 17, 2018 at 7:19 am #898303Hi,
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,
IsmaelJanuary 17, 2018 at 4:59 pm #898539I 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
January 20, 2018 at 3:34 am #899947Hi,
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,
IsmaelJanuary 20, 2018 at 6:51 pm #900155I 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.
January 20, 2018 at 9:55 pm #900196I seems the first time a browser goes to the website it automatically starts playing audio and every reload after that there is no sound.
January 22, 2018 at 3:54 am #900535Hi,
Have you done the following modification?
// https://kriesi.at/support/topic/video-hosting/#post-454189
This should enable the audio.
Best regards,
IsmaelJanuary 23, 2018 at 3:11 am #901098The 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
January 23, 2018 at 6:01 am #901181Hi,
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,
IsmaelJanuary 24, 2018 at 11:28 am #902060I 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 pageJanuary 25, 2018 at 5:58 am #902564Hi,
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,
IsmaelJanuary 25, 2018 at 6:12 am #902581I 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
KevinJanuary 26, 2018 at 11:43 am #903302Hi,
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,
IsmaelMarch 29, 2020 at 12:16 pm #1198797Hi, audio background doesn’t work, I ordered the parameter ‘video_mute’ => false, it doesn’t work the same
April 1, 2020 at 12:08 pm #1199706Hi,
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 -
AuthorPosts
- The topic ‘adding audio option on fullscreen background video’ is closed to new replies.