WPIntell

Source evidence

Not Working

ACF: Star Rating Field · review · 2015-01-06T14:57:00+00:00

praisesentiment
mediumseverity
0.68relevance
10replies
Evidence linked to opportunitycommercial context

Proof Health

Open evidence

Commercial opportunities need traceable source links before they are treated as build-worthy.

5 / 31 rows with source links

16.1% of this page's analysis has direct source links.

0 build-decision rows missing links

0 rows here require auditable proof before promotion.

26 rows with no attached evidence

0 rows have source counts but still need direct links.

Conversation

review · 4 stars
Mickaël Gris unresolved
This extension does not work. I can’t rate a post. Just display number after reading documentation. Hi, mgris Thank you for your feedback. 1) Can show the code used for Star “Rating Field” in your site template ? 2) Do you use http or https on your site ? Hi, 1) First I try: (on page.php with ACF field OK on Back Office) <?php $value = get_field('notation', $post->ID, FALSE); $avrg = ( ! empty($value['avrg']) ? $value['avrg'] : 0 ) ; $votes = ( ! empty($value['votes']) ? $value['votes'] : 0 ) ; echo "rating: $avrg; votes: $votes"; ?> Show: r”ating: 0; votes: 0″ OK. But I can’t rate. I try this (like any ACF Field): <?php the_field('notation', $post->ID); ?> But nothing show. All is hidden (i see a result in the source code). 2) HTTP, on localhost Can I ask you to change FIELD_NAME to FIELD_KEY, and test a results? Like this: <?php the_field('FIELD_KEY', $post->ID); ?> I would really like to understand a problem. OK, I change FIELD_NAME to FIELD_KEY. Same problem. Do you have a time to investigate the problem? Can we discuss the problem via skype, e-mail or other way? OK, it’s a jQuery conflict. When I stop using enqueue_script(JQUERY_LIBRARY) in functions.php on my theme, the problem is solved. <?php the_field('notation', $post->ID); ?> work great. I never had a problem with this Theme before. But that seems to be the problem. Thank you for help! In the plugin I’m using the standard WP jQuery library, activating it through wp_enqueue_script ( https://github.com/lienann/acf-starrating/blob/master/acf-starrating.php line 121). Am I right think, that you use non standart version of jQuery in the theme, due to which there is a library conflict? Could you write me theme name (if it available in the internet) or used jQuery library version? I would like to test my plugin compatibility more detail (other users may have same problem(( ). My e-mail: lienann@yandex.ru It’s OK, and it’s Work now. The theme is old and not use the standard WP jQuery library. So be careful if library is added manually. I changed my note on your plugin! Have a nice day. Thanks, you too! Hi i have used star rating plugin in my project. I need to vote via admin end. But plugin says admin end the star rating is in inactive. How to enable the voting action in admin end. This option is possible or not. Thanks,

Comments

10 shown
lienann 2015-01-06T15:20:00+00:00

Hi, mgris Thank you for your feedback. 1) Can show the code used for Star “Rating Field” in your site template ? 2) Do you use http or https on your site ?

Mickaël Gris 2015-01-07T09:02:00+00:00

Hi, 1) First I try: (on page.php with ACF field OK on Back Office) <?php $value = get_field('notation', $post->ID, FALSE); $avrg = ( ! empty($value['avrg']) ? $value['avrg'] : 0 ) ; $votes = ( ! empty($value['votes']) ? $value['votes'] : 0 ) ; echo "rating: $avrg; votes: $votes"; ?> Show: r”ating: 0; votes: 0″ OK. But I can’t rate. I try this (like any ACF Field): <?php the_field('notation', $post->ID); ?> But nothing show. All is hidden (i see a result in the source code). 2) HTTP, on localhost

lienann 2015-01-07T09:38:00+00:00

Can I ask you to change FIELD_NAME to FIELD_KEY, and test a results? Like this: <?php the_field('FIELD_KEY', $post->ID); ?> I would really like to understand a problem.

Mickaël Gris 2015-01-07T10:20:00+00:00

OK, I change FIELD_NAME to FIELD_KEY. Same problem.

lienann 2015-01-07T13:42:00+00:00

Do you have a time to investigate the problem? Can we discuss the problem via skype, e-mail or other way?

Mickaël Gris 2015-01-07T14:52:00+00:00

OK, it’s a jQuery conflict. When I stop using enqueue_script(JQUERY_LIBRARY) in functions.php on my theme, the problem is solved. <?php the_field('notation', $post->ID); ?> work great. I never had a problem with this Theme before. But that seems to be the problem.

lienann 2015-01-07T17:38:00+00:00

Thank you for help! In the plugin I’m using the standard WP jQuery library, activating it through wp_enqueue_script ( https://github.com/lienann/acf-starrating/blob/master/acf-starrating.php line 121). Am I right think, that you use non standart version of jQuery in the theme, due to which there is a library conflict? Could you write me theme name (if it available in the internet) or used jQuery library version? I would like to test my plugin compatibility more detail (other users may have same problem(( ). My e-mail: lienann@yandex.ru

Mickaël Gris 2015-01-08T10:27:00+00:00

It’s OK, and it’s Work now. The theme is old and not use the standard WP jQuery library. So be careful if library is added manually. I changed my note on your plugin! Have a nice day.

lienann 2015-01-08T12:44:00+00:00

Thanks, you too!

murugan5023 2015-11-04T14:25:00+00:00

Hi i have used star rating plugin in my project. I need to vote via admin end. But plugin says admin end the star rating is in inactive. How to enable the voting action in admin end. This option is possible or not. Thanks,