开发者

GD Star Rating - Thumbs Up/Down Size

Using GD Star Rating Wordpress Plugin.


I'm having an extremely tough time trying to figure out how to do something as simple as resizing the rating button.

I have an image that I want to use as thumbs up/down, but it's width is 232px instead of the default max 40p开发者_开发问答x.

Has anyone accomplished resizing the stars/thumbs past 40px or am I the only one in the world with this problem?


To put it simply:

BEFORE

GD Star Rating - Thumbs Up/Down Size

AFTER

GD Star Rating - Thumbs Up/Down Size


If you can do it via css use width:40px !important;height:40px !important;

comment-> It would help if you paste a link to your site.


The new image width is 232px, so the code should be:

width:232px !important;height:232px !important;

But can you be more specific about what issue you are having? new image being cut off? or is it not resized at all when you view it on browser?


I know how can you change the size of thumb.

Go to : plugins/gd-star-rating/css/gdsr.css.php line:183

you found this:

echo sprintf(".gdt-size-%s.gdthumb, .gdt-size-%s.gdthumb a, .gdt-size-%s.gdthumb div { width: %spx; height: %spx; }\r\n", $size, $size, $size, $size, $size);

change it:

echo sprintf(".gdt-size-%s.gdthumb, .gdt-size-%s.gdthumb a, .gdt-size-%s.gdthumb div { width: 232px; height: 232px ; }\r\n", $size, $size, $size, $size, $size);

change: width and height , after that change the image size.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜