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.
Height of category box
-
- Phoca Newbie
- Posts: 5
- Joined: 25 Feb 2017, 12:53
Height of category box
Last edited by raimiuxas on 14 Mar 2017, 18:10, edited 1 time in total.
Tags:
- Benno
- Phoca Hero
- Posts: 9451
- Joined: 04 Dec 2008, 11:58
- Location: Germany
- Contact:
Re: Height of category box
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
backend --> Components --> Phoca Gallery --> Control Panel --> Options --> Category View --> Category View Settings --> Image Box Space=(Enlarge Image Box Height(in px))
Kind regards,
Benno
-
- Phoca Newbie
- Posts: 5
- Joined: 25 Feb 2017, 12:53
Re: Height of category box
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.
After your recommendation, nothing - space after image same.
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Height of category box
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
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
-
- Phoca Newbie
- Posts: 5
- Joined: 25 Feb 2017, 12:53
Re: Height of category box
Nothing. Maybe i could sent to you my website url with login?
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Height of category box
Let me know the code you have added and which version of component and plugin do you run?
Jan
Jan
If you find Phoca extensions useful, please support the project
-
- Phoca Newbie
- Posts: 5
- Joined: 25 Feb 2017, 12:53
Re: Height of category box
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|}
Phoca Gallery Plugin 4.3.1
Phoca Gallery 4.3.4
plugin code:
{phocagallery view=category|detail=0|displayname=1|boxspace=1|categoryid=3|}
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Height of category box
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
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
-
- Phoca Newbie
- Posts: 5
- Joined: 25 Feb 2017, 12:53
Re: Height of category box
Parameter boxspace=30 is working. Thanks
- Jan
- Phoca Hero
- Posts: 48403
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Height of category box
Ok, great to hear it.
Jan
Jan
If you find Phoca extensions useful, please support the project