A space to discuss online store customization, theme development, and Liquid templating.
For years I've uploaded a new image to my homepage every time I finish a new painting and add a new product page. Today I created the new product page and the new image to that page no problem, but when I went to upload it to the homepage, I kept getting an error that said the image didn't have an image number. I checked whether the image had actually be uploaded to the file section, and it had and was displaying correctly on the product page. I came here and found that a number of people were having the same problem. The "solution" was "Please update your theme settings type image to image_picker". I know enough html to make small adjustments in display on product pages, but I do not know where this theme settings for type image is and I have looked. Please just tell me how to find it and I will fix it.
Hi,
Maybe you can try to add a "multi-column" block.
This block includes an image_picker component.
If you have any questions or need further assistance, don’t hesitate to reach out.
Hello @HaroldARoth ,
try to check in these files:
1) Templates > product.liquid
2) Sections > product.liquid
3) Config > settings_schema.json
You need to find this
"type": "image",
and replace it with
"type": "image_picker",
Thanks