-
AuthorPosts
-
January 24, 2020 at 12:21 pm #1178090
I have a FullWidth Easy Slider on a page to play a video on load.
When I enable the “Mute Video player” option under it video settings for this Fullwidth Easy slider video, it as expected on load, plays the video muted.
When I watch the video playing and want to un-mute it I go to the video controls, hit the un-mute icon and it appears to un-mute BUT does nothing.
I cannot slide the volume control on the video up.
I have tried lots of things, cache, updates etc… nothing fixes it.This feature does work fine on your Enfold Video widget, so it appears just to be with the Fullwidth Easy Slider.
Something Im doing wrong?
Regards
Dan.January 25, 2020 at 10:01 am #1178301Hey Dan,
Could you post a link to where we can see the problem in question please?
Best regards,
RikardJanuary 25, 2020 at 10:44 am #1178324This reply has been marked as private.January 25, 2020 at 8:28 pm #1178400Good morning, sir,
I have the same problem with the sound management with easy slider full width.
The value of the check button to mute or unmute the sound of the video is not taken into account. The video is always mute.
Whether it is a Youtube video, or hosted on the server.
Regards
Michel
January 28, 2020 at 5:48 pm #1179100Hi,
Sorry for the late reply, unfortunately, the browsers are muting videos automatically based on the user’s engagement with the website.
The mute option doesn’t override the user’s browser it is an option to assist with video autoplay, some browser versions will not autoplay a video unless it is muted.As for the videos where you can’t change the volume slider, this HTML5 video player is the WordPress built-in “mejs-mediaelement” and the text for the volume control is hidden, but it says this:
Utilisez les flèches haut/bas pour augmenter ou diminuer le volume.
Use the up / down arrows to increase or decrease the volume.
which is not much help if you can’t see it.
I couldn’t change this behavior with css but I was able to add a title that will show on hover with this script.
Try adding this code to the end of your functions.php file in Appearance > Editor:function custom_mejs_script(){ ?> <script> (function($){ $(document).ready(function(){ $(".mejs-controls").attr('title', 'Utilisez les flèches haut/bas pour augmenter ou diminuer le volume.'); }); })(jQuery); </script> <?php } add_action('wp_footer', 'custom_mejs_script');
Best regards,
MikeJanuary 29, 2020 at 11:24 am #1179363Sorry Mike but thats not an adequate fix at all for my clients. I have tried it on 5 browsers, 8 devices and the issues is the same.
Your Enfold Video widget works perfectly (Same mute functionality settings as FullWidth Easy Slider) with our so called browser settings so I dont believe its anything as you are suggesting.
Please review in light of this.
Regards
Dan.January 29, 2020 at 12:49 pm #1179396Thank you for Mikef or your explanation but unfortunately I don’t have the skills to answer you nor to go and modify the code myself. Moreover there is the language barrier.
I had chosen this theme precisely for its management of the video and for its construction interface. In order not to have to get my hands in the code. I can see at home that with each new version of Enfold I have good and bad surprises.
Maybe your patch will be integrated in the new version.
Thanks for your help
Michel
Merci pour votre explication mais malheureusement je n’ai pas les compétences nécessaires pour vous répondre ni pour aller modifier moi-même le code. De plus il y a la barrière de la langue.
J’avais choisi ce thème justement pour sa gestion de la video et pour son interface de construction. Afin de ne pas avoir à mettre les mains dans le code. Je constate chez moi qu’à chaque nouvelle version d’Enfold j’ai des bonnes et des mauvaises surprises.
Peut-être que votre correctif sera intégré dans la nouvelle version.
Merci pour votre aide
MichelJanuary 30, 2020 at 5:13 pm #1180016Any update please on my message above??
January 31, 2020 at 2:52 pm #1180277Hi,
@dangavin2 Sorry for the late reply I’ve been researching this further and found there is a WordPress filter to change the start volume, but I have not been able to get this to work yet.add_filter('mejs_settings', function ($settings) { $settings['/*setting here*/ '] = /*value here*/; return $settings; });
I’m going to ask for some help for the rest of the team with this.
But I was able to make the necessary change directly in the WordPress file so when the player is unmuted the volume is up so you can hear it, but it would be better to use the filter so the setting doesn’t revert with every WordPress update.
If you want to try it, you would place the linked file in[wordpress]\wp-includes\js\mediaelement\mediaelement-and-player.min.js
and save a copy of your original for fallback.
File: https://www.dropbox.com/sh/el0xjrlnp4fyjfh/AAAXiWNZ_-VZaOQr3xbBWPsta?dl=0Interesting though, this was reported as a working solution but it didn’t work for me.
Best regards,
MikeJanuary 31, 2020 at 5:17 pm #1180294Hi Mike, Thanks for your good efforts.
The file replacement works, not an ideal fix but a good workaround.
The filter needs settings and values specified and I dont know what they are so couldn’t test. i.e. ‘/*setting here*/ ‘] = /*value here*/;
Would be interested to hear if your colleagues have other options.
Regards
DanFebruary 1, 2020 at 2:12 pm #1180503Hi,
Glad to hear the workaround is helping for now, I have reported my findings to the dev team for their review and a better solution.
Thank you for your patience.Best regards,
MikeFebruary 11, 2020 at 4:18 pm #1183574Hi Mike any update on this?
February 12, 2020 at 1:48 pm #1183867Hi,
Sorry not yet, my report is still open, sometimes the first message from them is the fix. But the dev team did just release a new update with quite a few fixes, so I’m sure they were focused on that.
Thank you for your patience.Best regards,
MikeMarch 11, 2020 at 10:23 am #1192181Hi Mike any update on this now?
March 12, 2020 at 11:21 am #1192548March 12, 2020 at 5:26 pm #1192690Sorry Mike but as there is a lack of priority by Enfold on this, my Boss has asked me to leave a public review and we are pulling the theme from this site and dropping the theme from our business plans.
Regards.March 14, 2020 at 3:51 pm #1193103Hi,
I wouldn’t say this is a lack of priority, it’s a matter that correcting a WordPress core file from within a theme takes time, we can’t make a release that replaces the file, we have to come up with another solution especially since the filter WordPress published for this doesn’t seem to be working.Best regards,
MikeSeptember 27, 2021 at 2:33 am #1322393Hello,
I’m having the same problem, has this bee fixed yet? Also the file you uploaded to the link is gone so i can’t even use the temporary fix.
September 27, 2021 at 1:07 pm #1322481Hi,
I have tested the Fullwidth Easy Slider Mute Video Player Option on WordPress v5.8.1 with Enfold v4.8.6.2
with the Mute Video Player option checked
and unmuting works with the mouse and keyboard in Chrome, Firefox, and Edge on Windows 10
Please check your versions and that you have not checked the option to Hide Video Controls.
The original issue in this thread was for a WordPress core file, but this doesn’t seem to be the case anymore.
If this doesn’t help your case try disabling your plugins and checking again, otherwise please open a new thread with a link to your test page and an admin login so we can check.
Since this is not your thread posting your login here will not be private and you will not see anything we write in the Private Content area, creating your own thread will be best, thank you for your patience and understanding.Best regards,
Mike -
AuthorPosts
- The topic ‘Enfold – Fullwidth Easy Slider – Mute Video Player option’ is closed to new replies.