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