Odd issue, probably just a jQuery tweak required, but if i have more than 1 page of thumbs, go to page two, then back - the first thumbnail of page one is hidden (still set to opacity:0)... I'm not entirely sure how to fix it myself but imagine it's a pretty minor fix for those in the know?

Thanks in advnace!

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

scooper’s picture

I have the identical problem using version 7.x-1.1.

tony17837’s picture

I had this same issue after updating to jQuery 1.7.

I followed these instruction, and it fixed the issue:

https://code.google.com/p/galleriffic/issues/detail?id=139

Hope this helps

scooper’s picture

Version: 7.x-1.x-dev » 7.x-1.1

Thanks - the instructions worked for me also. The files that need to be modified are views_galleriffic.js and jquery.galleriffic.js. Will the module be updated with this at some point?

energee’s picture

Patched, also fixes an issue that I found with gallery not loading due to an empty imagedata array.

alexandrezia’s picture

Thanks for the patch,
However the previous patch does not apply to views-galleriffic 7.x-1.x (bc9ae19a8f0343c897ab34b24ea6c96da2a953d2)
Follows a working patch, I also did a cleanup on parts that the patch removed and added the same line.