I have a views slideshow with the thumbnails on the right hand side and as you hover over them the main slide changes. It all works perfectly, in Firefox and IE7 and IE9, but in Chrome only the thumbnails show up. On refresh the whole thing shows briefly before just the thumbs show.
Using Adaptive Sky subtheme and the slideshow block is within a mini panel in the secondary content region.

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

doncheks’s picture

Try putting your slide-show content into the main content region and see if it works.This seems to be a problem with chrome.

jacquelynfisher’s picture

I suspect an issue I noticed today may be related. A slideshow that I'm building displays properly in Firefox and Safari, but in Chrome the image/banner area was shrunk to almost non-existence. (See attached.)

I fixed my problem by setting a width in the CSS.

.home-slideshow { /* the class to target the entire slideshow. This was a class I assigned in the markup.  */
       width:800px; 
}

That remedied my Chrome problem. I use @media queries to target the .views-slideshow-cycle-main-frame and shrink the image at breakpoints for tablets and mobile devices.

NickDickinsonWilde’s picture

Issue summary: View changes
Status: Active » Closed (outdated)