Fix Divi Video Slider Module not Displaying Videos

Written by Dan Mossop

Divi comes with a built-in video slider module, which lets you display videos in a slideshow format with thumbnails below for easy switching between videos. If you find your videos are not displaying as you'd expect, here are some possible solutions.

Fix the Video Slider Module not Displaying

If your video slider module just doesn't display at all, or only displays on certain device widths (i.e. desktop, tablet or phone, but not all of them), then it may be due to the module's visibility settings.

To check this, go to:

Video Slider Settings > Advanced > Visibility > Disable On

And ensure the boxes are unchecked on the device types you want the module to be visible on. 

Fix the Video Slides not showing when Thumbnails Clicked

I've previously encountered an issue where the Divi Video Slider module will stop displaying the videos after clicking on the video thumbnails a few times. Instead of displaying the video, it just gives a blank space where the video should be. While I haven't fully got to the bottom of the issue yet, it seems like Divi will sometimes add a class ("et_multi_view_hidden") to the video slides, which ultimately prevents them from being displayed. This appears to occur after a period of time when the thumbnails are used to select videos.

The following CSS can be used to override the multi view class and make the videos display correctly:

.et-db #et-boc .et-l .et_pb_video_slider .et-pb-active-slide .et_multi_view_hidden, 
.et_pb_video_slider .et-pb-active-slide .et_multi_view_hidden {
    display: block!important;
}

Supercharge Your WordPress Videos with AI-Generated CTAs

Optimize your Divi site’s video engagement with WP Magic CTAs. Our AI-driven plugin seamlessly integrates with your posts, crafting personalized CTAs that enhance user interaction and encourage seamless navigation across your content. Benefit from higher engagement and streamline traffic flow effortlessly. Enjoy a special 50% discount until Sept 5!

About Dan Mossop

Dan is a Scottish-born web developer, now living in Brisbane with his wife and son. He has been sharing tips and helping users with Divi since 2014. He created Divi Booster, the first Divi plugin, and continues to develop it along with 20+ other Divi plugins. Dan has a PhD in Computer Science, a background in web security and likes a lot of stuff, 

4 Comments

  1. Or just go into the slider settings and go to the visibility setting under the advanced tab and tick the switch to view images on mobile.

    Reply
    • Hey James! Thanks for the suggestion.

      The issue involving the thumbnails was actually something slightly different. It was occurring on desktop mode and the module was actually visible (so the visibility settings weren't the problem). But clicking a few times on the thumbnails under the video would cause the video, which was initially visible, to stop displaying. The CSS addresses that.

      But your suggestion is a good one for anyone to check if they aren't seeing the video slider at all, or only seeing it on certain device types (e.g. on desktop, but not on mobile). So I've added a section to the post above covering this case.

      Thanks again!

      Reply
      • Hey James thanks for the CSS fix. Work wonders!

        But after applying the CSS code it seems that I can't press the youtube button (play/pause/volume) after playing the video at the video thumbnail.

        Is there any fix for this?

        Reply
        • Hey Eddie,

          I think I can see the issue – the CSS is causing the preview image to displayed above the video (though you can't see it as it has opacity 0), and this is intercepting clicks and preventing them from reaching the video controls.

          However, I haven't been able to recreate the original issue of the videos stopping from displaying, so I haven't yet been able to come up with an alternative that avoids this button issue.

          Is there any chance you're able to share a link to the page you're working on so that I can test it myself and hopefully come up with a method that fixes the original issue without triggering this new one?

          Reply

Submit a Comment

Comments are manually moderated and approved at the time they are answered. A preview is shown while pending but may disappear if your are cookies cleared - don't worry though, the comment is still in the queue.

Your email address will not be published. Required fields are marked *.

We may earn a commission when you visit links on our website.