Home › Forums › WoodMart support forum › change picture size change picture size This topic has 11 replies, 2 voices, and was last updated 3 years, 11 months ago by Elise Noromit. Viewing 12 posts - 1 through 12 (of 12 total) Author Posts March 12, 2021 at 2:16 pm #273108 RachidParticipant How can change this widget picture size to the following: width: 80px; height: 91px; screenshot in private secrion March 12, 2021 at 7:19 pm #273172 Elise NoromitMember Hello, Please provide your site admin access to the private area. Best Regards March 14, 2021 at 12:52 pm #273401 RachidParticipant Please check private section March 14, 2021 at 8:33 pm #273456 Elise NoromitMember Hello, I am checking your home page I do not see this widget, how can I see it. Best Regards March 15, 2021 at 4:55 am #273474 RachidParticipant it’s on the shop page, please check the screenshot in the private section March 15, 2021 at 11:36 am #273573 Elise NoromitMember 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 March 15, 2021 at 11:37 am #273574 RachidParticipant what is this supposed to do? March 15, 2021 at 12:39 pm #273599 Elise NoromitMember Hello, Please follow the provided instructions step by step. Best Regards March 15, 2021 at 12:54 pm #273607 RachidParticipant my question was, what is this supposed to do? this is for changing the widget picture size? March 15, 2021 at 9:37 pm #273718 Elise NoromitMember Hello, By default this image has the size of the Woocommerce thumbnail, this code allows to change this default size. Best Regards March 26, 2021 at 7:47 am #276429 RachidParticipant hi there! Sorry for the late reply! this didnt work at all Please help Thank you March 26, 2021 at 2:00 pm #276583 Elise NoromitMember Hello, Please send you FTP access to the private area. Best Regards Author Posts Viewing 12 posts - 1 through 12 (of 12 total) You must be logged in to create new topics. Login / Register