Keyword

Rating Stars won't Show Category View

  • Pedro Arruda
  • Pedro Arruda's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 7 months ago #124708 by Pedro Arruda
Rating Stars won't Show Category View was created by Pedro Arruda
In Category View, the Item Rating won't show the Stars, but everything works fine in Item View.

Thank you for any suggestion,

Regards,

Pedro
Attachments:

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

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 7 months ago #124709 by Yiota
Replied by Yiota on topic Re: Rating Stars won't Show Category View
By default K2 doesn't have rating in the category view, only in the item view.
Have you made this modification by yourself?

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

  • Pedro Arruda
  • Pedro Arruda's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 7 months ago #124710 by Pedro Arruda
Replied by Pedro Arruda on topic Re: Rating Stars won't Show Category View
Hi Yiota, thank for your reply,
We have the option to show/hide the Item Rating in Item View Options in Category Listing (Category Settings).
If you see the screen shoots that I attach in the original post, it appears. I think the problem is that the 'stars' won't show, all the fields are there.

Regards,

Pedro

Yiota Ziaggou wrote: By default K2 doesn't have rating in the category view, only in the item view.
Have you made this modification by yourself?

Attachments:

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

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 7 months ago #124711 by Yiota
Replied by Yiota on topic Re: Rating Stars won't Show Category View
I'm really sorry about that. I had in fact something else on my mind and not rating you were actually saying...

Have you checked the image path through your browser's inspection tool?
A link would be also helpful in order to check it out.

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

  • Pedro Arruda
  • Pedro Arruda's Avatar Topic Author
  • Offline
  • Junior Member
More
10 years 7 months ago - 10 years 7 months ago #124712 by Pedro Arruda
Replied by Pedro Arruda on topic Re: Rating Stars won't Show Category View
Hi all,
I'm working with custom css, and the problem is the url of the 'star' images.
I solve that with add to my custom css, the correct patch to the K2 folder in my template, just adding this to my css:

.itemRatingList .itemCurrentRating {
background-image: url("../images/k2/k2-transparent-star.png");
background-position: 0 center;
margin: 0;
padding: 0;
z-index: 1;
}

.itemRatingList a:hover {
background-image: url("../images/k2/k2-transparent-star.png");
background-position: left bottom;
}

Regards and thanks for help,

Pedro

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

  • Yiota
  • Yiota's Avatar
  • Visitor
10 years 7 months ago #124713 by Yiota
Replied by Yiota on topic Re: Rating Stars won't Show Category View
You are welcome.
I'm glad you sorted it out.

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


Powered by Kunena Forum