Hi! Thanks for your reply! I checked the footer liquid file but its exactly the same. Is there another one to check?
Topic summary
A user cannot access the footer section in their Shopify Dawn theme customizer, despite it appearing on their live site (boltix.nl).
Troubleshooting steps suggested:
- Verify
{% sections 'footer-group' %}is present intheme.liquid - Check if
footer-group.jsonexists in the sections folder - Compare the customized footer files against a clean Dawn installation to identify modifications
- Focus on the schema at the bottom of footer files, where customization errors commonly occur
Key context:
- The footer appears heavily customized, increasing likelihood of schema-related issues
- One responder offered to convert the hard-coded footer into a customizable section with theme settings
Current status: The user confirmed footer.liquid matches the default version, suggesting the issue lies elsewhere. Investigation ongoing with footer-group.json as the next checkpoint.