Clean Template: Difference between revisions
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
== What is A Clean Template == | |||
A Clean template is a clone of the default templates of your current theme that hides specific sections (You decide which section to show/hide). | A Clean template is a clone of the default templates of your current theme that hides specific sections (You decide which section to show/hide). | ||
Line 10: | Line 10: | ||
[[File:Ecb template anatomy 3.jpg|1000x1000px]] | [[File:Ecb template anatomy 3.jpg|1000x1000px]] | ||
== How to create a Clean template == | |||
You need to create a separate Clean template for each type of page: '''product page''', '''webpage page''', and '''blog post page'''. Once created, the Clean template files will come with the '''.clean''' suffix (''product.clean.json'', ''page.clean.json'', ''article.clean.json''). | You need to create a separate Clean template for each type of page: '''product page''', '''webpage page''', and '''blog post page'''. Once created, the Clean template files will come with the '''.clean''' suffix (''product.clean.json'', ''page.clean.json'', ''article.clean.json''). | ||
Line 31: | Line 31: | ||
*Find your current theme, and then click '''Customize'''. | *Find your current theme, and then click '''Customize'''. | ||
*From the Shopify Theme editor, tab Products > click '''Create''' template in the dropdown menu. | *From the Shopify Theme editor, tab Products > click '''Create''' template in the dropdown menu. | ||
*Then enter '''''clean''''' to the '''Name field''' & set the '''Based on''' to '''Default | *Then enter '''''clean''''' to the '''Name field''' & set the '''Based on''' to '''Default Blog Post.''' | ||
Steps above are aimed at creating a template with .clean suffix (product.clean.json, page.clean.json, article.clean.json) so that these page types can remove those default sections before performing the migration. | Steps above are aimed at creating a template with .clean suffix (product.clean.json, page.clean.json, article.clean.json) so that these page types can remove those default sections before performing the migration. | ||
== FAQs == | |||
'''Q. When should I use a Clean Template?''' | '''Q. When should I use a Clean Template?''' | ||
Revision as of 03:28, 21 November 2022
What is A Clean Template
A Clean template is a clone of the default templates of your current theme that hides specific sections (You decide which section to show/hide).
It is perfect if you want to exclude content blocks of the default templates and only show up the new content blocks added using the Easy Content Builder.
Creating a clean template is optional though.
If you do not create a Clean template, all content blocks added using the Easy Content Builder will appear at the bottom of the pages (below the default content blocks of your current page).
How to create a Clean template
You need to create a separate Clean template for each type of page: product page, webpage page, and blog post page. Once created, the Clean template files will come with the .clean suffix (product.clean.json, page.clean.json, article.clean.json).
Create a Clean template for products:
- From your Shopify admin, click Online Store > Themes.
- Find your current theme, and then click Customize.
- From the Shopify Theme editor, tab Products > click Create template in the dropdown menu.
- Then enter clean to the Name field & set the Based on to Default page.
Similarly, to create a Clean template for Pages:
- From your Shopify admin, click Online Store > Themes.
- Find your current theme, and then click Customize.
- From the Shopify Theme editor, tab Products > click Create template in the dropdown menu.
- Then enter clean to the Name field & set the Based on to Default page.
And, to ceate a Clean template for Blog Posts:
- From your Shopify admin, click Online Store > Themes.
- Find your current theme, and then click Customize.
- From the Shopify Theme editor, tab Products > click Create template in the dropdown menu.
- Then enter clean to the Name field & set the Based on to Default Blog Post.
Steps above are aimed at creating a template with .clean suffix (product.clean.json, page.clean.json, article.clean.json) so that these page types can remove those default sections before performing the migration.
FAQs
Q. When should I use a Clean Template?
A. It's perfect if you want to create a new template or migrate content blocks to a new theme without any default sections from your current theme.
Q. Do I need to create a Clean template one time only?
A. Yes, you just need to create a single Clean Template for each page type (Product/Page/Blog Post) once only.
Q. When editing a product/page/blog post page, can I switch my existing page to a Clean template via the Theme Template dropdown?
A. No, you should create and manage Clean Template via the Easy Content Builder dashboard only.