Phoca Gallery Plugin

Phoca Gallery - image gallery extension
jxm
Phoca Member
Phoca Member
Posts: 10
Joined: 16 Feb 2013, 16:42

Phoca Gallery Plugin

Post by jxm »

Hey guys,

need some urgent help.

So, we are using Joomla 3.0 with custom made template. We recently decided to integrate Phoca Gallery plugin into articles with PG Plugin with PG Button. Now, here's the problem. Everything works except the thumbnails in the article are not displayed as we would like them and usually I'd go and Inspect the element with Chrome and check what elements I have to adjust in certain css files. In this particular case I only get info about attributes, that are coded inside page's html, but can't get any info where to find css files or settings to change. Sort of drives me crazy because I've been googling for hours a couldn't find any solution to it.

Here's the link to the website:
http://okfuzinar.si/index.php/novice/28 ... -fuzinarja

Thanks!
jxm
Phoca Member
Phoca Member
Posts: 10
Joined: 16 Feb 2013, 16:42

Re: Phoca Gallery Plugin

Post by jxm »

Forgot to write down - I'm looking for an option to change the defaults. I know you can change the style when using the PC Button, but it's very inconvenient since I'm the only person working on this website who knows CSS and this sort of stuff but it's not me who's putting articles on the website or uploading photos etc.
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery Plugin

Post by Jan »

Hi, then you need to customize the php code:

plugins/phocagallery/ ...

or the Phoca Gallery component css - see CSS which is loaded by Phoca Gallery - you can do it in administration of Phoca Gallery.

Jan
If you find Phoca extensions useful, please support the project
jxm
Phoca Member
Phoca Member
Posts: 10
Joined: 16 Feb 2013, 16:42

Re: Phoca Gallery Plugin

Post by jxm »

Thanks for your reply,

so, I tried locating the code in PHP. If I'm not mistaken, this is the code applying to the border of thumbnails.

Code: Select all

$border_color= $paramsC->get( 'border_color', '#e8e8e8');
$border_color_hover 	= $paramsC->get( 'border_color_hover', '#b36b00');
I want to change the width of the border to 0, how do I do that?

Thanks
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery Plugin

Post by Jan »

Hi, set the color as "transparent" ... For Phoca Gallery, this can be set in Options (border color: transparent)

Jan
If you find Phoca extensions useful, please support the project
jxm
Phoca Member
Phoca Member
Posts: 10
Joined: 16 Feb 2013, 16:42

Re: Phoca Gallery Plugin

Post by jxm »

Hm, so I set the code like this:

Code: Select all

$border_color= $paramsC->get( 'border_color', 'transparent');
$border_color_hover    = $paramsC->get( 'border_color_hover', 'transparent');
Is this how it should be? If it is, it's unfortunately not working.

Now I decided to use Mosaic option and works fine for me. This is how it looks like now :)
http://okfuzinar.si/index.php/novice/28 ... -fuzinarja
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49149
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Phoca Gallery Plugin

Post by Jan »

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