Title: Not Working
Last modified: September 3, 2016

---

# Not Working

 *  [Mickaël Gris](https://wordpress.org/support/users/mgris/)
 * (@mgris)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-1010/)
 * This extension does not work. I can’t rate a post. Just display number after 
   reading documentation.

Viewing 10 replies - 1 through 10 (of 10 total)

 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917487)
 * 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 ?
 *  Thread Starter [Mickaël Gris](https://wordpress.org/support/users/mgris/)
 * (@mgris)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917493)
 * 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
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917494)
 * 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.
 *  Thread Starter [Mickaël Gris](https://wordpress.org/support/users/mgris/)
 * (@mgris)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917495)
 * OK, I change FIELD_NAME to FIELD_KEY. Same problem.
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917499)
 * Do you have a time to investigate the problem? Can we discuss the problem via
   skype, e-mail or other way?
 *  Thread Starter [Mickaël Gris](https://wordpress.org/support/users/mgris/)
 * (@mgris)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917500)
 * 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.
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917501)
 * 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](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](https://wordpress.org/support/topic/not-working-1010/lienann@yandex.ru?output_format=md)
 *  Thread Starter [Mickaël Gris](https://wordpress.org/support/users/mgris/)
 * (@mgris)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917503)
 * 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.
 *  Plugin Author [lienann](https://wordpress.org/support/users/lienann/)
 * (@lienann)
 * [11 years, 4 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917505)
 * Thanks, you too!
 *  [murugan5023](https://wordpress.org/support/users/murugan5023/)
 * (@murugan5023)
 * [10 years, 6 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917519)
 * 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,

Viewing 10 replies - 1 through 10 (of 10 total)

The topic ‘Not Working’ is closed to new replies.

 * ![](https://s.w.org/plugins/geopattern-icon/acf-starrating.svg)
 * [ACF: Star Rating Field](https://wordpress.org/plugins/acf-starrating/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/acf-starrating/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/acf-starrating/)
 * [Active Topics](https://wordpress.org/support/plugin/acf-starrating/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/acf-starrating/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/acf-starrating/reviews/)

 * 10 replies
 * 3 participants
 * Last reply from: [murugan5023](https://wordpress.org/support/users/murugan5023/)
 * Last activity: [10 years, 6 months ago](https://wordpress.org/support/topic/not-working-1010/#post-7917519)