Viewing 10 replies - 1 through 10 (of 10 total)
  • Plugin Author Chasil

    (@chasil)

    Hi Andrew!

    Thank you for your request!

    Can you please tell me which browser you use? That will help me fix this issue.

    Regards
    Mike

    Thread Starter outsidetheboxinbed

    (@outsidetheboxinbed)

    Currently using safari on both mobile and non mobile OS.

    Thanks!

    Plugin Author Chasil

    (@chasil)

    Hi Andrew,

    I now checked this with my iPad, iPhone and Safari on Win8: No errors so far.

    Because I have a small update which I wanted to release I tried another change which could possibly fix your problem. Would you please update the plugin to version 1.4.2 and check if it’s solved?

    Thanks and regards
    Mike

    Thread Starter outsidetheboxinbed

    (@outsidetheboxinbed)

    I will tonight and get back to you! Thanks for your support thus far!

    Thread Starter outsidetheboxinbed

    (@outsidetheboxinbed)

    No change. In fact I last had it set at size 8 and when I reinstalled it size 8 was still set, not the default of 12.

    Displays the same in both Firefox & safari.

    Thread Starter outsidetheboxinbed

    (@outsidetheboxinbed)

    I did want to add, in the admin panel, the stars and other options all change size when I change the size setting. It is only in the pages that I use them that they display huge.

    Plugin Author Chasil

    (@chasil)

    Ok, let’s try to fix it together.

    1. Log in into your admin panel and select “Plugins” -> “Editor”
    2. Choose USR (upper right corner)
    3. Copy everything into an editor and search for this string:
    $imageString = ‘<img src=”‘.content_url().’/plugins/universal-star-rating/includes/stars.php?img=’.$usrStarImage.’&max=’.$usrMaxStars.’&rat=’.$ratingValue.'” height=”‘.$usrStarSize.'” />’;
    4. Replace it with this one:
    $imageString = ‘<img src=”‘.content_url().’/plugins/universal-star-rating/includes/stars.php?img=’.$usrStarImage.’&max=’.$usrMaxStars.’&rat=’.$ratingValue.'” style=”height:’.$usrStarSize.’px;” alt=”‘.$ratingValue.’ Stars” />’;
    5. Copy everything into the plugin editor of WordPress and press the save button

    Please let me know if this one helps so that I can update the plugin as well.

    Mike

    Thread Starter outsidetheboxinbed

    (@outsidetheboxinbed)

    SUCCESS! That worked wonderfully! Thank you for your extremely fast response & resolution!

    Thread Starter outsidetheboxinbed

    (@outsidetheboxinbed)

    This issue has been resolved.

    Plugin Author Chasil

    (@chasil)

    You’re welcome!

    I will update the plugin to version 1.4.3 for this fix.

    If you like this plugin it would be nice if you could vote/review it.

    Thanks & Regards

    Mike

Viewing 10 replies - 1 through 10 (of 10 total)
  • The topic ‘Cannot Change the Size of the Start’ is closed to new replies.