UNITED STATES
2008-08-10 22:50:00
In Thickbox, it seems the titles don't show up on the grid view page. Is there anyway to show the title for each thumbnail on that page?
In Thickbox, it seems the titles don't show up on the grid view page. Is there anyway to show the title for each thumbnail on that page?
Check the plugin-file (exhibit.thickbox.php) and find the line where the thumbnails are built:
--> foreach ($pages as $go) and so on ...
add something like this: $a .= "'$go[media_title]'";
... and play around with this. I haven´t tested it, but maybe this gives a hint where to start.
Good luck!
wow, that totally works. Thanks.
Following your instruction, I have the title displaying right after each thumbnail, is there a way to have the title show up directly below each thumbnail? like so: Example
i would try to wrap the a-tag in a div, and then align everything "center" via css. give me a sign, if you can´t work it out! don´t have a better idea at the moment.
I don't know css very well. I tried putting a center-align div tag around the a-tag, but it aligned the titles to the center of the page, instead of right below each thumbnail. Could you help me out? Thanks.
Show us the page.
This is the page: http://www.labs.studiobugs.com/test2/index.php?/ongoing/pearl/
is there anything else you need?
You need to work on the plugin more...the text alone being added like that isn't enough. You need a container for each image to hold image and text and if it can't be done with a span then you will need some heavy work with the css as well.
You need to be logged in to post.