Hi,
I have updated to Phoca Gallery 2.6.2 on my test server. For the gallery the overlib effect is enabled to show only the picture description. In 2.6.0 (and before) the description box had a grey line for the picture title and below it a white area for the picture description, with an very small border around it (approx. 1 pixel). Now, with 2.6.2, that border is much wider (what's not looking that good), and I can't change this anywhere in the parameters. I can only change the border color, e. g. to transparent - but then the background of the picture title in the overlib box is also set to that color what makes it nearly unreadable. Is there any way out?
Thanks and regards,
Ronny
PS: have also updated my main page so the effect is visible there also.
Overlib border in 2.6.2
-
Ronny
- Phoca Professional

- Posts: 211
- Joined: 03 Nov 2009, 20:31
- Location: Germany
- Contact:
-
Ronny
- Phoca Professional

- Posts: 211
- Joined: 03 Nov 2009, 20:31
- Location: Germany
- Contact:
Re: Overlib border in 2.6.2
Tested it again on a test machine with a new, clean installation - only Joomla 1.5.15 and Phoca Gallery 2.6.2, using default template rhuk_milkyway - the same thing's happening there.
regards,
Ronny
regards,
Ronny
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Overlib border in 2.6.2
Hi, yes the padding was added as there is a new feauture. You can change it in your CSS, see:
components\com_phocagallery\assets\phocagallery.css
at the bottom change FROM:
TO:
Jan
components\com_phocagallery\assets\phocagallery.css
at the bottom change FROM:
Code: Select all
.bgPhocaClass {
padding:10px;
/*border:1px solid #d2d2d2;*/
}Code: Select all
.bgPhocaClass {
padding:0px;
border:1px solid #d2d2d2;
}If you find Phoca extensions useful, please support the project
-
Ronny
- Phoca Professional

- Posts: 211
- Joined: 03 Nov 2009, 20:31
- Location: Germany
- Contact:
Re: Overlib border in 2.6.2
Great, thanks Jan, it's working!
Regards,
Ronny
Regards,
Ronny
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Overlib border in 2.6.2
Great to hear it. Jan
If you find Phoca extensions useful, please support the project