Worked a treat, followed the steps. This explanation is far more efficient and simple than some of the other alternatives floating round on here. Great job James, thank you!
@@bri1613 Yes it is the % sign actually... i also almost panicked coz his icon looked different than mine... so i tried it anyway and .. waaallaahhh.... whew..
@Owen yes... i have been watching different tutorials on Setting up Debut... The talking confuses me more.... James didn't say a word and i got everything on the very first try... well i had to rewind every now and then... but whew...
OMG I FINALLY UNDERSTOOD HOW TO HAVE MULTIPLE SECTIONS IN ONE PAGE: 1. Follow all the steps on the template "ABOUT" from the video 2. Open your code - templates - page.about.liquid - and type in the code {% section 'featured-row' %} 3. Now go to "Sections" folder - Find file named: FEATURED-ROW.LIQUID 4. Click on it - Select all the code that it contains. 5. Now go back to "Sections" - ADD A NEW SECTION and name it: FEATURED-ROW2 6. Paste everything inside of it - SAVE IT 7. LAST STEP: Go back to page.about.liquid tab (LOOK AT STEP 2 (if confused)) and type in: {% section 'featured-row2' %} - RIGHT BELOW THE FIRST CODE LIKE THIS: {% section 'featured-row' %} {% section 'featured-row2' %} 8. HIT SAVE and THAT'S IT :)
Hi, I'm looking for the most efficient way to create sections that I can use on static pages, without having to make a new section file for every single section and render that separately. Right now, say I want to make an about page... I take the code from a section I want multiple times (for example image with text) and copy it into separate section files called about-feature-row-1, about-feature-row-2 etc. I then make a page.about template and render those sections after each other. If I would just render about-feature-row-1 multiple times, it loads the exact same thing as it has the same section id. Is there a better way to do this? Could I not just make a custom-feature-row and have something like a forloop on the section id, so I could render it on any static page and have unique content in it? Thanks!
Hi James, This working great but I would like to know how to add 2 editable versions of the same section. Eg. feature-row, if i duplicate the div code it essentially mirrors the first one rather than becoming a separate section. Is there a workaround for this?
Hey Thomas, I'm a newbie to shopify and coding for that matter. I created a new "section" and then copied the same code for the feature-row but renamed it "feature-row2" and it seemed to have worked for me. Hope this is of some help!
Thank you! this helped so much! I was able to personalize my pages took a little time but if you watch the video and proceed to do at the same time it should help guys !
Hi James, I haven't tried this yet but I had a question. Why create individual templates with different sections instead of one template that has the option to use ALL of the sections? I'm new to Shopify and don't understand why the sections wouldn't automatically be available per each page. And if I wanted to do multiple sections would I do: {% section 'feature-row' %} {% section 'image-bar' %} OR {% section 'cart-template', 'image-bar' %} -- Hope this is a realistic question. Thanks!
I suppose you want to start your own section? To do this in the section tab create your own sections and then integrate the for example page.about.liquid {% section 'mypersonalsection' %}
{{ page.title }}
{{ page.content }} {%section 'feature-row' %} {%section 'mypersonalsection' %} //==>HERE YOUR PERSONAL CONTENT
@@revxlzions8020 Thanks for getting back to me! I think I'm just a bit frustrated with not allowing unique content to be uploaded using the same sections across all pages. But after some intensive research that appears to be the only way (or creating new sections for each page which is a lot of extra coding and inconvenience for organization and weight of site. But I know that's not for you to solve. I appreciate you taking the time to help :)
Surely you don't have to play with code to add sections? I added pages without code but now it looks like I have to delete those pages and add them as per this video so I can add sections. Is Shopify that awful or have I missed something?
It did work for me, but if I want to create an about, exactly as you have. When I edit it it will edit my home page too. Do they have to be linked? The gallery one too. Changing one end automatically changes the other (home and the separate page) Is there a way to make them individual and edit them without them interfiering with the content on the other page?
Go through the same process as with adding a new page, but add a new section. I added a new feature section by copy and pasting the code from the original feature section into the new feature section I named 'feature2' This way I can add 'feature2' to the new page and populate with its own unique content. Hope that makes sense!
I found the list of sections and added all of them to the page. Some of them are pulling the content which I set on the Homepage. Is there a way to make them unique so I can add content in the page itself as opposed to pulling from the same modules on the homepage?
@@cheung1987 Did you find the way around how to separate the sections - so you can write different things on the homepage to the custom pages? Thanks :)
Hi there! how do you unlock the text columns images tab? it doesn't come up as an option for me, all I see is feature- columns but unable to edit. thank you. video was very helpful.
I added the section that I wanted, but it is a copy of the section from my home page. So if change the page section, the home page section changes as well. I see that others have the issue as well. Anyone solved it?
Hi! I also have a problem. When I change content on about, it changes automatically on a home page. Does anyone know why? And how to change that? Thanks
Hi there, When I am trying to add the code, nothing is showing up, even when I add a new template, in the video it seems that the code automatically appears in that space, however my space is empty with no code so I am unable to add anything to it or change it? I am on the free trial, is this the problem or not, or am I missing something? Thanks
Same. "feature-row" doesn't show up for me. But other like "featured-blog" do. Edit: I kinda figured it out. I guess. I created a new section called "image-text" took all the code from the "feature-row" section, pasted it in the new section I just made and went back to my page template, and called that instead and it showed up. Just changed the code to {% section 'image-text' %}, hope this helps someone else.
Hi James, unfortunately it didn't work for me either. I have tried to copy exactly what you have done, but when I do it the words "section" and "feature-row" do not change colour to purple or green as they do in the video. I am assuming that they change colour to show that they are active and having an effect. I guess I have typed something in wrong or am missing something? Is that a backslash " \ " before and after the " { "'s ? Could you please type out exactly what the wording/ format is so I can copy and compare it? Thanks
Worked a treat, followed the steps. This explanation is far more efficient and simple than some of the other alternatives floating round on here. Great job James, thank you!
What is the exact typing? I can’t tell if it a % or not
@@bri1613 Yes it is the % sign actually... i also almost panicked coz his icon looked different than mine... so i tried it anyway and .. waaallaahhh.... whew..
@Owen yes... i have been watching different tutorials on Setting up Debut... The talking confuses me more.... James didn't say a word and i got everything on the very first try... well i had to rewind every now and then... but whew...
OMG I FINALLY UNDERSTOOD HOW TO HAVE MULTIPLE SECTIONS IN ONE PAGE:
1. Follow all the steps on the template "ABOUT" from the video
2. Open your code - templates - page.about.liquid - and type in the code {% section 'featured-row' %}
3. Now go to "Sections" folder - Find file named: FEATURED-ROW.LIQUID
4. Click on it - Select all the code that it contains.
5. Now go back to "Sections" - ADD A NEW SECTION and name it: FEATURED-ROW2
6. Paste everything inside of it - SAVE IT
7. LAST STEP: Go back to page.about.liquid tab (LOOK AT STEP 2 (if confused)) and
type in: {% section 'featured-row2' %} - RIGHT BELOW THE FIRST CODE LIKE THIS:
{% section 'featured-row' %}
{% section 'featured-row2' %}
8. HIT SAVE and THAT'S IT :)
If you need any help, let me know, I might record a quick video showing.
This guy is correct. This still works. Thank you.
Hi,
I'm looking for the most efficient way to create sections that I can use on static pages, without having to make a new section file for every single section and render that separately.
Right now, say I want to make an about page... I take the code from a section I want multiple times (for example image with text) and copy it into separate section files called about-feature-row-1, about-feature-row-2 etc. I then make a page.about template and render those sections after each other. If I would just render about-feature-row-1 multiple times, it loads the exact same thing as it has the same section id.
Is there a better way to do this?
Could I not just make a custom-feature-row and have something like a forloop on the section id, so I could render it on any static page and have unique content in it?
Thanks!
Hi James,
This working great but I would like to know how to add 2 editable versions of the same section. Eg. feature-row, if i duplicate the div code it essentially mirrors the first one rather than becoming a separate section. Is there a workaround for this?
Hey Thomas,
I'm a newbie to shopify and coding for that matter. I created a new "section" and then copied the same code for the feature-row but renamed it "feature-row2" and it seemed to have worked for me. Hope this is of some help!
@@chelseyfong188 EFFING GENIOUS THANK YOU SO SO MUCH
@@chelseyfong188 This didnt work for me :(
@@chelseyfong188 you my guy, ARE A FKKING LEGEND ! thanks man
@@chelseyfong188 how do you add a new section:/
More videos on editing/coding Deput theme, please!
Worked perfectly - thank you!!
Thank you! this helped so much! I was able to personalize my pages took a little time but if you watch the video and proceed to do at the same time it should help guys !
Hi James, I haven't tried this yet but I had a question. Why create individual templates with different sections instead of one template that has the option to use ALL of the sections? I'm new to Shopify and don't understand why the sections wouldn't automatically be available per each page. And if I wanted to do multiple sections would I do:
{% section 'feature-row' %}
{% section 'image-bar' %}
OR
{% section 'cart-template', 'image-bar' %}
--
Hope this is a realistic question. Thanks!
I suppose you want to start your own section?
To do this in the section tab create your own sections and then integrate the for example page.about.liquid
{% section 'mypersonalsection' %}
{{ page.title }}
{{ page.content }}
{%section 'feature-row' %}
{%section 'mypersonalsection' %} //==>HERE YOUR PERSONAL CONTENT
@@revxlzions8020 Thanks for getting back to me! I think I'm just a bit frustrated with not allowing unique content to be uploaded using the same sections across all pages. But after some intensive research that appears to be the only way (or creating new sections for each page which is a lot of extra coding and inconvenience for organization and weight of site. But I know that's not for you to solve. I appreciate you taking the time to help :)
Surely you don't have to play with code to add sections? I added pages without code but now it looks like I have to delete those pages and add them as per this video so I can add sections. Is Shopify that awful or have I missed something?
Hi, thank you for the video. do you know the code for Image with Text Overlay. I can't seem to find it anywhere. Thanks in advance
Yeah, it's hero. {%section 'hero'%} . I just entered allllllll the codes, because I couldn't find what I wanted.
Once you edit the sections, it will copy it to all of the pages. How can this be avoided?
Thank you so much, this was helpful
It did work for me, but if I want to create an about, exactly as you have. When I edit it it will edit my home page too. Do they have to be linked? The gallery one too. Changing one end automatically changes the other (home and the separate page) Is there a way to make them individual and edit them without them interfiering with the content on the other page?
did you find any solution on that?
@@andreaspanayides306 have you solution for this if you have please share it
@@hamidnawaz9678 Did you guys end up figuring anything out?
Go through the same process as with adding a new page, but add a new section. I added a new feature section by copy and pasting the code from the original feature section into the new feature section I named 'feature2' This way I can add 'feature2' to the new page and populate with its own unique content. Hope that makes sense!
How to use the same section for different page with different content?
did you ever figure out how?
@@snoopdogg309 I found a way if you still need help bro
Kris B Oh shit thanks man, what’s the way?Appreciate it :)
Just making sure this is a soundless video. I'm not sure. If so, brilliant. If not, it might be time to get a new laptop.
its soundless
haha... I was thinking... oh damn! Somethings wrong with my computer... hahaha... Thanks for posting...
@@MikeKollin Me too! haha Been hitting my volume buttons like crazy then searched for this comment!
I added a slideshow to one of my pages but it is a giant square - completely wrong aspect ratio. How can I change this? Thanks
This totally worked, thanks. How can i stack sections on top of other sections?
Hi James, would like to ask how to add section to product page? is there any tutorial video?
thanks in advance
Thank you for this! Where can I find the list of all of the sections?
I found the list of sections and added all of them to the page. Some of them are pulling the content which I set on the Homepage. Is there a way to make them unique so I can add content in the page itself as opposed to pulling from the same modules on the homepage?
I figured this out too! Thanks!
@@cheung1987 where is the list of sections?
@@HamSupZhai Go to edit code > sections
@@cheung1987 Did you find the way around how to separate the sections - so you can write different things on the homepage to the custom pages? Thanks :)
Can you show how these changes look on mobile? Are they automatically adapted to mobile?
you pay so much money for shopify to get such a horrible work-around
free theme is free, and a great starter for most people. THEN you can get into advanced stuff.
This isn't working for me for some reason, anyone have any ideas on how to fix?
Yesssirrr that’s Nice thanks a lot it work perfectly
Hi there! how do you unlock the text columns images tab? it doesn't come up as an option for me, all I see is feature- columns but unable to edit. thank you. video was very helpful.
I added the section that I wanted, but it is a copy of the section from my home page. So if change the page section, the home page section changes as well. I see that others have the issue as well. Anyone solved it?
how do you add dynamic sections like those in the home page?
Hi! I also have a problem. When I change content on about, it changes automatically on a home page. Does anyone know why? And how to change that? Thanks
did you figure it out? need help!!
where did you get feature row?
I'm not doing HTML.
I had the ability to add sections and it's gone.
so don't
Good Job!....
no sound??
Hi there, When I am trying to add the code, nothing is showing up, even when I add a new template, in the video it seems that the code automatically appears in that space, however my space is empty with no code so I am unable to add anything to it or change it?
I am on the free trial, is this the problem or not, or am I missing something? Thanks
did you manage to figure this out because i am having the same issue
Same. "feature-row" doesn't show up for me. But other like "featured-blog" do.
Edit: I kinda figured it out. I guess. I created a new section called "image-text" took all the code from the "feature-row" section, pasted it in the new section I just made and went back to my page template, and called that instead and it showed up. Just changed the code to {% section 'image-text' %}, hope this helps someone else.
Excellent
Thank you so fucking much, i was able to add all the section codes I wanted for a page
it didn't work for me at all
CrystaJLove which part?
Hi James, unfortunately it didn't work for me either. I have tried to copy exactly what you have done, but when I do it the words "section" and "feature-row" do not change colour to purple or green as they do in the video. I am assuming that they change colour to show that they are active and having an effect. I guess I have typed something in wrong or am missing something? Is that a backslash " \ " before and after the " { "'s ?
Could you please type out exactly what the wording/ format is so I can copy and compare it?
Thanks
its a % sign
featured row is not working is says syntax error
Probably because it is now 'featured-row'
Code?
Why would they make this so insanely stupid