UNITED STATES
2008-05-18 23:45:11
I've noticed that the caption for an image does not display in a thickbox gallery when you click on a thumbnail. How do I add this in?
I've noticed that the caption for an image does not display in a thickbox gallery when you click on a thumbnail. How do I add this in?
Yes it does.
No it doesn't.
For each image you have a Image Title and Image Caption. The title displays but the Caption does not display.
Show us?
Looking at the jquery.thickbox.js it seems you are defining the title as caption, but the
// get caption: either title or name attribute
var caption = this.title || this.name || "";
Looking at the jquery.thickbox.js it seems you are defining the image title as caption, but the image caption is left out.
// get caption: either title or name attribute
var caption = this.title || this.name || "";
http://julianpowers.net/index.php?/project/test/
All the pictures in the second column have "detail" as the caption. This doesn't show up.
Well I'll be a darned...I wonder how many people this one got by? ;)
Your site doesn't have an email address...I'll send you the fix.
But you need to agree to name your first 14 kids "Indexhibit" first. Good? OK!
And thanks for the debuggery...
Ok...you only need to name your first 12 kids "Indexhibit"...but I need to go to dinner. Here is the file...just replace the existing file in your /ndxz-studio/site/plugin/ folder and then do a hula dance.
Let me know if there are another other problems...
Thanks.
Hi, i'm trying to download the new Updated Thickbox Exhibition Plugin but the link is missing. If you can send it to me i appreciate it.
Thanks!
I download it. Maybe the problem was with my ISP. Thanks.
Powers- I notice that your captions are beneath the title, but mine or on the same line. Did either of you do anything special to the new exhibit.thickbox.php that made it do this?
I would like mine to be on 2 different lines, like yours. Thanks.
@giantrobot
just put a br tag before your caption title, thats all.
Of course! Sorry, I thought that you found a way to implement that in the .js or .php.
Any idea on how to it that way so that there is no need to enter it in each caption?
You need to be logged in to post.