Hey there!

I've hunted through the docs and the open/closed issue list for this one. The answer is probably obvious. Maybe I haven't had enough coffee yet.

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

No matter how I set things up, I get a normal (read: hideously ugly) scroll bar on the bottom of the thumbnail div instead of the green arrows. I had thought that perhaps the .js files hadn't been loaded, but debugging in Firebug proves otherwise. The gallery itself has 8 images loaded, more then enough to force the arrows (or, as it is now, the scroll bar).

Do I need to introduce a something manually in my template files to get that functionality in place? There wasn't anything blatantly obvious in the docs stating that needed to happen.

Thanks! It's a brilliant module.
- Erik

Comments

Manuel Garcia’s picture

Category: bug » support

Apparently something is preventing the module's js from being executed properly. I guess you should see an error showing up in the firebug js console.

Check that perhaps. I've just tested the latest dev w/ lightbox2 for the full image, and it's working fine.

emathy’s picture

Yeah, it's kicking out of the setup functionality at $thumbs.infiniteCarousel();. That file is being loaded (the infiniteCarousel.js), but my attempts to put a watch in there aren't particularly successful. I hate debugging .js. PHP debugging? Sure. JS? Not so much! :D

Anyways. Are there any common gotchas I should look for in the infiniteCarousel functionality? Can I just turn it off?

Manuel Garcia’s picture

Humm not realy any gotchas, usualy it works fine... is your site available to see?

There's no option to not load infinitCarousel sorry. Is clicking on the thumbnails loading the images through JS? (fading etc)

emathy’s picture

Sure, but it's a client Alpha site so...let me email you the link. Thanks!!

denspirit’s picture

I don't know if you solve you're problem but maybe this will help someone else :

I had the same problem and finally I figured that there was a conflict between the jquery version I used for my custom development (jquery-1.7.2) and the version used by the module (jquery-1.4.4).

You can search this way.

To solve my problem I disabled my version of jquery for the needed pages.

SergioGustavo’s picture

Same issue.

With more than four pictures, I have horizontal scroll bar but no green arrows. Clicking on a thumbnail picture takes the scroll all the way down.

Any idea? How can I disable the jquery version for specific pages?

Thanks!

youlikeit’s picture

For me it was a custom jquery script.
Deleted the script en the green buttons showed up again.
#1 dit the trick!

Guybrush Threepwood’s picture

Issue summary: View changes

So I also get the hideous bar and no green arrows. This is the error that I get when I go to my gallery page:

Uncaught TypeError: undefined is not a function galleryformatter.js?n6o3yc:35

I used the jQuery updater module and I set it to 1.9 and it didn't work. 1.5 didn't work either
I also get the problem with the infiniteCarousel

Thanks!