Clean Template: Difference between revisions

From Posstack.com Documentations
No edit summary
No edit summary
Line 32: Line 32:
*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 Blog Post.'''
*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 ==
== FAQs ==
'''Q. When should I use a Clean Template?'''  
'''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.
A. It’s a good idea to create Clean Templates 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?'''  
'''Q. Do I need to create a Clean template one time only?'''  
Line 46: Line 44:
'''Q. When editing a product/page/blog post page, can I switch my existing page to a Clean template via the Theme Template dropdown?'''  
'''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.
A. No, you should create and manage the Clean Templates via the Shopify Theme Editor only (as instructed above).

Revision as of 03:34, 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).

Ecb template anatomy 3.jpg

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.
Create Clean template.jpg
  • Then enter clean to the Name field & set the Based on to Default page.
Create Clean template config.jpg

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.

FAQs

Q. When should I use a Clean Template?

A. It’s a good idea to create Clean Templates 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 the Clean Templates via the Shopify Theme Editor only (as instructed above).