- 4
- 34 812
James Suske
Приєднався 10 лип 2013
Your ultimate destination for straightforward tech and web tutorials. Master the digital world with step-by-step guides, expert tips, and insider insights. Subscribe now to level up your digital skills!
Connect Apple Airpods to PS4
In this video I will show you how to connect Apple Airpods to PS4, please note this requires an iPhone as well.
Переглядів: 1 230
Відео
Wordpress WooCommerce disable shipping for single product.
Переглядів 4,6 тис.4 роки тому
Hi All, In this video I will show how to disable shipping for one single products. Please note if you have multiple items in your shopping cart and one of those products is a physical product that needs shipping, the shipping to be enabled.
Wordpress Elementor - Link images of the image carousel slider separately
Переглядів 2,3 тис.4 роки тому
In this tutorial I will show you how to have seperate links for the Image Carousel in Wordpress Elementor. 1. Assign the images alt as the link 2. Add the following jQuery code from the video in your themes footer.php file:
Shopify Debut Theme - Add Sections To Other Pages
Переглядів 27 тис.5 років тому
In this video I will show you how to add sections to other page besides the home page in Shopify's Debut Theme.
Thank you!!!!
thank you!
Hi please share your contact
I have been searching the internet for hours; Reading tons of articles (most by wordpress/woocommerce recommend paid plugins to achieve this) this video showed me exactly what I needed to do. Short, simple, and right to the point. Thank you for making this video and showing us the easy way to complete this process!
It works. And here's the code: <script> jQuery(".swiper-wrapper").find(".swiper-slide-image").each(function(){ var div = jQuery(this); var link = div.attr("alt"); div.wrap("<a href='" + link + "'></a>"); }); </script>
This isn't working for me for some reason, anyone have any ideas on how to fix?
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!
Worked perfectly - thank you!!
Hi Bro, searched the internet for the all-night... Finally got it in your video... Great work man...
Thank me later. {% section 'feature-row' %} {% section 'image-bar' %} {% section 'rich-text' %} {% section 'custom-content' %} {%section 'hero'%} {%section 'article'%} {%section 'blog'%} {%section 'cart'%} {%section 'collection'%} {%section ' customers/account'%} {%section 'customers/account_activate'%} {%section 'customers/addresses'%} {%section 'customers/login'%} {%section 'customers/order'%} {%section 'customers/register'%} {%section 'customers/reset_password'%} {%section 'gift_card'%} {%section 'index'%} {%section 'list-collections'%} {%section 'page.contact'%} {%section 'password'%} {%section 'product'%} {%section 'search'%}
Thank you!!
Why would they make this so insanely stupid
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
Once you edit the sections, it will copy it to all of the pages. How can this be avoided?
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.
Thank you so much, this was helpful
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 !
Good Job!....
gee, a whole bunch of code and no narration. what an informative video.
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?
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!
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?
excellent works like a charm
Oh I spoke too soon - no it doesnt work
Yesssirrr that’s Nice thanks a lot it work perfectly
Hi, may i know if u are retrieving the URLs from the Alt Text of the images or the caption? I realised that the "name" written in code is specifying the Alt Text of my images. Can u please assist if i want to retrieve the value of caption?
It works but I don’t wanna keep using phone battery
<script> jQuery(".swiper-wrapper").find(".swiper-slide-image").each(function()) { var div = jQuery(this); var name = div.attr("alt"); div.wrap("<a href='" + name + "' target='_blank'></a>"); }); </script>
Does not seem to work ...
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 :)
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!!
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.
More videos on editing/coding Deput theme, please!
I wasn’t able to hear sound; could be user error though.
no sound??
The mic don’t work I can hear sounds but in a party and game chat etc they can’t hear me any solution?
This totally worked, thanks. How can i stack sections on top of other sections?
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 :)
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!
I can't use my controller
Yh I don’t want to use a phone 😂
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.
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...
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.
how do you add dynamic sections like those in the home page?
Can you show how these changes look on mobile? Are they automatically adapted to mobile?
I'm not doing HTML. I had the ability to add sections and it's gone.
so don't
Hi James, would like to ask how to add section to product page? is there any tutorial video? thanks in advance
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:/
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.
Excellent
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
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' %} <div class="page-width"> <div class="grid"> <div class="grid__item medium-up--five-sixths medium-up--push-one-twelfth"> <div class="section-header text-center"> <h1>{{ page.title }}</h1> </div> <div class="rte"> {{ page.content }} {%section 'feature-row' %} {%section 'mypersonalsection' %} //==>HERE YOUR PERSONAL CONTENT </div> </div> </div> </div>
@@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 :)