Our Partner & Developer boards on the community are moving to a brand new home: the .dev community forums! While you can still access past discussions here, for all your future app and storefront building questions, head over to the new forums.

Create template with different layout page.

Create template with different layout page.

ashukasma
Shopify Partner
47 11 15

Hello,

I am looking to create landing page with different layout in OS 2.0, I didn't find any option for creating any new JSON with {% layout none %}

Thanks, Ashish

 

Shopify Expert - https://experts.shopify.com/lucentinnovation
Replies 4 (4)

Zworthkey
Shopify Partner
5581 641 1583

Hii @ashukasma,

you can use the following Apps to create the landing page.

  1. PageFly Landing Page Builder
  2. Shogun Landing Page Builder

    T
    hank you.

PageFly-Victor
Shopify Partner
7865 1786 3134

Thank you @Zworthkey for mentioning us. 

Hi @ashukasma, you can use PageFly, the Free Landing page builder app with 24/7 support live chat because PageFly works with Online Store 2.0

 

sallyjohnson
Explorer
182 2 5

Hey there, I would like to suggest you to use a good shopify page builder such as Layoutbase ://apps.shopify.com/layoutbase-page builder which can help you and make your work easy and handy without any coding, It is a drag & drop page builder. Thanks

Sally Johnson - Layoutbase.com Ambassador

Victor1337
Shopify Partner
1 0 0

You can actually achieve this by just adding "layout": false before the sections part in the JSON object.

 

"layout": false,
"sections": {
  ...
},
"order": [
  ...
]