Need help with the same issue as this question
But with Dawn theme, the issue is that Dawn has a different structure than that theme so need help with the same thing, but in this case with Dawn.
Help would be appreciated.
Need help with the same issue as this question
But with Dawn theme, the issue is that Dawn has a different structure than that theme so need help with the same thing, but in this case with Dawn.
Help would be appreciated.
Hi @DFU98 ,
To add the custom liquid code, one way is to create a page and select the page from the customization.
Another way is to create a custom liquid field with a schema which would require a custom code.
If you will unable to implement the same then I’m happy to do this for you, let me know. I can implement the code changes so that this will work well for you.
Hopefully it will help you. If yes then Please don’t forget hit Like and Mark it as solution!
Best Regards
Sandeep Pangeni
Hello @DFU98 ,
To add a custom Liquid block within collapsible content in the Dawn theme, follow these steps:
{{ block.settings.custom-liquid }}
{
"type": "liquid",
"id": "custom-liquid",
"label": "Custom Liquid"
}
Hi @devmont-digital thanks for the tips, but in this case I’m not trying to do it for a product page. I want to do it in a custom page layout I’m making. Is there a way I can add the custom liquid block in collapsible row to it?
Hello @DFU98,
To add a custom Liquid block within collapsible content in the Dawn theme, follow these steps:
{
"type": "liquid",
"id": "custom-liquid",
"label": "Custom Liquid"
},