Forums » Customize

Thickbox titles in grid view

leonz
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?

snoep
GERMANY
2008-08-11 15:43:36
 

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!

leonz
UNITED STATES
2008-08-12 01:37:49
 

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

snoep
GERMANY
2008-08-12 08:11:35
 

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.

leonz
UNITED STATES
2008-08-12 21:29:14
 

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.

Vaska A
I WROTE THIS
2008-08-12 22:45:34
 

Show us the page.

leonz
UNITED STATES
2008-08-12 22:55:44
 

This is the page: http://www.labs.studiobugs.com/test2/index.php?/ongoing/pearl/

is there anything else you need?

Vaska A
I WROTE THIS
2008-08-12 23:12:25
 

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.

Showing 1 - 8 of 8 posts in Forum > Customize > Thickbox titles in grid view
 

You need to be logged in to post.