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 642 1577

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 1785 3095

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 7

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": [
  ...
]