I have a Drupal 7 site that I setup a views Slideshow for to run in the header region as a block and using the Carola theme. It works fine on IE and Fire Fox but shows up as blank on Chrome and Safari. Some times I can see the image come up for a brief second then disappear? When I switch to the default Drupal theme everything works fine on all browsers.

Any assistance is most appreciated. Thanks!

-Aaron

Comments

tkasis’s picture

Aaron,

Did you work this out? I have the same issue using another Adaptive Theme subtheme. In a subtheme of AT Codex, I created a new region for placement of the slideshow in the header. The slideshow is visible in other regions but not in my new custom region. On page load the first slide is visible for a fraction of a second and then disappears. Works in FF but not Chrome or Safari. I do not have IE.

tkasis’s picture

Thanks to Jeff at Adaptive Themes, this did the trick for me.

.region-slides img {
    max-width: none;
}
tjtj’s picture

I have the same issue on Chrome and Safari using the TouchPro theme. I added the above to style.ccc, but it did no good.

NickDickinsonWilde’s picture

Status: Active » Closed (outdated)

Likely theme specific styling interfering but can't tell without knowing at least version of theme and version of Views Slideshow as a start; re-open if anyone still having this issue.