The Plugin show not the correct rating number.
-
Hi,
in the backend under the item “ratings items”, the number I see 4.2.
But in the frontend it shows only 4.0 .
How can I change this?
I use the template gdrts–stars-rating–single–light.php, and i have changed the following.//alh begin: if (gdrtsm_stars_rating()->loop()->has_votes()) { $_text_args = array( 'show_votes' => true, 'tpl_rating' => '%1$s / %2$s', 'tpl_votes' => array('singular' => '(%s Bewertung)', 'plural' => '(%s Bewertungen)') ); gdrtsm_stars_rating()->loop()->render()->text($_text_args); //alh end
Thanks
Viewing 12 replies - 1 through 12 (of 12 total)
Viewing 12 replies - 1 through 12 (of 12 total)
- The topic ‘The Plugin show not the correct rating number.’ is closed to new replies.