Slideshow problem after upgrading
Permalink
Hi, I have searched the forum and there are other errors like this but not this same problem.
So I upgraded my system, now the slideshow cycles through an image set but stacks the images one upon the other, so the images end up going down the page. You can see this athttp://www.singlegrave.nl on the left hand side. Any way to fix this? All images are maximum 150px by 230px
Many thanks
Gary
So I upgraded my system, now the slideshow cycles through an image set but stacks the images one upon the other, so the images end up going down the page. You can see this athttp://www.singlegrave.nl on the left hand side. Any way to fix this? All images are maximum 150px by 230px
Many thanks
Gary
has anyone got a solution to this? If there isn't a fix I will have to remove the slideshow from my site, which will be a great shame.
http://www.concrete5.org/community/forums/customizing_c5/slideshow-block1/#93530
I'm having the same issue. I followed the link provided but that seems to give fixes to how to remove the empty url link? I didn't see an answer on how to fix the stacking issue. Could you please elaborate?
Ok so i fixed this by adding this into my styles.css
.slideImgWrap div {
position: absolute;
width: 100%;
}
I'd still be curious to know if there is a way to make the fix without altering the CSS?
.slideImgWrap div {
position: absolute;
width: 100%;
}
I'd still be curious to know if there is a way to make the fix without altering the CSS?