Uploading Images Error message: file name must be ID of image setting

Greetings,

Our store currently uses the website theme, Responsive. And we seem to be having trouble uploading images (which we haven’t had before). Now when I try to upload images to the slideshow or banner, I get the following error message: “File name must be the ID of an image setting.”

Any help is greatly appreciated!

www.creedeoliveoil.com

The whole code? It’s very long.

I’m not familiar with coding (obviously - hah!).

Thank you! Our code is 5176.

HI I GOT THIS PROBLEM TOO CAN YOU HELP ME

I’m having the same issue- please help. Where do you update the “theme settings type image to image_picker?”

screen shot attached. integrity-botanicals.myshopify.com

www.integritybotanicals.com

https://techhive1.store/

0537

I’m having trouble attaching the screenshot. Can you still help? It’s the same error others are reporting on this thread.

Sorry my bad its 0537

Sorry my bad its 0537

“Please update your theme settings type image to image_picker”

What in the world does this mean?

“Please update your theme settings type image to image_picker”

How?

Can you provide where I can make a change to this setting? I am having the same issue and am not sure where to make this change.

Try this.

Open theme files.
Go to settings_schema.json

Search for:

{
        "type": "image",

and change it to

{
        "type": "image_picker",

Okay, I’ve found the settings_schema.json file, but the word image is not in there. Plenty of other type, but not that one.

Wait, I think I just found it. I changed image to image_picker and it won’t let me update the file.

What error are you getting there? You want to make sure not to change any other punctuations.

you might also need to access the schema_data.json and find that setting in that file as well.

Thank you for trying to solve this. I did find the settings_schema.json, but this is the error I am getting.

It says that the setting with ID is invalid.

Thank you.