Display issue

Phoca Gallery - image gallery extension
Scotty87
Phoca Member
Phoca Member
Posts: 24
Joined: 24 Oct 2008, 07:39

Display issue

Post by Scotty87 »

Hey There,

First I'd like to say that I'm really impress by phoca Gallery, it's really nice!

I'm a first time user of it and I've been able to find my way around getting it setup but I haven't been able to locate where I can change the Rating, Upload and creating category area colors - I've applied the themed that seems to take effect on the actually gallery part but the other stuff doesn't seem like it changed.

If you go here - you'll see the rating section is off.
http://www.zerotolerancegaming.com/ztg/ ... s&Itemid=9

I'm looking to where I can modify these? I've attemped looknig through all the modul - menu item configs including the global config and nothing I change seems to effect it.

Please help me out :)

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

Re: Display issue

Post by Jan »

If you find Phoca extensions useful, please support the project
Scotty87
Phoca Member
Phoca Member
Posts: 24
Joined: 24 Oct 2008, 07:39

Re: Display issue

Post by Scotty87 »

Hi Jan,

Thanks for replying to this.

Even though the links you provided we're very detailed on customizing it does not cover the area I"m having the problem with - From what I could see I think the only place I could customize that area is in the files themselves.

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

Re: Display issue

Post by Jan »

if there is no parameters for styling some part of gallery, it is styled by css, see:

components\com_phocagallery\assets\phocagallery.css

pane:

Code: Select all

/* tabs */
form {
  margin: 0;
  padding: 0;
}


dl.tabs {
	float: left;
	margin: 10px 0 -1px 0;
	z-index: 50;
	
}

dl.tabs dt {
	float: left;
	padding: 4px 10px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	margin-left: 3px;
	background: #f0f0f0;
	color: #666;
	
}

dl.tabs dt.open {
	background: #ffffff;
	border-bottom: 1px solid #ffffff;
	z-index: 100;
	color: #000;
	
}

div.current {
	clear: both;
	border: 1px solid #ccc;
	padding: 10px 10px;
	background: #ffffff;
	
}

div.current dd {
	padding: 0;
	margin: 0;
}
If you find Phoca extensions useful, please support the project
Scotty87
Phoca Member
Phoca Member
Posts: 24
Joined: 24 Oct 2008, 07:39

Re: Display issue

Post by Scotty87 »

Thank you!! That's exactly what I need!!


Thanks again for an amazing gallery :)
User avatar
Jan
Phoca Hero
Phoca Hero
Posts: 49279
Joined: 10 Nov 2007, 18:23
Location: Czech Republic
Contact:

Re: Display issue

Post by Jan »

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