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!
| Comment | File | Size | Author |
|---|---|---|---|
| #5 | views-galleriffic-opacity_issue-1976184-5.patch | 4.68 KB | alexandrezia |
| #4 | views-galleriffic-opacity_issue-1976184-4.patch | 6.87 KB | energee |
Comments
Comment #1
scooper commentedI have the identical problem using version 7.x-1.1.
Comment #2
tony17837 commentedI 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
Comment #3
scooper commentedThanks - 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?
Comment #4
energee commentedPatched, also fixes an issue that I found with gallery not loading due to an empty imagedata array.
Comment #5
alexandrezia commentedThanks 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.