Tagged: Fullwidth Easy Slider, video playback, wordpress 4.1
Hello! I just updated my site to wordpress 4.1, and I have the latest version of Enfold 3.0.4. The media element “Fullwidth Easy Slider” at the top of my landing page is showing a title above the looping video I embedded titled “Video Player”. While this is probably a case of us updating too soon, is there anything I can do to alleviate the problem?
Thank you.
Having the same issue, but with Full Screen Slider.
Hey!
I checked your link but I don’t see the title your referring to in your slider. I noticed your embedding a youtube video below your slider which has a title on it. Is that what your referring to?
If so then just view your video in youtube and click on “Share” and then “Embed” and you can customize how your video displays and then copy the code to use in your page.
Cheers!
Elliott
Hi! Experiencing the same issue with wide video slider. Black line with text: Video Player on top of the slider.
Hi!
I’m not seeing it on my XAMPP setup. Please send us some links and take screenshots of what your seeing so we can get a better idea.
Best regards,
Elliott
Hey!
Looks like it was added in WordPress 4.1 for screen readers. Try adding this to your custom CSS.
.mejs-offscreen {
display: none;
}
Regards,
Elliott
Thank you, Elliott! It helped.