Home › Forums › Iconic One Pro Support › woocommerce
- This topic has 5 replies, 2 voices, and was last updated 4 years, 7 months ago by Themonic-Support.
- AuthorPosts
- April 13, 2020 at 11:06 am #6002niagamayaParticipant
is this theme compatible with woocommerce? bcoz the image does not show properly, small image showing big not as actual size.
April 13, 2020 at 12:47 pm #6003Themonic-SupportKeymasterYes.
Check out live WooCommerce Store demo https://demo.themonic.com/t2/store/
You can download latest version from member area if you are running old version.
For image size, upload bigger images and you might also have to run the following plugin to resize existing images
April 13, 2020 at 10:13 pm #6004niagamayaParticipantif i want to add this code bellow, where can i add in the theme?
add_theme_support( ‘woocommerce’, array(
‘thumbnail_image_width’ => 150,
‘single_image_width’ => 322,
) );April 14, 2020 at 2:19 pm #6006Themonic-SupportKeymasterYou can edit line 37 of functions.php with your code:
add_theme_support( 'woocommerce' );
April 14, 2020 at 4:33 pm #6008niagamayaParticipantthe code still not working, i delete it, so next update u should workout for woocommerce image setting.. this my woocommerce page https://telcotonewow.com/product/simkad
April 14, 2020 at 6:06 pm #6009Themonic-SupportKeymaster1) Try this easy code in Additional CSS section:
.woocommerce div.product div.images img { width: 50%; }
2) If 1) doesn’t work refer: https://docs.woocommerce.com/document/image-sizes-theme-developers/
Try: Go to Appearance > Customize > WooCommerce > Product Images set image sizes.
After that you have regenerate thumbnails, without it new thumbnails won’t be updated.
- AuthorPosts
- The topic ‘woocommerce’ is closed to new replies.