The individual product images are not showing up on the website. They show up everywhere else, but once you click on the product page for more information they are gone. I am sure it us a coding issue in our Theme, but we don’t know how to resolve it.
We checked and found that there are a lot of bugs in the theme, especially not defined errors that lead to the code below this bug will not be executed further. So it may have affected the display.
Since we can not directly check this code to fix it, we suggest you find the error line and redefine the variables to execute the code fully.
For example, go to Online Store → Themes → Edit Code → find the theme.js file and find the function containing the wrong code, declare the variables not defined:
If the variables work normally and check that the product page does not display the image, then continue to the next step
** The reason for the loss of the image on the product page is that in the theme’s css, a CSS hides the image displayed in this section (display: none). So you need to replace this line for the images to display normally.