Page 1 of 1

Height of category box

Posted: 25 Feb 2017, 13:12
by raimiuxas
Hi where i can change category box height? I see with firebug:
element {
height: 198px;
width: 178px;
margin: 5px;
padding: 5px;}

Problem is with longest title (eg 40 length). Second line of title is outside of category box.

Re: Height of category box

Posted: 25 Feb 2017, 13:26
by Benno
Hi,
backend --> Components --> Phoca Gallery --> Control Panel --> Options --> Category View --> Category View Settings --> Image Box Space=(Enlarge Image Box Height(in px))

Kind regards,
Benno

Re: Height of category box

Posted: 04 Mar 2017, 09:50
by raimiuxas
Specify: Joomla 3.x, Phoca gallery plugin. Category: video. Plugin code: {phocagallery view=category|detail=0|displayname=1|categoryid=3|}
After your recommendation, nothing - space after image same.

Re: Height of category box

Posted: 05 Mar 2017, 01:52
by Jan
Hi, the plugin gets both options:

1) if you set it in component options

2) or directly in plugin parameters

Try to set boxspace=1 in your plugin code.

Jan

Re: Height of category box

Posted: 05 Mar 2017, 08:36
by raimiuxas
Nothing. Maybe i could sent to you my website url with login?

Re: Height of category box

Posted: 09 Mar 2017, 13:31
by Jan
Let me know the code you have added and which version of component and plugin do you run?

Jan

Re: Height of category box

Posted: 10 Mar 2017, 20:56
by raimiuxas
Joomla 3.6.5,
Phoca Gallery Plugin 4.3.1
Phoca Gallery 4.3.4
plugin code:
{phocagallery view=category|detail=0|displayname=1|boxspace=1|categoryid=3|}

Re: Height of category box

Posted: 12 Mar 2017, 18:28
by Jan
Hi,

first download and install the latest version of plugin (4.3.4 - I have updated it today):
https://www.phoca.cz/download/category/1 ... ery-plugin

second add the boxspace in px, e.g. boxspace=30 (means 30px).

And let me know if it works for you.

Jan

Re: Height of category box

Posted: 14 Mar 2017, 18:09
by raimiuxas
Parameter boxspace=30 is working. Thanks

Re: Height of category box

Posted: 16 Mar 2017, 16:10
by Jan
Ok, great to hear it.

Jan