A user encountered an issue where adding a custom liquid video section to their Shopify store (Ride theme v12.0.0) caused all sections below it to disappear or become hidden, preventing page scrolling past the video.
Problem identified:
The custom liquid code contained a malformed HTML iframe element missing a closing “>” bracket at the end of the opening <iframe> tag.
Solution provided:
A helper identified the syntax error by reviewing the code and provided a corrected version with the proper closing bracket on the iframe element.
Resolution:
After implementing the code fix, the issue was resolved. The video section now displays correctly without hiding content below it, and normal page scrolling functionality was restored.
Summarized with AI on November 14.
AI used: claude-sonnet-4-5-20250929.
Whenever I go to add a custom liquid section to my site and drag it to the spot on my website that I want it, once I click save, it will then delete/hide the other website sections below it. The page won’t scroll down past the video. Can anyone review my code or point to what might be causing this? My store details are below: