Welcome to the Liquify Community

Updated 4 weeks ago

What do these errors mean?

Liquid error (layout/password line 78): Error in tag 'section' - 'coming_soon' is not a valid section type

Error: sections/coming_soon.liquid, Validation failed: Liquid syntax error (line 1): Unexpected character { in "{{ section.s{{ section.settings.unicorn }}"
j
K
16 comments
HI @Kevin, there is something wrong in the liquid object. Can you show me the page/section in webflow?
Hey Jonas, I managed to solve these I think, but the text field I have set does not display in my html
I get the field in my customiser
But this is the html in inspector: <div data-us-production="true" data-us-project="" class="unicorn"></div>
The attribute is empty
can you check the webflow export? How is the attribute exported. Maybe there is something wrong
you could also try li-object:data-us-project="section.settings.unicorn"
This is how its exported (taken from password-page.html in webflow export)
<div data-us-production="true" data-us-project="{{ section.settings.unicorn }}" class="unicorn"></div>
Hm, li-object gives this as output in html on my Shopify domain: <div data-us-production="true" li-object:data-us-project="section.settings.unicorn" class="unicorn" data-us-project=""></div>
But this makes sense
ah the id in your custom setting is "text" and not "unicorn". So section.settings.text would be correct. Or you change the id to unicorn
That was it, ugh haha such a silly mistake
Thanks for having a look!
That was to achieve this πŸ™‚
aaah πŸ™‚ looks nice!
Add a reply
Sign up and join the conversation on Discord