• Resolved martaturrado

    (@martaturrado)


    Hello! Thank you for this great plugin!
    Is it possible to regenerate the plugin thumbnails in bigger size? Or maybe display WordPress thumbnail…
    I just made some changes to have a grid layout, and would like my images to be cropped at 130 x 130px.

    Best regards, thanks in advance!

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Damian Góra

    (@damian-gora)

    Hello,

    We will add this option to the plugin settings soon. Currently, you can fix it using following CSS.

    
    body .dgwt-wcas-ico-magnifier-handler path {
        fill: #fff;
    }
    

    Best
    Damian

    Hello Damian,

    To follow up on this question, how does changing the fill color using css help with the thumbnail image size? I want a bigger thumbnail, but the 64px image is overriding the 100px standard woocommerce thumbnail size. Can I override the dgwt-wcas-product-suggestion thumbnail size using a filter in the functions.php file? How? Any help would be appreciated.

    Thanks in Advance,
    Chris

    I hacked it by changing this line in your search.php file to reference the woocommerce thumbnail, but there must be a better way, right?

    $r[‘thumb_html’] = $product->getThumbnail(”);

    becomes

    $r[‘thumb_html’] = $product->getThumbnail(‘woocommerce_gallery_thumbnail’);

    maybe you could add a checkbox to the options to use the woo gallery thumbnail, and then update the search.php to check for that? Please, please, please…

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘change thumbnail size’ is closed to new replies.