image title & caption displaying simultaneously

faridian / 2014-10-03 17:42:30   

Hey guys,

Can you give me some tips on how to display both image title and caption simoultaneously in visual index format? (or in general)

I've done some searching on the forum and didn't find any solutions (indexhibit.org/forum/thread/17741/ ...this didn't do the trick for me).

Thanks a million for your time :)

faridian / 2014-10-05 11:38:13   

does anyone know if adding this code would work?

.media_title { display: inline; }
.media_caption { display: inline; }

if yes, where should i paste it in the format.visual_index.php ?

Vaska A / 2014-10-05 13:43:43   

Can you give me some tips on how to display both image title and caption simoultaneously in visual index format?

You would have to customize the format directly - it only makes the title available when displaying thumbnails.

Or, you could make longer titles - I believe it will accept basic html, too.

faridian / 2014-10-05 14:55:46   

Thanks :)
I figured that out in the meantime and it works great. But i'll have to add some code for the paypal buttons later...so the titles will be huge. Think it would be a lot easier to manage with captions, but the code in the visualindex.php is way beyond my skills...if you've got some tips on what lines of code should i be looking for/modify please do share :)

This thread has been closed, thank you.