Hello,
The Feature Slider in our website does not work with WMPL translation. it only work in the English home page. in the Spanish homepage, For some reason the slider slides are hided. I have manually added following CSS codes to the Spanish homepage and was able to see the slide images.
ul.slides {
height: 400px !important;
}
ul.slides li {
display: block !important;
}
However, even with this trick, since the bxSlider does not work, it does not jump into the next slide after a while.
Would you be able to help me debug the issue here?
The spanish homepage I am talking about is located at http://parentopia.org/es/
-
This topic was modified 9 years, 11 months ago by sepidpooy.
-
This topic was modified 9 years, 11 months ago by sepidpooy.