Hey there!

I am using:

7.x-1.0 Gallery Formatter
7.x-1.0-beta1 Lightbox2

I am having issues getting the green arrows to show. I have the number of values set to unlimited and 5 photos loaded. The first 4 are displaying fine (Lightbox effects and all), but navigating to the 5th image is impossible in Safari and a little ugly in Firefox (scrollbar instead of green arrows).

Is there perhaps a styling issue that is hiding them from view?

I have a test gallery set up here: http://millarvilleracetrack.com/test-gallery

Thank you for all the hard work on the module! If I can just get this one issue ironed out it will have been a fantastic experience.

Cheers,

Russ

Comments

tadejk’s picture

I am having the same issue here. It worked fine for few months and then all of the sudden it stopped working.

fredfokan’s picture

Hi,

Unfortunetly the same issue ....
If anybody has a workaround ?

tmk1’s picture

Version: 7.x-1.0 » 6.x-1.0-rc4

Same issue on Drupal 6 with lightbox/colorbox/both off ...

tmk1’s picture

Version: 6.x-1.0-rc4 » 7.x-1.0

sorry for accidental change of Version, either way both 7.x and 6.x are affected...

tmk1’s picture

I've solved missing green arrows issue on my website - after all of the scripts I was attaching jQuery v.1.7.1.
Gallery formatter works ONLY with older versions (1.3.2 or 1.2.x) versions 1.4.x and above ARE NOT SUPPORTED for now on.

@russic - I see in your source code that you're mixing jQuery 1.3.x and 1.4.x and probably this is the cause of your problems.

Best way to sort it out is to:

1. Check source code of your website and copy links to all of the scripts attached.
2. Go to page.tpl.php (or any other tpl responsible for rendering your website) and comment: // print $scripts so there are no scripts attached any more. (It's good to check if there are no other scripts attached by inspecting source code after this step.)
3. Paste to tpl file previously copied links to scripts - one at a time - and check if gallery started working properly.

Gallery should work with only those below:
src="/drupal6/misc/jquery.js?k
src="/drupal6/misc/drupal.js?k
src="/drupal6/sites/all/modules/galleryformatter/theme/infiniteCarousel.js?k
src="/drupal6/sites/all/modules/galleryformatter/theme/galleryformatter.js?k

Sorry for misleading anyone, it's not a matter of jQuery version - Gallery Formatter works with ANY version of jQuery library.

Lack of green arrows is caused by missing infiniteCarousel(); line 27 galleryformatter.js - but this happens ONLY if there is jquery.js attached AFTER infiniteCarousel.js and galleryformatter.js . If jquery.js is attached before those two scripts - everything works fine!

Good luck! :)

Bricks and Clicks Marketing’s picture

I'm experiencing this and have both infinitecarousel.js & galleryformatter.js attached *after* jquery.js.

kscheirer’s picture

Assigned: russic » Unassigned
Status: Active » Closed (duplicate)

I think the solution is posted here #1992304: infiniteCarousel.js gets loaded before jQuery in some themes, if that's not right please reopen this issue.