Page 1 of 2
Duplication of images of stars of ratings...
Posted: 09 Mar 2010, 13:21
by vovchick
Hello!
At me two questions:
1. How to correct duplication of stars in ratings
2 How to change style of a window of a rating and comments
Also it is impossible to attach a file to this message. How it to make?
Thanks.
Re: Duplication of images of stars of ratings...
Posted: 09 Mar 2010, 19:38
by Jan
Hi, yes the screenshot is needed, please paste the screenshot via e.g. imageshack.
2. You can set detail window in parameters:
https://www.phoca.cz/documents/2-phoca-g ... -menu-item
Jan
Re: Duplication of images of stars of ratings...
Posted: 09 Mar 2010, 20:28
by vovchick
Jan wrote:Hi, yes the screenshot is needed, please paste the screenshot via e.g. imageshack.
How it to make?
Re: Duplication of images of stars of ratings...
Posted: 09 Mar 2010, 20:59
by vovchick
Re: Duplication of images of stars of ratings...
Posted: 09 Mar 2010, 21:14
by siddan
Hi
There is a conflict with your "Photodark" template.css file.
You have a padding-left of 13px in row 1079. This is what causes the extra sixth star.
Either you can remove the default padding or you can add this in your template to override it so there are no padding in phoca gallery rating
row 1079
.art-Post li {
line-height:1.2em;
padding:0 0 0 13px;
}
.current-rating { /* there was an extra 6th star in phoca thumb rating */
padding:0;
}
Re: Duplication of images of stars of ratings...
Posted: 09 Mar 2010, 21:34
by vovchick
Thanks, but, unfortunately do not help
Re: Duplication of images of stars of ratings...
Posted: 09 Mar 2010, 21:50
by siddan
Hey
ok! then maybe you have to put a higher value to it....
Add this before .star-rating-small and it should work
.star-rating-small .current-rating {
padding:0
}
Re: Duplication of images of stars of ratings...
Posted: 09 Mar 2010, 22:05
by vovchick
I have placed
.star-rating-small.current-rating {
padding:0
}
on 1077
in file templete.css of photodark templete-
Has not worked

Re: Duplication of images of stars of ratings...
Posted: 09 Mar 2010, 22:09
by siddan
Hi
Be sure that there must be an empty space between those two classes
.star-rating-small.current-rating(faulty)
.star-rating-small .current-rating(correct)
Re: Duplication of images of stars of ratings...
Posted: 09 Mar 2010, 22:19
by vovchick
Hi
I understand
In my file .star-rating-small .current-rating {
padding:0
}
Now I have copied from a file
Does not wish to work as it is necessary
