Page 1 of 1

Display issue

Posted: 24 Oct 2008, 07:49
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

Re: Display issue

Posted: 24 Oct 2008, 16:04
by Jan

Re: Display issue

Posted: 24 Oct 2008, 20:44
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

Re: Display issue

Posted: 25 Oct 2008, 15:30
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;
}

Re: Display issue

Posted: 27 Oct 2008, 04:15
by Scotty87
Thank you!! That's exactly what I need!!


Thanks again for an amazing gallery :)

Re: Display issue

Posted: 27 Oct 2008, 17:07
by Jan
:wink: