Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter wpking99

    (@wpking99)

    I think I got a workaround for those facing the same problem:

    Open functions.php of Plugin and find this coding…
    function wp_review_register_default_rating_types() {

    wp_review_register_rating_type( ‘point’, array(
    ‘label’ => __(‘Point’, ‘wp-review’),
    ‘max’ => 10,
    ‘decimals’ => 0,
    ‘value_text’ => __(‘%s/10’, ‘wp-review’),
    ‘value_text_singular’ => __(‘%s/10’, ‘wp-review’),
    ‘input_template’ => WP_REVIEW_DIR . ‘rating-types/point-input.php’,
    ‘output_template’ => WP_REVIEW_DIR . ‘rating-types/point-output.php’,
    ) );

    Change ‘decimals’ => 0 to 1.

    Plugin Author MyThemeShop

    (@mythemeshop)

    Hello,

    This issue has been fixed in version 4.0.3.

    Thank you for bringing it to our attention.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Point Review broken since Update’ is closed to new replies.