• Resolved fabian00

    (@fabian00)


    I have sth like right now in my code

    <img class="cwp_rev_image" src="images/diamond-world-casino/diamondworldcasino-strona.png">

    and i created custom img sizes like this

    if (function_exists('add_image_size'))
    	{
         	add_image_size('post-review-thumb', 50, 41, FALSE);
         	add_image_size('alx-thumb-widget', 80, 80, FALSE);
    
    	}

    How i can add first custom image size to top product widget ?
    Right now widget simply take featured image and scaled it with css, which is wrong method for me.
    Anybody can help ?

    https://wordpress.org/plugins/wp-product-review/

Viewing 5 replies - 1 through 5 (of 5 total)
  • + this!

    This would be a huge and very easy improvement. Would be awesome if the developer could implement, that the widget is using a smaller (50×50 or 50×51) image.

    At the moment, the widget slows down the site and has a really huge impact on the google pagespeed (you can even score a solid 1 with it).

    Can you guys (the developers) implement it? Won’t take long I guess?

    Plugin Contributor selu

    (@marius2012)

    Hey,

    With the latest update the plugin is using the thumbnail for all the reviews and widget.

    Let me know if this is ok.

    Thank you !

    Thank you for the fast reply. I noticed already that the overview is using a new thumbnail format and it is already I huge improvement.

    Unfortunately even the thumbnail format is way to big for the widget (thumbnail is 150px vs 50px). So the image gets scaled down 3 times the size.
    This has a huge negative impact on the google pagespeed ranking.

    Is it possible that you guys change the widget thumbnail with a smaller (50×50 or so) version of the image? This would greatly enhance the plugin.

    Cheers,
    Dom from rocket.works

    Hello,

    Thank you for suggesting. Hope this will be included in the next version update.

    Thank You.

    Plugin Author Codeinwp

    (@codeinwp)

    Hey,

    The 2.6.5 version contains this new image size. Please check the changelog for more details.

    Thank you !

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘add custom image size to top produtcs widget’ is closed to new replies.