Keyword

Strange... 5 and a bit stars!

More
12 years 3 months ago #67093 by Nigel
Strange... 5 and a bit stars! was created by Nigel
Hi,

I have a site being built but the "Star rating" system is wrong on it. There are almost six stars and when you hover over it the text is wrong too... (It says 4 stars out of 5, but fuills 4.5 stars).

The example is here, may be slow as no caching enabled at the moment:

http://www.rhuncovered.co.uk/style-leisure-and-living/item/1-backups


I guess it is something to do with CSS???!?!?! Any ideas?

Many thanks,

nigel


Please Log in or Create an account to join the conversation.

More
12 years 3 months ago #67094 by Curtis Henken
Replied by Curtis Henken on topic Re: Strange... 5 and a bit stars!
Hey Nigel,

I had the same issue, and seeing that you reported it and no one had an answer, I investigated using IE Developer Toolbar. I found the the padding was being overwritten by the template.

Changes: (edit joomlaroot/components/com_k2/css/k2.css)

Line 60: .itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0;background-position:left top;}

Change to include the "!important" override after "padding:0px"

Should look like this: .itemRatingList {position:relative;float:left;width:125px;height:25px;overflow:hidden;list-style:none;margin:0;padding:0 !important;background-position:left top;}

This cleared up the "extra" star and everything looks great now.


Cheers!

Curtis

Please Log in or Create an account to join the conversation.

  • Kannan Naidu Venugopal
  • Kannan Naidu Venugopal's Avatar
  • Offline
  • Platinum Member
  • Aham Brahmasmi
More
12 years 3 months ago #67095 by Kannan Naidu Venugopal
Replied by Kannan Naidu Venugopal on topic Re: Strange... 5 and a bit stars!
It would be easier to open up /templates/rt_clarion/css/thirdparty-k2.css file

and add this line
					
K2 Rocks \m/

Please Log in or Create an account to join the conversation.

More
12 years 2 months ago #67096 by Nigel
Replied by Nigel on topic Re: Strange... 5 and a bit stars!
Thank you guys, I tried Kannan's solution first as it was very quick and it worked a treat. Thanks to both of you though!

Please Log in or Create an account to join the conversation.


Powered by Kunena Forum