A space to discuss online store customization, theme development, and Liquid templating.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello!
I had a vintage theme my company was using that wasn't allowing me to edit or add more sections. I was recommended to update and get the newest version of the theme and transfer over a bunch of things from my old theme. Most transferred well, but some pages are not working. I was told I need to "add the customization as well on the current theme" through some kind of coding but I believe my old theme was .liquid and my new theme is .json. Does anyone know how I can fix this?
Thanks!
Check JSON files they are also using .liquid files
I mean within the JSON files they called the liquid file you just have to find which one you need to edit.
Or in the theme customization option there is a custom liquid block available where you can insert your custom code.
Hello!
Thanks so much. I got to the point where I added the Custom Liquid but I get the error "Liquid syntax error (line 79): Unknown tag 'schema'". If I delete the tag 'schema' it messes up the code. Any tips?
Sounds like you are trying to paste a section code in custom liquid block which is completely wrong.
You need to copy the section code in the section file.