Hi @qwik3r,
What are you exactly expecting to happen after adding one more image size?
The code you’ve added should generate one more variant for the images you are uploading but that doesn’t change anything in the frontend of your site.
There is already an option for changing product thumbnails in Blocksy, if that’s what you’re looking for (see the screenshot).
Please let me know.
Thread Starter
qwik3r
(@qwik3r)
I wanted to add a custom size because I am using Elementor and Ele Custom Skin to create a grid of products. Adding the code in the functions file (which I’ve done for the last 10 years) typically worked fine, in your theme however it did not. I wound up using a plugin that works — Add Simple Image Sizes.
Hey @qwik3r,
Most likely the option that changes image ratio and width will be enough for you: https://share.getcloudapp.com/QwuKq7Z7. This will change image dimensions for WooCommerce archives specifically. So that way you don’t need to add one more image size (which eats up space on your server) for all your images.
Also, can you please show exactly where the image size appeared with “Add Simple Image Sizes” and where you expected it to appear after adding your snippet of code? A screenshot will do it best. I don’t see where exactly is the issue you’re mentioning.
Best regards.
Thread Starter
qwik3r
(@qwik3r)
You mention that these are for the Woocommerce archives but that assumes you’re just using the native archives does it not? My use case is that I am creating a product grid with Elementor and selecting the default image sizes for WordPress and whatever else may be added by 3rd party plugins like Woocommerce. If you can add the image sizes through yoru panel, then select those in the Elementor dropdown then I’d probably be set.