[ad_1]
Hi !
Don’t know why the stars are not working in my reviews.
I put this lines in my function.php for custom them. The .svg are in the right folder.
add_filter('site-reviews/config/inline-styles', function ($config) {
$config[':star-empty'] = 'http://aesthe.test.local/wp-content/themes/aesthe/assets/img/stars/star-empty.svg';
$config[':star-error'] = include('wp-content/themes/aesthe/assets/img/stars/star-half.svg');
$config[':star-full'] = 'http://aesthe.test.local/wp-content/themes/aesthe/assets/img/stars/star.svg';
$config[':star-half'] = 'http://aesthe.test.local/wp-content/themes/aesthe/assets/img/stars/star-half.svg';
return $config;
});But event if I don’t try to custom them they don’t appear.
Thanks
- This topic was modified 47 minutes ago by .
- This topic was modified 45 minutes ago by .
The page I need help with: [log in to see the link]
