Advanced Swiper Slider in Webflow

  Рет қаралды 18,016

Timothy Ricks

Timothy Ricks

Жыл бұрын

Watch an introduction to Swiper Sliders at • Ultimate CMS Slider fo...
Get the cloneable for this project (affiliate link)
webflow.grsm.io/swiper
Timestamps:
00:15 - Setting up the structure
04:53 - Overflow from right side only
06:52 - Setting up the javascript
07:25 - Swiper effects
09:04 - Number of looped slides
10:27 - Configuring controls
10:37 - Setting the active styles
11:22 - Linking two sliders together
12:33 - Swiper thumbs control
13:06 - Swiper events & properties
16:57 - Responsiveness
Join my Webflow Wizards Community
/ timothyricks
Try Webflow using my affiliate link below.
webflow.grsm.io/4840096

Пікірлер: 47
@michaelpowis
@michaelpowis Жыл бұрын
Every single one of your video contains years worth of knowledge and you make it so easy to digest. Legend
@dorianakalaj
@dorianakalaj Жыл бұрын
I can't thank you enough for the immense value I get from your videos! In addition to the usefulness of your video topics, you also have a special talent for explaining complicated concepts! Thanks!!!
@EdgarAntonioHez
@EdgarAntonioHez Жыл бұрын
Incredibly thorough from the classes to the code and even the responsive ! I was able to replicate it 100% and learn a lot from it. Thank you so much Timothy, I will join the patreon group as soon as I can.
@GourmetBytes
@GourmetBytes Жыл бұрын
Looks amazing! So excited to try this out! Tim your always giving so much value💯💯💯
@thewebart
@thewebart Жыл бұрын
Thank you Tim!!!
@geoffdawes6529
@geoffdawes6529 Жыл бұрын
Unreal!!!! 🙌
@soulglowdeej
@soulglowdeej Жыл бұрын
Tim, you're incredible for the Webflow community. Thanks SO much for everything you give....you're amazing. As you've worked with the CMS here, are there any plans to show us mere mortals how to implement next/previous buttons, so people can easily navigate through a collection of projects/blogs/etc. (I can't believe this isn't standard for something as good as webflow...Finsweet and Refokus have something, yet I'm sure lots of people would (well, I would!) love to see how you do it ;) ) Thanks again for everything :)
@rjm199x
@rjm199x 22 күн бұрын
was there any way to customize the animation like it bounce and the movement of images are vertical?
@tethron.
@tethron. Жыл бұрын
Really nice to see more types of sliders like this
@timothyricks
@timothyricks Жыл бұрын
Thanks! There’s also a third one I designed in the cloneable.
@JoepSwagemakers
@JoepSwagemakers 4 ай бұрын
I love the video but for me as a newbie it's too fast and I'm missing big parts in the explanation on how things with the code. Personally I don't need the CMS part but will the code also work with just div's that hold the images?
@jamesmabrown
@jamesmabrown Жыл бұрын
Brilliant video Tim. If I put an html video component in the slides, is there a way to pause it whilst it isn't an active slide?
@edwardconan4810
@edwardconan4810 5 ай бұрын
I‘m at minute 7:20 and I only get 1 slide. Not per view but just 1. When I slide it just goes to empty and at the bottom right where the little images are there‘s only the first and all others are gone. I‘ve been trying to figure this out for hours now and haven‘t found anything. Can someone help me?
@yannnnfc
@yannnnfc 22 күн бұрын
Can I make this slider without CMS? Is it necessary to use CMS? Thank you
@alanalston
@alanalston Ай бұрын
Wow. That's all, really.
@allthingsgjd
@allthingsgjd Жыл бұрын
Hey Tim, beautiful job, what a fantastic slider. 😍 Are you basically recommending this as a superior option to the slick slider?
@timothyricks
@timothyricks Жыл бұрын
Thank you, and good question! Yes, Slick slider hasn’t been updated in a while. Swiper is the most powerful when it comes to features.
@carrilagency
@carrilagency Жыл бұрын
Beautiful work 😊 But experienced some issues with the space %. It seems not work. I will run it by you on patreon.
@fabifabi3371
@fabifabi3371 Жыл бұрын
Great tutorial, I have a question. Is custom code required to make this work? I get stuck a lot since I'm fairly new to webflow, but I would like to try this for a site im working on without purchasing a site plan first. Possible? Also, can I just copy in the CMS collection you used to then change the picture and text without changing the code? Thank you!
@bookcamp
@bookcamp 4 ай бұрын
Hi Timothy. Late to this party, but I am wondering if there's a way for me to enable the Super Slider to mouse/swipe scroll up and down the page, rather than get stuck scrolling the slider left to right? Beautiful work you did on this. Thanks!
@bookcamp
@bookcamp 4 ай бұрын
Ah, nevermind... I see I can set mouse scroll to false on the JS in page settings. Duh. Brilliant slider. Your brain is on another level!
@felixgonzales4273
@felixgonzales4273 Жыл бұрын
How can I make it animate and auto loop? please
@goldenant9450
@goldenant9450 9 ай бұрын
i'm always tempted to use %'s but when I check SEO it always suggests having defined dimensions bc percentages take longer to load - which makes sense to me. What are your thoughts on this?
@Sergy_Kondrashin
@Sergy_Kondrashin Жыл бұрын
🤯🤯🤯 🙌🏻👑💪🏻
@system2213
@system2213 Жыл бұрын
Hey Timothy. Webflow's native slider allows interactions that are triggered by slider change, i.e. when a specific slide comes into view, I can affect change on any other element that I want to. Is there a way to achieve this with Swiper?
@timothyricks
@timothyricks Жыл бұрын
CSS transitions are usually best for this, but you can also use css animations. When swiper adds the active class to the slide, anything inside that slide can be animated based on the class. There’s probably some hacky ways to tie WebFlow interactions to slide change also with swiper slide change events and .click() on a hidden trigger div inside the active slide.
@nickfloats
@nickfloats Жыл бұрын
This is amazing! I'm playing around with the clonable and keep running into a bug I can't seem to fix. When I click on a swiper-slide item, sometimes it navigates in the opposite direction. It's happening on all of the page examples (slider gallery, slider main, and slider releases page). Any idea what might be causing this? Appriciate all that you do!
@timothyricks
@timothyricks Жыл бұрын
Thanks Nick, and good question! I think this might happen if you click on a duplicated looped slide. It takes you back to the non-duplicated version of the slide. To avoid that, loop mode would probably need to be disabled.
@nickfloats
@nickfloats Жыл бұрын
@@timothyricks hmm, tried that but still running into the same issue. ill keep playing with it!
@arminik
@arminik Жыл бұрын
Would you please do a tutorial on how to create custom email signature design in Webflow and copy paste the live version to Gmail? Thank you and love your content, keep up the amazing work ❤
@greenfleshyflower
@greenfleshyflower Жыл бұрын
Hey there - how do you do in-page linking on these titles? Since it's all linked to the Collections
@Galperinjourn
@Galperinjourn Жыл бұрын
hey :) any chance you found the answer? thanks!
@greenfleshyflower
@greenfleshyflower Жыл бұрын
@@Galperinjourn hey there, yes it was easier than I thought, I made a Link Block under "swiper-slide" that contains "slider-titles_heading". Made a new CMS to link it to in the Link Block settings
@Galperinjourn
@Galperinjourn Жыл бұрын
@@greenfleshyflower that's right, yeap, thanks... i'm thinking, if there is a way to do it without a CMS collection at all. do you think it's possible?
@greenfleshyflower
@greenfleshyflower Жыл бұрын
@@Galperinjourn well yes, in Link Settings (the gear when you hover over the Link Block you've created) you have options to Link it to whatever you want
@FairBeggar
@FairBeggar Жыл бұрын
No matter what I do I can't get the background image to slide on scroll. Text yes but background remains.
@lukevanderwalt5491
@lukevanderwalt5491 Жыл бұрын
Did you manage to solve this issue yet? Having the same headache.
@mucmuc3849
@mucmuc3849 Жыл бұрын
Great job, thanks. But could you please check the swiper dots and have a look on an Ipad. The dots are streched and looking not correct
@mucmuc3849
@mucmuc3849 Жыл бұрын
anybody else got a solution for this problem?
@Iastrebner
@Iastrebner Жыл бұрын
I think that's because of the native attributes on mobile. It's something related to margin/padding. You can check it out in the inspector.
@mucmuc3849
@mucmuc3849 Жыл бұрын
@@Iastrebner checked and really tried everything. did not found the solution.
@Iastrebner
@Iastrebner Жыл бұрын
@@mucmuc3849 If you send me the link I can check it out
@nickdemore1697
@nickdemore1697 Жыл бұрын
My bgSwiper is not linked to the other swipers and is not moving when the text or thumbs swiper moves.
@nickdemore1697
@nickdemore1697 Жыл бұрын
I decided to delete the text swiper and titles component because I don't really need the text. Since you were making the text swiper the main controller I did what I could to do the same for the thumbs swiper in hopes that I can link the bgswiper with the thumbsswiper in the same manner as the thumbsswiper was originally linked to the textswiper. but it didn't work. is there potentially something about having this gallery in a page with other sections, webflow scroll interactions etc?
@Louis-nv9ny
@Louis-nv9ny Жыл бұрын
@@nickdemore1697 Hi! bro! I solved this problem! I checked the code again, I found that I forgot to copy the code in the "Insidetag", I copied it in my page settings and it worked!
@nickdemore1697
@nickdemore1697 Жыл бұрын
@@Louis-nv9ny interesting! happy it worked for you. do you mean the you had the code in both the site settings and individual page HTML?
@DimonPockemon18
@DimonPockemon18 Жыл бұрын
Thanks a lot!! It’s for me a such of useful tips. I’m just beginner in WF and a lot of Ukrainian people leaves russian platforms and choose another and sometimes it’s so much struggle with details, so thank you for sharing interesting video and life hacks 🫶🏼
Swap Content on Scroll in Webflow
12:55
Timothy Ricks
Рет қаралды 23 М.
Creating a CMS-powered basic slider in Webflow using Swiper
16:33
Ilja van Eck
Рет қаралды 24 М.
He sees meat everywhere 😄🥩
00:11
AngLova
Рет қаралды 11 МЛН
ОСКАР ИСПОРТИЛ ДЖОНИ ЖИЗНЬ 😢 @lenta_com
01:01
HOW DID HE WIN? 😱
00:33
Topper Guild
Рет қаралды 38 МЛН
I Can't Believe We Did This...
00:38
Stokes Twins
Рет қаралды 84 МЛН
How to use Swiper JS in Webflow for beginners?
19:19
Ahmed Qayyum
Рет қаралды 1,2 М.
Advanced Menu & Slider Interactions in Webflow
41:31
Timothy Ricks
Рет қаралды 59 М.
Top 5 Webflow Mistakes
7:26
Timothy Ricks
Рет қаралды 9 М.
Building a CMS-powered parallax image gallery in Webflow
16:19
Ilja van Eck
Рет қаралды 8 М.
Moving Off React Native
20:50
Theo - t3․gg
Рет қаралды 180 М.
Create a Slider with Swiper JS in Webflow
17:33
También
Рет қаралды 10 М.
(2022) Build a Webflow CMS Slider - No-Code Attributes
9:49
Finsweet
Рет қаралды 41 М.
Tiny motor, big power
0:25
Rob Rides EMTB
Рет қаралды 23 МЛН
Как люди тонут?
0:43
Silver Swim - Школа плавания
Рет қаралды 11 МЛН
Change!!😁 #shorts #レオ
0:46
レオ★スマイル
Рет қаралды 10 МЛН
A clash of kindness and indifference #shorts
0:17
Fabiosa Best Lifehacks
Рет қаралды 16 МЛН
Почему НИКА решила уехать из дома?
0:46
Привет, Я Ника!
Рет қаралды 2,1 МЛН