malsup / cycle2

2nd gen cycling
899 stars 236 forks source link

Suddenly not working in Google Chrome (fine in Safari) #670

Closed richgcook closed 9 years ago

richgcook commented 9 years ago

I have been using cycle2 on Chrome regularly but only recently, on a specific build, has it stopped working across my site. It works in Safari. There are no console errors. Any ideas? The class for each cycle just hangs at 'cycle-loading' and pretends my body with each 'slide' as if it cannot init. Any immediate thoughts?

richgcook commented 9 years ago

@malsup And would you offer paid support for this?

richgcook commented 9 years ago

Okay, I worked this out. I'm using bg images as slides, so I had <img data-img="<?php echo $image->url; ?>" style="display:none;" /> set to avoid empty slides so cycle2 initialised. This was working in Chrome up until a few days ago. Works fine still in Safari. I have since changed this to and now it works. Unsure why this is but perhaps Chrome have changed something. Nonetheless here we go.