Could you tell me what is wrong on "header-group" and "footer-group" on Dawn theme?

Could you tell me what is wrong on "header-group" and "footer-group" on Dawn theme?

Rikito
Visitor
2 0 0

Hi everyone, hope u guys are doing great.

When I was editting "theme.liquid" on Dawn theme, this error occur. But I don't have any idea what's wrong with code. Could anybody tell me how to modify "header-group" and "footer-group"?

WhatsApp画像 2023-03-05 16.30.34.jpgWhatsApp画像 2023-03-05 16.31.06.jpg

Replies 2 (2)

trs_uk
Shopify Partner
5 0 3

If you look here:

 

https://github.com/Shopify/dawn/blob/fc85e20dc41cfb2ebeb5337823b5f8e60742c0e3/layout/theme.liquid#L2...

 

You'll see header-group is referenced using {% sections 'header-group% }, it looks like you've missed the s off the end there.

 

header-group looks to be a group of sections (and is therefore a .json file), rather than a standard liquid section, so this is why the reference is sections rather than section.

Rikito
Visitor
2 0 0

Thanks a lot for the answer Trs!