Hello,
i like the template, which is used in Highslide-(Image only) demo. Is there a possibility to download this template for the Gallery? Can I also use this template for the appearence of the Gallery Categories?
Thanks for answers.
Greetings Andreas
Template for Phoca Gallery
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Template for Phoca Gallery
Hi, do you mean theme or template?
If you find Phoca extensions useful, please support the project
-
Igrimm12
- Phoca Newbie

- Posts: 8
- Joined: 12 Feb 2008, 15:51
Re: Template for Phoca Gallery
Hello,
i mean theme, not template.
If I look in the source of the gallery frontend I see some css that overwrites partly the theme css. How can I change this css. In which file is it located ?
I think I have to change these parameters that it looks equal to the Highslide-(Image only) demo
This is my site where the gallery is located.
http://sbihr.net/usc/index.php?option=c ... &Itemid=61
[code]
#phocagallery .name {color: #000000 ;}
.phocagallery-box-file {background: #ffffff ; border:1px solid #ffffff;margin: 5px;padding: 5px;}
.phocagallery-box-file-first { background: url('/usc/components/com_phocagallery/assets/images/shadow2.gif') 0 0 no-repeat; }
.phocagallery-box-file:hover, .phocagallery-box-file.hover {border:1px solid #ffffff ; background: #f5f5f5 ;}
.bgPhocaClass{
background:#666666;
filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity:0.7;
z-index:1000;
}
.fgPhocaClass{
background:#f6f6f6;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
z-index:1000;
}
.fontPhocaClass{
color:#000000;
z-index:1001;
}
.capfontPhocaClass, .capfontclosePhocaClass{
color:#ffffff;
font-weight:bold;
z-index:1001;
}
[/code]
i mean theme, not template.
If I look in the source of the gallery frontend I see some css that overwrites partly the theme css. How can I change this css. In which file is it located ?
I think I have to change these parameters that it looks equal to the Highslide-(Image only) demo
This is my site where the gallery is located.
http://sbihr.net/usc/index.php?option=c ... &Itemid=61
[code]
#phocagallery .name {color: #000000 ;}
.phocagallery-box-file {background: #ffffff ; border:1px solid #ffffff;margin: 5px;padding: 5px;}
.phocagallery-box-file-first { background: url('/usc/components/com_phocagallery/assets/images/shadow2.gif') 0 0 no-repeat; }
.phocagallery-box-file:hover, .phocagallery-box-file.hover {border:1px solid #ffffff ; background: #f5f5f5 ;}
.bgPhocaClass{
background:#666666;
filter:alpha(opacity=70);
opacity: 0.7;
-moz-opacity:0.7;
z-index:1000;
}
.fgPhocaClass{
background:#f6f6f6;
filter:alpha(opacity=100);
opacity: 1;
-moz-opacity:1;
z-index:1000;
}
.fontPhocaClass{
color:#000000;
z-index:1001;
}
.capfontPhocaClass, .capfontclosePhocaClass{
color:#ffffff;
font-weight:bold;
z-index:1001;
}
[/code]
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Template for Phoca Gallery
You can do every changes in the parameters, background is an image which you can set too, see e.g.:
https://www.phoca.cz/documents/2-phoca-g ... w-resizing
Jan
https://www.phoca.cz/documents/2-phoca-g ... w-resizing
Jan
If you find Phoca extensions useful, please support the project
-
Igrimm12
- Phoca Newbie

- Posts: 8
- Joined: 12 Feb 2008, 15:51
Re: Template for Phoca Gallery
Thanks for help, but if I change the shadow size to shadow(200x200), there is no change in the front-end. It's still 100x100 and it is not the cache. Therefore I don't know how to change this. I use 2.2.0 beta, Joomla 1.5.9.
Greetings
Andreas
Edit: I forgot to change the parameters in the main menu. Now it works. Thanks.
Greetings
Andreas
Edit: I forgot to change the parameters in the main menu. Now it works. Thanks.
- Jan
- Phoca Hero

- Posts: 49297
- Joined: 10 Nov 2007, 18:23
- Location: Czech Republic
- Contact:
Re: Template for Phoca Gallery
Did you change it before thumbnails creating, did you change it global configuration (thumbnail creation) and in parameters component (view in frontend) ?
https://www.phoca.cz/documents/2-phoca-g ... w-resizing
Jan
https://www.phoca.cz/documents/2-phoca-g ... w-resizing
Jan
If you find Phoca extensions useful, please support the project