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
Display names of images under one specific category
-
vtjoanne
- Phoca Member

- Posts: 22
- Joined: 28 Jul 2012, 22:58
- Benno
- Phoca Hero

- Posts: 9965
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Display names of images under one specific category
hi,
sorry, this is not possible, because 'Display Name' is a global parameter.
Kind regards,
Benno
sorry, this is not possible, because 'Display Name' is a global parameter.
Kind regards,
Benno
-
vtjoanne
- Phoca Member

- Posts: 22
- Joined: 28 Jul 2012, 22:58
Re: Display names of images under one specific category
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?
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?
- Benno
- Phoca Hero

- Posts: 9965
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Display names of images under one specific category
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 ..
Kind regards,
Benno
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 ..
Kind regards,
Benno
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Display names of images under one specific category
Hi Joanne,
beside of above problem (Benno is helping you for a solution), an idea:
Your template.css:
beside of above problem (Benno is helping you for a solution), an idea:
Your template.css:
Kind regards, Christine.pg-cvcsv, div.pg-cvsv-name {
display:inline-flex;
}
-
vtjoanne
- Phoca Member

- Posts: 22
- Joined: 28 Jul 2012, 22:58
Re: Display names of images under one specific category
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
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
-
vtjoanne
- Phoca Member

- Posts: 22
- Joined: 28 Jul 2012, 22:58
Re: Display names of images under one specific category
/*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.
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.
-
christine
- Phoca Hero

- Posts: 2938
- Joined: 28 Nov 2010, 17:20
Re: Display names of images under one specific category
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:
Kind regards, Christine
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:
above Code has effect, but getting scrollbar on the right side. Just try this to store somewhere.img.shrinkToFit {
padding-top:20px;
}
Kind regards, Christine