Plugin Author
Chasil
(@chasil)
Hi there!
I am coding a new update right now because of a similar behaviour. This should be fixed in the next few hours.
Plugin Author
Chasil
(@chasil)
Hi Phalore,
the update is released and I think it will fix your problem.
If you have any questions, comments or suggestions about this plugin please don’t hesitate to use this support forum again – I am happy for every useful feedback.
If you like this plugin it would be nice if you could vote/review it.
Regards
Mike
You’re awesome. Great job by the way, very good plugin. Thank you.
I updated and it still seems to be not working
Plugin Author
Chasil
(@chasil)
Phalore,
I checked it and it seems that other stylesheets are higher priorized than the new one. I still try to figure out how to manage this.
I will get back to you if I have any news. I think it won’t be that long but I can’t promise 😉
Plugin Author
Chasil
(@chasil)
Phalore,
can you please edit a file for me to check if the next update will work?
Just edit YOUR_WORDPRESS_FOLDER/wp-content/plugins/universal-star-rating/includes/usr_style.php
Delete everything and put this into it:
<?php
header(“Content-type: text/css”);
//read the needed information – if not set use defaults
if(isset($_GET[‘px’])){
$usrStarSize = $_GET[‘px’];
} else {
$usrStarSize = “12”;
}
?>
img.usr {
padding: 0 !important;
margin: 0 !important;
border: none;
display: inline !important;
height: <?php echo $usrStarSize; ?>px !important;
}
table.usr {
border: none;
}
Please tell me if this works. If it does I will check it in this evening.
Mike
I did what you asked but it still didn’t work sorry.
Plugin Author
Chasil
(@chasil)
Would you please update the plugin to version 1.6.2?
There is a good chance it will work for your issue.
I updated to 1.6.2 and it fixed it. thanks again.
Plugin Author
Chasil
(@chasil)
You are welcom!
Thanks for your patience.