Carousel Image Doesn’t show images CSS display none, and HMTL is correct
-
Hello. First thing I will say is yesterday had an issue with my staging site and since that I cant make the plugin to work.
https://parkplacepr.staging.wpengine.com/I have a carousel to show images, and html show images are there, but is not showing: I see the reason is an css rule:
.carousel-slider {
display: none;
width: 100%;
-webkit-tap-highlight-color: transparent;
position: relative;
z-index: 1;
}
Changing the CSS it display images but not in the carousel way.There seems not to be any kind of conflicts on JS, everything is loading, so Im so loose with this, Could you help me please?
Thanks
- The topic ‘Carousel Image Doesn’t show images CSS display none, and HMTL is correct’ is closed to new replies.