I am hoping someone can help me for some reason when you go onto the webpage https://hello-chookii.myshopify.com/ the following error is now showing on the top header: Liquid error (sections/static-header.liquid line 1): Cannot render sections inside sections. Is there something I can do to fix this?
- Go to Online Store > Actions > Edit code > Look for theme.liquid file.
- Then, search for {% include ‘static-header’ %}
- Comment out the above code like this:
{% comment %}
{% include 'static-header' %}
{% endcomment %}