Captions and titles in Documenta (as if a thickbox format)

martin_kohout / 2012-06-26 18:45:33   

Hello all,

(At first, many thanks and congratulations to the new cms!)

I'm helping a fiend with his page and would like to ask if there is some easy way to make Documenta hiding the image titles and captions in the thumbnails phase and show them only in the slideshow where the image is shown alone.

Something similar to the thickbox behaviour from previous version of the cms.

Beste

Vaska A / 2012-06-26 20:42:42   

Yes, this is a tough call. We could only display the title and then both the title and caption in overlay or permalinks.

I'm not sure...one of these difficult little decisions.

davix / 2012-06-26 21:02:08   

May I asked a similar question bevor in this thread
indexhibit.org/forum/thread/15585/

Let's do it...!

davix / 2012-06-26 21:19:30   

suggestion for the first part:
Documenta hiding the image titles and captions in the thumbnails phase.

div class="media_title" --> style="display:none;"
and
div class="media_caption" --> style="display:none;"

martin_kohout / 2012-06-27 13:19:14   

Sir, this works just right. Many Thanks!

aliwiper / 2012-07-11 16:56:53   

Hi davix, thanks for that - but where do you put that code? I assume you edit the format.documenta.php, but do you just add those lines somehwere, or edit code that is already there? Would love if you could help with a little detail - thanks!

davix / 2012-07-14 20:00:18   

Yes, format.documenta.php
I added the following two lines after line 237.
.media_title { display: none; }
.media_caption { display: none; }

Vaska A / 2012-07-14 20:01:35   

Thanks for the good info davix. ;)

aliwiper / 2012-07-17 11:12:40   

Thanks Davix, thats great. However, it still keeps the images in colums aligned to the left - see here: hellemardahl.com/newtest/paintings/ and what i would like is for the images to be aligned in rows like in the original thickbox e.g. alastairphilipwiper.com - anyone know a way to do that?
Thanks!

daniellopezperez / 2013-01-18 01:59:07   

I know this might be a lot of newies' problem, but I am new with code and canĀ“t manage to make this work. Would anybody mind telling me what I should write exactly, what to delete and where to start. I would truly appreciate it. Thanks in advance.

This thread has been closed, thank you.