The slider doesn't work on Chrome. I had this issue with Views Nivo Slider 7.x-3.x-dev and also with Views Slideshow 7.x-3.0. It works perfectly on other browsers but in google chrome. To fix this problem, I simply added width and height of the slider to the css file. Even thought we have given those using image style in drupal, you can see there values go to 0px or 1px in chrome. Check for the element where those values are 0 and add styles to override those values in css. hope this would be helpful for now.

Comments

brandy.brown’s picture

I'm having the same problem. It does "work" per say, but it does sporadically forget to adhere to the image-styles size. I did the same thing and just set the slider to the correct dimensions.

JayShoe’s picture

I had the same problem... Chrome sporadically forgot to show the slider... For anyone with the same issue. Here is the css. Adjust the dimensions to fit your needs.

.views-nivo-slider-view {
width: 960px;
height: 365px;
}

podarok’s picture

Status: Active » Patch (to be ported)

due to #2

MXT’s picture

Are you sure that writing fixed dimensions has not consequences on nivo responsiveness?

This issue is not directly related to this module, but to nivo-slider js plugin itself: see https://github.com/gilbitron/Nivo-Slider/issues/286

candelas’s picture

Issue summary: View changes

@podarok, it looks like is working now. If you visit the link from #4 and see the last comments, you can verify. Also I searched in the site and nobody is saying any incompatibility.