Slider doesn't show front-end

Slider doesn’t show front-end

I created a simple slider and it won’t show.

dehaasmediaproductions.nl just before the footer

If you reload the page, the slider just blinks and than disappears.

What am I doing wrong, or is it a bug?

  • WordPress version: 6.2.2
  • Cwicly Plugin version: 1.2.9.7.3

Hi @Lijn-B,

Please make sure your slides and slide content have a height / width or they will not display.

For example, if you have an image in the slide, ensure it has an appropriate size based on the type of slider you are making.

If this doesn’t fix the problem, check the blocks containing the slider - if the parent is set to display: flex, with certain settings it may cause the slider to not render.

2 Likes

Yes the section was set on flex.
Now it works!!

Thanks a lot!

I just wondering if this bug, of not showing the slider when flex is selected, will be solved?
I followed a “tutorial” in youtube which explicit starts with setting the div in Fles Horizontal to create an fade effect on both sides of the slider. I was recreating it, but now it doesn’t work.

I meant this tutorial:

Thanks in advance

From a quick scan through the video, it seems as though the flex is not really needed - as long as you set position: relative; on the container div, it should still work perfectly without display: flex;

2 Likes