Shopify themes, liquid, logos, and UX
To continue receiving payouts, you need to secure your account by turning on two-step authentication. If two-step authentication is not turned on your payouts will be paused. Learn more
Hello,
I have added two templates in my website (edit code). Its very simple because I have added:
{% section 'rich-text' %}
{% section 'feature-columns' %}
to the syntax. I want to create two different custom pages, but I get issues as soon as I try to design each of these pages. Changes are being processed simultaneously in both of the pages. I dont know exactly why because i have created two different templates with different names..
I have named both templates differently (page.overons.liquid and page.zakelijk.liquid). By the way, I use Debut as theme.
Can somebody please help me?
Kr,
Kamal
Solved! Go to the solution
This is an accepted solution.
Hey @Kamval
A quick fix for this is creating duplicates sections as well and then using them in your template i.e create a new section called rich-text-duplicate under sections (Where you'll copy and paste the content of rich-text's section into it) and then calling the duplicate section in your template i.e
{% section 'rich-text-duplicate' %}
{% section 'feature-columns-duplicate' %}
This is an accepted solution.
Hey @Kamval
A quick fix for this is creating duplicates sections as well and then using them in your template i.e create a new section called rich-text-duplicate under sections (Where you'll copy and paste the content of rich-text's section into it) and then calling the duplicate section in your template i.e
{% section 'rich-text-duplicate' %}
{% section 'feature-columns-duplicate' %}
Please mark it as an accepted solution so that other people can refer to it if they ever face a similar problem
User | RANK |
---|---|
117 | |
97 | |
73 | |
72 | |
45 |
Learn these 5 things I had to learn the hard way with starting and running my own business
By Kitana Jan 27, 2023Would you love to unleash the unbridled power of the Google Shopping Channel into your sho...
By Gabe Jan 6, 2023How can you turn a hobby into a career? That’s what Emmanuel did while working as a wa...
By Skye Dec 30, 2022