Problem with Rating (voting) in K2

Rate this topic: Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.Evaluations: 1, 1.00 on the average.1.00 out of 6 based on 1 vote(s)
GK User
Sun Dec 16, 2012 5:35 pm
Reply with quote
Report this post
Hello,

In K2 : Item view options in category listings,

When I select : Rating (voting) = show

This is what we see : (surrounded by red)

Image

and the yellow stars do not become too

If anyone knows how to fix this problem

Thank you very much

Mk
User avatar
Junior Boarder

Konrad M
Sun Dec 16, 2012 9:52 pm
Reply with quote
Report this post
Hi,
can you give us url to your site? It will be much easier to help you.
User avatar

GK User
Mon Dec 17, 2012 9:20 am
Reply with quote
Report this post
Hi Konrad,

Thank you for your interest,

my website : http://www.feteducourt.fr/index.php/21-films

Mk
User avatar
Junior Boarder

Konrad M
Mon Dec 17, 2012 9:25 am
Reply with quote
Report this post
Please add to override.css
Code: Select all
article header li.itemCurrentRating::after {
content: "";
}

and remember to enable override.css option in template settings.
User avatar

GK User
Mon Dec 17, 2012 10:00 am
Reply with quote
Report this post
Konrad,

I do not see any change...
I tried with several browsers
I have enabled the option in template settings, and add the code in override.css

Thanks

Mk
User avatar
Junior Boarder

Konrad M
Mon Dec 17, 2012 10:06 am
Reply with quote
Report this post
Please change my erlier code to this one:
Code: Select all
article header li.itemCurrentRating::after,
article header li.itemCurrentRating li::after{
content: "";
}
User avatar

GK User
Mon Dec 17, 2012 10:44 am
Reply with quote
Report this post
Konrad,

I do not see any change

Thanks

Mk
User avatar
Junior Boarder

Konrad M
Mon Dec 17, 2012 10:50 am
Reply with quote
Report this post
Try this:
Code: Select all
article header li.itemRatingBlock::after,
article header li.itemRatingBlock li::after{
content: "";
}
User avatar

GK User
Mon Dec 17, 2012 11:15 am
Reply with quote
Report this post
Thanks Konrad, it works perfectly !
except with Internet Explorer, but never mind...

But It's possible ? that the stars are yellow like that "Item view options" in K2 : [url]http://www.feteducourt.fr/index.php/21-films/item/18-les-tontons-flingués[/url]

gray = 0 votes
yellow = 1 votes

Thank you very much

Mk
User avatar
Junior Boarder

Konrad M
Wed Dec 19, 2012 9:17 am
Reply with quote
Report this post
Can you explain little more ? Becasue I'm not sure I understand you correctly.
User avatar

GK User
Fri Feb 01, 2013 2:41 pm
Reply with quote
Report this post
Hi,

Excuse me for my late reply,
but as the festival is over, it does not press

I try to explain to you better...

On this page : http://www.feteducourt.fr/index.php/21-films

Stars are grey and i wish that stars are yellow with one click

like for example in this page : [url]http://www.feteducourt.fr/index.php/21-films/item/18-les-tontons-flingués[/url]

Thank you very much for your help

Mk
User avatar
Junior Boarder


cron