0

I'm trying out Galleria, with the Classic theme.

With a single tweak (changing the classic theme to always show the captions, which does not affect this), my test code works, but the first image shown does not have a caption. Subsequent images do.

Demo : http://www.ski-review.com/ski_news/galleria/

Firebug reveals that the relevant div class (galleria-info-title) has display:none set on page load, but the subsequent divs for the following images do not.

I've played around with various options which either have no affect, or make it worse (no caption at all). It seems odd that an out of the box plugin and theme would have sucn an inconsistent behaviour.

Dan
  • 1,244
  • 16
  • 37

2 Answers2

0

I don’t know exactly what you "tweaked", but using _toggleInfo: false should do it:

http://jsfiddle.net/EEXdq/

David Hellsing
  • 106,495
  • 44
  • 176
  • 212
0

Turns out this is a likely bug in Galleria where the "2014" caption was interpreted as a non string. A non-numeric caption will work.

Dan
  • 1,244
  • 16
  • 37