A user’s homepage stopped loading after adding a second marquee scroll bar using custom liquid sections. Both sections used identical code with different text.
Key Issue:
Homepage became inaccessible while all other pages load normally
Problem persisted for approximately 1.5 hours after implementation
User initially questioned whether Shopify editor was down or if the duplicate code caused conflicts
Root Cause Identified:
The user duplicated the same IDs, classes, and scripts for both marquee instances
Multiple elements on a single page require unique IDs to function properly
Solution Provided:
Community members requested the store URL for troubleshooting
Advised using different IDs for the second marquee instance (e.g., marquee-2, marquee-container-2)
Recommended editing via Theme Editor: navigate to templates/index.json to modify the homepage config data and replace duplicate IDs
Referenced node-marquee documentation showing proper implementation with unique identifiers
Summarized with AI on November 11.
AI used: claude-sonnet-4-5-20250929.
My website seems to have been broken ever since I added my second mock marquee scroll bar in the custom liquid section. So 2 of the same code in different custom liquid sections, but with different text. Thats when I wont load editor or my site wont load. WTF? It didn’t do this earlier when testing.
UPDATE: Just checked again while writing this post, it only seems to be the home page, I can access every other page EXCEPT the home page. So now what?
Would code conflict each other? I would not think so, but maybe. OR maybe shopify editor is just down? Been 1.5 hours since its happened.