dwheeler

Topic: captions with line breaks?

Hi everyone,

I want to set the captions in "art label" form like this:

Title
Medium
Size

I can't figure out how to separate it into these three tiers?  Is it possible?

Thanks for any help,
Dan

SpicyNumberOne

Re: captions with line breaks?

Did you ever find out how to do this? I have the same question. I've been searching everywhere and the answers I get never quite do it.

dwheeler

Re: captions with line breaks?

I did.  I found it under FAQ I think?  It was "adding html to your captions" or something.
I had to change a line of code in the jquery.galleria (around line 310...) to be this:
    _wrapper.siblings('.caption').html(unescape(_thumb.attr('title')));

Then for the gallery pages it would look like this for titles:
       title="<b>Artwork Name</b><br> Oil on Canvas <br> 8.5 x 11 inches"></li>

So I had a bold name, next line medium, next line dimensions.

skrupsky

Re: captions with line breaks?

this works...but it doesn't seem to validate in the HTML...tags aren't allowed in attributes?
is there anything you can do to get around this?