Height of category box

Phoca Gallery - image gallery extension
raimiuxas
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 25 Feb 2017, 12:53

Height of category box

Post 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.
Last edited by raimiuxas on 14 Mar 2017, 18:10, edited 1 time in total.

Tags:
User avatar
Benno
Phoca Hero
Phoca Hero
Posts: 9451
Joined: 04 Dec 2008, 11:58
Location: Germany
Contact:

Re: Height of category box

Post 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
raimiuxas
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 25 Feb 2017, 12:53

Re: Height of category box

Post 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.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Height of category box

Post 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
If you find Phoca extensions useful, please support the project
raimiuxas
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 25 Feb 2017, 12:53

Re: Height of category box

Post by raimiuxas »

Nothing. Maybe i could sent to you my website url with login?
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Height of category box

Post by Jan »

Let me know the code you have added and which version of component and plugin do you run?

Jan
If you find Phoca extensions useful, please support the project
raimiuxas
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 25 Feb 2017, 12:53

Re: Height of category box

Post 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|}
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Height of category box

Post 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
If you find Phoca extensions useful, please support the project
raimiuxas
Phoca Newbie
Phoca Newbie
Posts: 5
Joined: 25 Feb 2017, 12:53

Re: Height of category box

Post by raimiuxas »

Parameter boxspace=30 is working. Thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48403
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Height of category box

Post by Jan »

Ok, great to hear it.

Jan
If you find Phoca extensions useful, please support the project
Post Reply