Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Maximilian Ruthe

    (@maximilian-ruthe)

    I see. Since the review average displays, then you did activate it for that post type – so here could be other causes for it not to show up:

    • Are you using <?php comment_form(); ?> to display your comment form?
    • If so, make sure do_action( 'comment_form_logged_in_after'); and
      do_action( 'comment_form_after_fields'); are present and not modified by other plugins or functions, by:
    • Deactivate Other Plugins to see if that fixes it.
    • Switch theme to make sure the Theme is not affecting it. E.g. In the Twenty-thirteen Theme by WP, they are present by default when using <?php comment_form(); ?> to display for comment form.

    On a side note: What version of WP are you using?
    The review field should display if no other plugin or function is affecting the comment form, so do try that and let me know?

    Thread Starter arraalb

    (@arraalb)

    Hello, thanks for writing i will do some test and let you know
    wp version 3.7.1, and no other plugins

    Hi!

    I checked it in my blog and it failed because I was logged in. I just checked without being logged in and rating was fine.
    Thanks!
    Francisco
    https://www.gestionconsult.es/blog/

    Plugin Author Maximilian Ruthe

    (@maximilian-ruthe)

    The logged-in/out submissions of comments with ratings should be resolved in 1.0.5.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Doesn't let to rate’ is closed to new replies.