Hi,
I see you now about this issue since a couple of years but as far as I know you have not fixed it. I just wanted to know if you plan to make it possible to order by average rating in a WP_Query() ?
Thank you
]]>I was wondering if you’ve noticed any issues with the plugin working in the latest version of WordPress (4.5.2)? I’ve installed the plugin (and uninstalled per your instructions, and then re-installed), but for whatever reason, I cannot get the Star Rating option to appear in the Field Type selection. Are there any known compatibility issues with any other plugins?
Thanks in advance for any help.
Hey,
I used your plugin on my website, it works great, but there’s one thing I NEED to do, but don’t know how:
I’ve added a custom column with my votes in the custom post admin list. I made it sortable. I’m using a single-star rating (just for upvotes on the posts) but the column outputs 2 values: i.e. ‘1, 15’. I understand that the first one is the star rating, and the second one’s the count… but this screw’s up my sorting, also doesn’t look very nice for the client.
Any help would be great, thanks!
]]>Possible to round the ratings to the nearest tenth? For example I’m showing an average of 3.4285714285714 / 5 (7 votes), and it just looks messy. Would love to round that to 3.4 / 5 if possible.
]]>Plase add language POT file. Thank you!
]]>I have purchased ACF Pro 5.3.2.1 and downloaded this plugin but the option Star rating doesnt show up under jQuery how to fix it?
]]>Hi, how do I allow the subscriber to alter the their initial vote?
Not like revote. I don’t want the user to vote multiple time but I will like the user to change their vote as many as they want.
I tried to use acf update_field but I am not sure how to complement them.
update_field('field_559c9a79bed35', the_field( 'field_559c9a79bed35', get_the_ID() ) , get_the_ID());
Any advice?
Thanks.
]]>Hello, thank`s for great plugin!
What the parameters i need for organization sorting by rating
if ($_POST['select'] == 'rating') { $order = "&order=DESC&orderby=....."; }
Hi,
Great plugin but I am trying to get it to work with Tablepress. Here is a site for you to see my issue:
https://www.sustainingeducation.com/?p=138
It allows me to vote for 1, yet locks the other ones. Tablepress says it is an issue with the Star Rating Field.
Any help???
Thanks!
Tony
]]>Hello everyone,
I was wondering if it’s possible to add languages to ACF Rating plugins.
Is it possible ? Using .po files is enough ?
Thank you !
]]>Hello, great plugin thank you!
in order to follow the european privacy policy, I should write on the policy page of my website which cookies are going to be installed on the user computer. Is there a place where I can find this information? Thank you
In my code I moved jQuery declaration to footer.
In this situation, your plugin uses the jQuery before his declaration
Could you change this?
https://github.com/roots/soil/issues/33
My problem was resolved by this tips:
https://writing.colin-gourlay.com/safely-using-ready-before-including-jquery/
Hello,
I use your very helpful plugin in custom post types which are currently imported from external feeds and inserted via wp_insert_post().
The problem ist, that star rating doesn’t appear until I once visited the posts edit page and resaved the post. Is there any way to activate it without visiting every single posts edit form?
I already tried to update the post automatically with wp_update_post()
and I also tried to set a value via update_post_meta() – no success yet.
Can you give me a hint, how initialization works and how activation could be performed as update-query?
Thank you very much,
Melanie
Hi Lienann,
in the description you say ACF: Star Rating Field is compatible with ACF 4. Is it only v.4 or is it compatible from that one to the current ACF 5.x.x versions?
Thanks.
]]>Hi,
I’ve install this plugin on my WordPress site but I can’t see any options to create rating field on from dashboard. No new menu appear on my dashboard.
Can you please help me?
Thanks in advance,
Robin
Awesome plugin so far, but it is throwing an annoying error.
Warning: Cannot modify header information – headers already sent by (output started at /*******/******/public_html/wp-admin/includes/template.php:1877) in /******/*******/public_html/wp-content/plugins/acf-starrating/acf-starrating.php on line 144
I can’t figure out what is causing it.
]]>Love your plugin so far! -Quick question though, if I wanted to sort a page using WP_Query using the average (‘avrg’) star rating, how would I do so?
]]>