• Hello! Why is there some sections of my site not showing? I can see it in the editor but it’s not showing on live. A few of our happy customers, Our Insights &?creative ideas, and Reviews from our digital marketing & website clients section not showing.

    Can someone please help me with this? Thanks

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi mibil

    The content is there but display is set ‘none’. It is controlled by the Owl Carousel so that is where you need to look. It may be a setting issue or a conflict with another plugin. Is it part of the Elementor plugin ?

    Thread Starter mibil

    (@mibil)

    Hi @jim5471

    It is part of the theme.

    Thread Starter mibil

    (@mibil)

    Where can you find the display is set to none?

    It is part of the theme.

    You should ask your Theme supplier for help.

    Where can you find the display is set to none?

    If you open the F12 Inspector and search for the relevant section you should find this…

    <div class="client_slider owl-carousel">

    The associated CSS is this…

    .owl-carousel {
      display: none;  <<<<<<<<<
      width: 100%;
      z-index: 1;
    }

    I would expect some javascript code to be triggered in some way and the owl-carousel would be selectively displaying parts of the content as a slideshow or animation. This isn’t working – it may be mis-configuration or a conflict with other plugins.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Some sections not showing’ is closed to new replies.