When we put two different modules on the same page, but each of them of type 'GK4 Imageshow', then only one is displayed and the other not. Can you provide a fix?
And please, don't ask for access to my system!
.gkIsWrapper-gk_bikestore2 {
margin: 0;
min-height: 100px;
position: relative;
}
.gkIsWrapper-gk_bikestore2 .gkIsPreloader {
background: url("../images/style1/loader.gif") no-repeat scroll center center transparent;
height: 100%;
position: absolute;
width: 100%;
z-index: 101;
}
.gkIsWrapper-gk_bikestore2 figure {
left: 0;
opacity: 0;
overflow: hidden;
position: absolute;
top: 0;
width: 100%;
z-index: 1;
}
.gkIsWrapper-gk_bikestore2.loaded .gkIsButtons {
opacity: 1;
}
.gkIsWrapper-gk_bikestore2 figure.animated {
z-index: 2;
}
.gkIsWrapper-gk_bikestore2.loaded figure.animated {
opacity: 1;
}
.gkIsWrapper-gk_bikestore2 figure.active {
position: relative;
z-index: 3;
}
.gkIsWrapper-gk_bikestore2 img {
display: block;
height: auto;
position: relative;
width: 100%;
}
.gkIsWrapper-gk_bikestore2 figcaption {
bottom: -300px;
left: 0;
position: absolute;
width: auto;
z-index: 2;
}
.gkIsWrapper-gk_bikestore2 figcaption.left {
left: 32px;
}
.gkIsWrapper-gk_bikestore2 figcaption.right {
right: 32px;
}
.gkIsWrapper-gk_bikestore2 figcaption.top {
bottom: auto;
}
.gkIsWrapper-gk_bikestore2 figure.active figcaption {
z-index: 4;
}
.gkIsWrapper-gk_bikestore2 figcaption h3 {
background: url("../images/style1/pattern.png") repeat scroll 0 0 transparent;
font-size: 48px;
font-weight: 300;
letter-spacing: 0;
line-height: 1.8;
margin: 0;
padding: 0 24px;
text-shadow: 0 0 12px #000000;
transition: letter-spacing 0.225s ease-out 0s;
}
.gkIsWrapper-gk_bikestore2 figcaption h3:hover {
background: url("../images/style1/pattern_hov.png") repeat scroll 0 0 transparent;
letter-spacing: 2px;
}
.gkIsWrapper-gk_bikestore2 figcaption h3 a {
color: #FFFFFF;
}
.gkIsWrapper-gk_bikestore2 .nextSlide, .gkIsWrapper-gk_bikestore2 .prevSlide {
background: url("../images/style1/is_nav.png") no-repeat scroll 0 8px transparent;
cursor: pointer;
display: inline-block;
height: 25px;
left: 0;
margin: 0;
padding: 8px 0;
position: relative;
text-indent: -9999px;
transition: left 0.25s ease-out 0s;
width: 15px;
}
.gkIsWrapper-gk_bikestore2 .nextSlide {
background-position: 0 -25px;
}
.gkIsWrapper-gk_bikestore2 .nextSlide:hover {
left: 5px;
}
.gkIsWrapper-gk_bikestore2 .prevSlide:hover {
left: -5px;
}