surveywp / kk-star-ratings

kk Star Ratings wordpress plugin
https://wordpress.org/plugins/kk-star-ratings
Other
118 stars 44 forks source link

Multiple Unique ratings on single page #41

Closed jcass1 closed 1 year ago

jcass1 commented 6 years ago

Hi,

I have several comparison tables on my site, used to compare products. I want to use the rating shortcode to allow users to submit votes on each product.

The problem is that if you vote on one product, it applies the same vote to all other products.

Is there a way to allow for multiple, unique votes on one singular page?

e.g. https://inplayempire.com/best-uk-bookmakers/top-uk-betting-sites/

Best Charlie

kamalkhan commented 6 years ago

By default, the star ratings is applied for the current post/page or custom post being viewed.

In your case, you want to distinguish star ratings in the same post/page without sticking it to the current post id. To do that, you have to manually use the shortcode and set the id of the custom post.

Example shortcode use case:

Product Foo [kkstarratings id="590"]
Product Bar [kkstarratings id="591"]
Product Baz [kkstarratings id="592"]
elieli88 commented 5 years ago

If you use id's where do you explain the id? In css? And how ?

github-actions[bot] commented 1 year ago

This issue is stale because it has been open for 30 days with no activity.

github-actions[bot] commented 1 year ago

This issue was closed because it has been inactive for 14 days since being marked as stale.