Happening now | Office Hours: Customizing Your Theme With Moeed | Ask your questions now!
Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Re: Error message when trying to upload image to homepage

Error message when trying to upload image to homepage

HaroldARoth
Excursionist
11 0 3

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.

Replies 3 (3)

Kate_WSQ
Shopify Partner
169 30 44

Hi,

Maybe you can try to add a "multi-column" block. 

Kate_WSQ_0-1713149399173.png

This block includes an image_picker component.

Kate_WSQ_1-1713149456623.png

If you have any questions or need further assistance, don’t hesitate to reach out. 

If this is helpful, please Like and Accept the solution.
Want to modify or custom changes on store? Let me help.
- Feel free to contact me on wangsiqi@shinetechsoftware.com

Guleria
Shopify Partner
4181 812 1168

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

- Custom themes, UI/UX design, ongoing maintenance & support.
- Drop an email   if you are looking for quick fix or any customization
- Email: guleriathakur43@gmail.com Skype: live:navrocks1
- Try GEMPAGES a great page builder
HaroldARoth
Excursionist
11 0 3
Thank you!