Page 1 of 1

Display names of images under one specific category

Posted: 17 Mar 2016, 01:03
by vtjoanne
How do I display the image names only under one specific category? I have multiple categories, however, only want images in one category to show the image names.

Thanks,
Joanne

Re: Display names of images under one specific category

Posted: 17 Mar 2016, 01:18
by Benno
hi,
sorry, this is not possible, because 'Display Name' is a global parameter. :(

Kind regards,
Benno

Re: Display names of images under one specific category

Posted: 17 Mar 2016, 02:08
by vtjoanne
Thanks for your reply.
I can set the description to show instead for that one category, however, the description text floats outside of the box. Any way that I can adjust the positioning of the description text?

Re: Display names of images under one specific category

Posted: 17 Mar 2016, 11:21
by Benno
Hi,
you can enlarge the hight of the boxes, so the description fits, but this is also an global parameter.
The better way for you is, to show the description in Detail View, I think .. :idea:

Kind regards,
Benno

Re: Display names of images under one specific category

Posted: 17 Mar 2016, 13:28
by christine
Hi Joanne,

beside of above problem (Benno is helping you for a solution), an idea:

Your template.css:
.pg-cvcsv, div.pg-cvsv-name {
display:inline-flex;
}
Kind regards, Christine

Re: Display names of images under one specific category

Posted: 23 Mar 2016, 04:40
by vtjoanne
Thanks for your assistance - will try this method and i'll let you know.

Can you tell me how I can hide the image name on the pop up (shadowbox) and also adjust the top padding so that top of pic is not hidden behind menu.
Thanks

Re: Display names of images under one specific category

Posted: 23 Mar 2016, 04:49
by vtjoanne
/*phoca pop up image padding*/
div.boxplus-dialog {top:40px!important;}

This was what I was using for the box plus, however, I need to display the shadowbox in the same way.

Re: Display names of images under one specific category

Posted: 23 Mar 2016, 12:20
by christine
Hi Joanne,

The problem is, I can't get any codes for the pop up image "stored" in CSS, because during displaying the image, this will be removed.
E.g. under your template.css.
So, I found temporary this one: ImageDocument.css:
img.shrinkToFit {
padding-top:20px;
}
above Code has effect, but getting scrollbar on the right side. Just try this to store somewhere.

Kind regards, Christine