This topic has 2 replies, 2 voices, and was last updated 9 years, 1 months ago ago by Eva Kemp
Hello, I have installed woopress theme with jewellery version.
Using: https://8theme.com/demo/docs/woopress/index.html#!/demo_data_installation and http://www.themepunch.com/faq/9x-slider-synchronous-grid-slider/ Now, I can see 9 revolutions sliders, but I can´t see any image. All of them are grey.
All the background images are uploaded for every slide.
Do you know why? Where is the autoplay?
Thank you
Hello,
I’ve clicked “SlideShow-Auto” option in the settings for each slider and added this code for the first slider:
.slidergridrow {
width: 100%;
}
.slidergridcol{
float: left;
width: 33.333333%;
box-sizing: border-box;
-moz-box-sizing: border-box;
-webkit-box-sizing: border-box;
padding: 0.5px;
height: 100%;
}
as described in the article:
http://www.themepunch.com/faq/9x-slider-synchronous-grid-slider/ > The Custom CSS
Also set width and height for each slider as described in the article.
Regards,
Eva Kemp.
You must be logged in to reply to this topic.Log in/Sign up