Why are my store images not loading on myh3o.com?

Topic summary

Store images stopped loading on myh3o.com, disrupting ads. Suspected cause is lazy‑loading failing due to JavaScript errors, possibly after page‑speed optimization.

Proposed fixes:

  • Edit Shopify theme.liquid: remove a problematic line or move it above the tag.
  • Check conflicts from third‑party apps (POWR Image Slider, Smart Product Image Swiper) and fix coding issues in Judge.me.
  • Use the browser DevTools Console to identify and resolve JS errors.

Status and evidence:

  • The issue on myh3o.com appears largely fixed, but Console errors persist; a screenshot was shared to highlight them (image central to diagnosing errors).

New reports:

  • Another store (riverium.co.il) has the same problem and cannot find the referenced code line; further help requested.

Key terms:

  • Lazy‑loading: defers image loading until needed; breaks if JS fails.
  • theme.liquid: main Shopify theme template file.
  • Console: developer tool showing runtime errors.

Outcome: Partial resolution for myh3o.com; no confirmed fix for riverium.co.il. Discussion remains open with recommendations to engage a developer or app support.

Summarized with AI on February 1. AI used: gpt-5.

Hi @Carloscastanon1 ,

Go to Online Store > Themes > Edit code > theme.liquid

Find this line of code


Remove it or move it above tag to solve your issue