No stars appearing
-
When using
show_rating="stars"
, nothing is outputted on frontend.First, I thought it was because I had disabled all styling, and removed the CSS file, but I noticed there was nothing in the markup to generate stars, but noticed that a class
stars_rating
is showing, so I guess it’s trying to enable stars.I re-enabled CSS, and chose the default theme, but no change has been made, there’s still basic styling and no stars to show rating.
Does the shortcode attributes work properly? This is my complete call as it looks:
<?php echo do_shortcode('[testimonials show_title="1" use_excerpt="1" show_rating="stars" order="DESC" orderby="date"]'); ?>
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘No stars appearing’ is closed to new replies.