Not seeing Captions in Gallera Add-On?

Permalink
Hi all -

I'm working on my first C5 site - which has been great so far - and I'm attempting to use the Galleria Add-On to display project details for my client. It looks ok so far, but the captions aren't showing up and I can't figure out why.

I can see in the source code that there are calls and parameters for the captions, and in the original demo they are present, but I've got nothing.

The page I'm working on is here:
http://rcp.public01.com/c5/portfolio/surfside/...

The working demo is here:
http://concreteplay.asmiller.com/index.php/galleria_demo/#/...

Thanks!

Ricky

rickychapman
 
jordanlev replied on at Permalink Reply
jordanlev
Where are you setting the caption? I don't know how this addon works exactly, but it's possible that it's pulling the caption from somewhere non-obvious, like maybe the file's "description" or "title" attribute?
rickychapman replied on at Permalink Best Answer Reply
rickychapman
Found the answer!

The way the gallery references the captions is through the "description" in the photo preferences, but for some reason the the gallery can't retrieve them unless you add the images one by one and add the the descriptions as you add each photo. I used a set of images I had already uploaded to populate the gallery, and for some reason that method prevents the descriptions from getting through.

Someone else had the same problem and altered a line of code in the block so as to correct that problem!

It was posted on the developer's blog here:
http://asmiller.com/b/concrete5/galleria/comment-page-1/#comment-85...

I hope this helps if anyone else has the same problem!