Re: Product Image DO not display at product page

Solved

Product Image DO not display at product page

bennyyap
Visitor
2 0 0

Hi

I have no idea my store suddenly product image do not display at product page, have any solution for it? my store www.toy4kh.com, thanksScreenshot 2023-05-10 004722.png

Accepted Solution (1)

PaulNewton
Shopify Partner
6722 610 1433

This is an accepted solution.

Cool loading animation, but fyi the page load is way to big finding that product in the screenshot that page tries to load over 11MB so your probably hemorrhaging sales by people leaving before site can load.

 

The images are there in the pages source just not visible possibly something to do with the themes javascript not loading properly or a function missing.

 

This style is in the theme and should be disabled when javascript is working properly as it removes the .no-js and & .no-js-hidden class from the <html> tag , and some other elements respectively.

html.no-js .no-js-hidden {
    display: none !important;
}

You'd need to hop through the bloated themes javacript and find where things are going wrong as such things do themes like that from external marketplaces.

 

 

If you need this debugged and source issue fixed then contact me directly for services.
Please provide context, examples: store url, theme name, post url(s) , or any further detail.
Contact Info in signature.

 

 

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org


View solution in original post

Reply 1 (1)

PaulNewton
Shopify Partner
6722 610 1433

This is an accepted solution.

Cool loading animation, but fyi the page load is way to big finding that product in the screenshot that page tries to load over 11MB so your probably hemorrhaging sales by people leaving before site can load.

 

The images are there in the pages source just not visible possibly something to do with the themes javascript not loading properly or a function missing.

 

This style is in the theme and should be disabled when javascript is working properly as it removes the .no-js and & .no-js-hidden class from the <html> tag , and some other elements respectively.

html.no-js .no-js-hidden {
    display: none !important;
}

You'd need to hop through the bloated themes javacript and find where things are going wrong as such things do themes like that from external marketplaces.

 

 

If you need this debugged and source issue fixed then contact me directly for services.
Please provide context, examples: store url, theme name, post url(s) , or any further detail.
Contact Info in signature.

 

 

Save time & money ,Ask Questions The Smart Way


Confused? Busy? Get the solution you need paull.newton+shopifyforum@gmail.com


Problem Solved? ✔Accept and Like solutions to help future merchants

Answers powered by coffee Buy Paul a Coffee for more answers or donate to eff.org