Home Forums WoodMart support forum change picture size

change picture size

Viewing 12 posts - 1 through 12 (of 12 total)
  • Author
    Posts
  • #273108

    Rachid
    Participant

    How can change this widget picture size to the following:

    width: 80px;
    height: 91px;

    screenshot in private secrion

    #273172

    Hello,

    Please provide your site admin access to the private area.

    Best Regards

    #273401

    Rachid
    Participant

    Please check private section

    #273456

    Hello,

    I am checking your home page I do not see this widget, how can I see it.

    Best Regards

    #273474

    Rachid
    Participant

    it’s on the shop page, please check the screenshot in the private section

    #273573

    Hello,

    Please find this file in the WoodMart theme folder wp-content/plugins/woocommerce/templates/content-widget-reviews.php

    Copy and insert the file in the woocommerce/templates of the child theme.

    Then find this line: <?php echo $product->get_image(); ?> and replace with this line: <?php echo $product->get_image('thumbnail'); ?>

    Best Regards

    #273574

    Rachid
    Participant

    what is this supposed to do?

    #273599

    Hello,

    Please follow the provided instructions step by step.

    Best Regards

    #273607

    Rachid
    Participant

    my question was, what is this supposed to do?

    this is for changing the widget picture size?

    #273718

    Hello,

    By default this image has the size of the Woocommerce thumbnail, this code allows to change this default size.

    Best Regards

    #276429

    Rachid
    Participant

    hi there!

    Sorry for the late reply! this didnt work at all

    Please help

    Thank you

    #276583

    Hello,

    Please send you FTP access to the private area.

    Best Regards

Viewing 12 posts - 1 through 12 (of 12 total)