How to change table images size
-
Hi there.
First of all let me congratulate you for the plugin, I’m using the free version so far but it has been a great help! (I even used POedit to translate the PO files to PT-PT because the BR-PT files are in a different Portuguese and it all worked fine)
I just have a small problem…until few time ago the images of my shop smartphones were beeing scaled correctly, but somehow that has changed, now every time I create a new product, the image on the compare table gets cut…that didn’t happened before, I’ve been trying to find an answer but I can’t find the problem!
I took a look at the plugin PHP files and I found the following code in the general-options.php file on the templates folder (line 112):
array( 'name' => __( 'Image size', 'yith-woocommerce-compare' ), 'desc' => __( 'Set the size for the images', 'yith-woocommerce-compare' ), 'id' => 'yith_woocompare_image_size', 'type' => 'woocompare_image_width', 'default' => array( 'width' => 220, 'height' => 154, 'crop' => 1 ), 'std' => array( 'width' => 220, 'height' => 154, 'crop' => 1
I tried to change those values but the images stay the same…the older ones are beeing displayed correctly but the recent ones are simply cutted!
Can you please help me and tell me how can I resize the images so they appear correctly on the table? I woul appreciate some help.
PS: Just remmebered I have another problem, at the bottom of the table I get the message “undefined” three times, I don’t know what it refers to because all configurations look ok. Any ideas?
The page I need help with: [log in to see the link]
- The topic ‘How to change table images size’ is closed to new replies.