Tagged: woocommerce images
I am having troubles with getting the images for my products in woocommerce to use the scaled version for the catalog images rather than pulling in the original image and resizing via css or width tags. How do I enable it to use the scaled images?
Hey esaunders,
Thank you for using Enfold.
Are you using the “Product Slider” element? This element is using the “portfolio”, “portfolio_small” and “large” thumbnail sizes, depending on the number of columns. Please install the following plugin if you want to resize the thumbnails.
// https://wordpress.org/plugins/simple-image-sizes/
Best regards,
Ismael
That is very useful. Although it is still bringing the full image into the src instead of using the scaled version of it. So for example instead of:
I would like:
When I first installed this theme and preloaded the demo content it was working, but then I created and input my listings and it wont work anymore.
Thoughts?
instead of img width=”300″ height=”300″ src=”https://mysite.com/wp-content/uploads/2017/09/2015196835-1.jpg” class=”attachment-shop_catalog size-shop_catalog wp-post-image” alt=”” style=”left: 0px;”
I need: img width=”300″ height=”300″ src=”https://mysite.com/wp-content/uploads/2017/09/2015196835-1-300×300.jpg” class=”attachment-shop_catalog size-shop_catalog wp-post-image” alt=”” style=”left: 0px;”
Hi esaunders,
Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?
Best regards,
Victoria