Alter height for long filenames

Phoca Gallery - image gallery extension
Astrid
Phoca Enthusiast
Phoca Enthusiast
Posts: 50
Joined: 19 Dec 2007, 21:10
Location: Netherlands
Contact:

Question Ast

Post by Astrid »

Question Astrid:
I've fairly long category names and can't find the css to alter the height of the box. Tried changing .phocagallery-box-file, but that doesn't help.

Answer Jan:
Boxes and CSS - now (v1.5.5) you can change the box sizes in default settings or in parameters component if you have created a link... there are not more editable in CSS

Answer Astrid:
Sorry, can't find it. Take a look here: URL
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Answer Jan

Post by Jan »

Answer Jan
Aha the float boxes
There is not parameter for whole float boxes, but it is very easy to change it in HTML (PHP)

Open this file in your server:
components/com_phocagallery/views/category/tmpl/default.php

And change the value ( 18) in row: 60 to your own (e.g. 40)

from: $boxImageHeight = $boxImageHeight + 18;

to: $boxImageHeight = $boxImageHeight + 40;
If you find Phoca extensions useful, please support the project
Astrid
Phoca Enthusiast
Phoca Enthusiast
Posts: 50
Joined: 19 Dec 2007, 21:10
Location: Netherlands
Contact:

Thx! 25 did the tric

Post by Astrid »

Thx! 25 did the trick!
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 48402
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Great

Post by Jan »

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