The course evaluations stars are showing duplicated on Edge or IE browsers. Mobile, and other browsers are displaying them properly.
https://imgur.com/a/C5K3h
Hi,
There was the similar issue with the ratings which had some float value.
It was fixed in the latest update, please update your theme and plugins to the latest 3.2 version.
Thanks for your response Latiyan, I'm currently having an issue since my theme doesn't show me any available update for it. Can you please help me to get it working again?
Nevermind... removing my API key and putting it again fixed it.. Now I can see the theme updates again!!
I just updated the theme to 3.2 version, but I'm still getting the double starts at course ratings.
Is there any css code to add to fix this?
Hi,
I was trying to access your website but it's not opening.
Can you please check this and share the site url to check this issue.
Site is active now, you can login again.
Hi,
I am not sure what's causing this issue on your website.
Please try adding the below code in your wplms-customizer.php file present in your wplms customizer plugin.
add_action('wp_footer',function(){
if( is_singular('course') ){
echo '[if IE]>
<style>.bp_filled_stars{left:-2px;}</style>
<![endif]';
}
});