Hola! Se que la pregunta puede ofender un poco pero uso el maquetador de ELEMENTOR, tiene un widget de html donde puedes incluso poner scripts. ¿Como podría adaptarse para hacerlo funcional? Se qué hay que reemplazar en el código las referencias de la imagen y mover los textos de arriba a la derecha pero en tu documento usas múltiples hojas, pueden concatenarse todas en un pedazo de código?
@@codsfli i did it, but there are so many documents and it is litte hard for me to make all in 1 sheet to past in the html widget, finally i could do it but it is causing me trouble.
Vi que respondiste un comentario de cómo ponerle tiempo para que se deslice automáticamente, pero al dar clic en alguna flecha el tiempo para deslizar automáticamente ya no lo respeta, ¿Hay una manera de poder hacer que aunque se dé clic siga respetando el tiempo?
I give previously that code {options} has some issues {github.com/nolimits4web/swiper/issues/3729}. I think this code fixes that problem 👇 * autoplay: { delay: 2000, disableOnInteraction: false, }* Thanks for your comment 👍.
Hello, I saw that you reply to the comments, can you help me? I would like to leave only the main card with opacity 1 and the others that are smaller than it with opacity 0.5, how can I do that?
Hello bro we are into pancakes business and we are making [make your own ice cream and pancake] where the backend people have stuck in looking for a code please help me with this....,The problem they are facing is that there is a list of ice cream flavors in the left side section and empty ice cream cup in the right side of desktop screen... once you select on the image of a single ice cream scoop flavor it should appear in the empty ice cream cup which is not happening please guide us. ONLY TWO SCOOPS OF ICE CREAM FLAVORS IN CUP AT A TIME THAT IS ONLY TWO IMAGES SHOULD APPEAR.
@@codsfli There is a interface image of make your own ice cream section...how can i share you that..? i think you'll understand the problem once you look at the image.
Hi, I used your code in angular, but I am not getting 3D coverflower effect. I am getting output in image sliding in straight line. I want to change the image using slider. Could you please give solution ?
why do you guys always use .html I don't see the point of it cause if I try to add this carousel to my work the.HTML will ruin my design and will make everything look big
@@codsfli on your css code there’s what you wrote .html and you added font size to it and the zoom element so all I’m trying to say is those codes are not needed it ruins peoples formal code
How hard it is to write it on your own using this video as a reference, instead of just doing blind copy paste and complaining that it doesnt fit your design....What did you expect from him? To write it specifically for your needs...
Awesome Job keep up 👍👍🔥🔥
Thank you so much 💖💖
Anytime 😁💖
wow youre slider is so beautiful.
Thanks
Thank you bro, your tutorial saved me.
Thanks 🥰
WOW !!! Amazing man! Wish you all the best ! You are best of the best !
Thank you so much ❤️🔥❤️🔥❤️🔥
Thanks bruh !❤
Welcome 😍
🔥🔥
Awesome, bro keep up
Thanks 🥰
Hola! Se que la pregunta puede ofender un poco pero uso el maquetador de ELEMENTOR, tiene un widget de html donde puedes incluso poner scripts.
¿Como podría adaptarse para hacerlo funcional?
Se qué hay que reemplazar en el código las referencias de la imagen y mover los textos de arriba a la derecha pero en tu documento usas múltiples hojas, pueden concatenarse todas en un pedazo de código?
Thanks for comment. You paste the code in elementor custom code section.
@@codsfli i did it, but there are so many documents and it is litte hard for me to make all in 1 sheet to past in the html widget, finally i could do it but it is causing me trouble.
Bro en que minuto comienza el swiper?
set option interval
Very interesting, but i use Next js, would like to see it working there. What are the libs you use to do it?
am also searching on that, if you found something share it with me please
20:54 hi brother it help me so much but my question is how can i use it with 3 images???
3 image will be not work, minimum 4
Nice work! Which theme and font family are you using?
Martial-theme and
(cascadia code) font
Thanks a lot!!!!!!!!
Thank you so much
thanks allot
Thanks 🥺
Nice
Thanks
awesome~~~~
Thanks 😍
Hi, I was wondering where I can see the "index.html" file from the video for the source code. I could not find it on the Github page
Check again
@@codsfli thank you so much!
bro , i want to make it so that when a certain slide is clicked , that one comes into the center , can you help me out how i can do that?
contact me in messenger.
Friend, tell me what you need to add to your code so that the slider can scroll itself with an interval of 5 seconds?
add inside swiper option :
autoplay: {
delay: 5000,
disableOnInteraction: false,
},
@codsfli where is this swiper option?
Slider script inside
Vi que respondiste un comentario de cómo ponerle tiempo para que se deslice automáticamente, pero al dar clic en alguna flecha el tiempo para deslizar automáticamente ya no lo respeta, ¿Hay una manera de poder hacer que aunque se dé clic siga respetando el tiempo?
I give previously that code {options} has some issues {github.com/nolimits4web/swiper/issues/3729}.
I think this code fixes that problem 👇
* autoplay: {
delay: 2000,
disableOnInteraction: false,
}*
Thanks for your comment 👍.
Nyc mind blowing
Thanks 🔥
How can I move the arrow buttons to the middle right and left side?
Write CSS
@@codsfli Which class of the arrow belong to , I can't find it
@@Eve依宸 give class to arrow then apply css on it
Hello, I saw that you reply to the comments, can you help me?
I would like to leave only the main card with opacity 1 and the others that are smaller than it with opacity 0.5, how can I do that?
Thanks for comment 👍
.swiper-slide {
opacity: 0.5;
}
.swiper-slide-active {
opacity: 1;
}
Thanks!
I coded along but couldn't get it to work. Bummer.
See if you missed anything, or Check swiper documentation.
can you make this slider in reactjs
Okay I will try.
@@codsfli thanks for replying
@@codsfli Yes, please. It is gonna be awesome! ReactJS
today i publish React JS way , wait.
Thanks bro
🥰
thanks👍👍
Welcome 👍
thanku 😇😇
Thanks 😍
How can I download source code..? I can't download from git-hub.. Because download button is not showing..
I think Github problem 🤔
if u see the green button with text " Code" click it then choose download zip
if i have to make this clickable what do i do
Add index of slide
@@codsfli ??
Your question is not clear, Please describe it clearly.
@@codsfli what index and where
Hello bro we are into pancakes business and we are making [make your own ice cream and pancake] where the backend people have stuck in looking for a code please help me with this....,The problem they are facing is that there is a list of ice cream flavors in the left side section and empty ice cream cup in the right side of desktop screen... once you select on the image of a single ice cream scoop flavor it should appear in the empty ice cream cup which is not happening please guide us.
ONLY TWO SCOOPS OF ICE CREAM FLAVORS IN CUP AT A TIME THAT IS ONLY TWO IMAGES SHOULD APPEAR.
How can I help you, message me.
@@codsfli There is a interface image of make your own ice cream section...how can i share you that..? i think you'll understand the problem once you look at the image.
visit : codsfli.com/
you will find my contact info.
@@codsfli Bro please check your mail
How to add database in this project? so that we can update this in real time.
Use json file or third-party database
How can we use this in WordPress and Elementor?
Everything in one file then you can use
@codsfli Do you have a Telegram or Instagram or WhatsApp ID so I can send you a message and ask for your help?
hello, a little bit confuse.. to make it smaller, what should I do?
Hey there! Don't stress, I got your back. Let's tackle this confusion and make it smaller!
Bro html page lo scripts links vati code important or not if important the code of that script I can't find can you help me
😒
🔥
What are these,
1:46
That script is the cdn link for the Swiper plugin.
Hi, I used your code in angular, but I am not getting 3D coverflower effect. I am getting output in image sliding in straight line.
I want to change the image using slider. Could you please give solution ?
I am sorry, swiper not much work in angular. you can use another plugin.
Can this work with bootstrap
I think it will be work
Hey, your video was really helpful! I want to ask how to change it to autoplay.
autoplay : true,
@@codsfli where exactly? Html, css or js?
Javascript swiper object inside
will this work for svelte?
I don''t know
i will try it. will ask you if i need something
Yeah
its not work. pls help sir
Contact me in the messenger
Thanks ,code source please
In the description
thanks,my pro❤
@@codsfli
Whata mess in html
What?
@@codsfli learn BEM html
@@codsfli i downloaded your github source and archiv do not wanna open1
I think not downloaded 🤔
why do you guys always use .html I don't see the point of it cause if I try to add this carousel to my work the.HTML will ruin my design and will make everything look big
I don't know what you mean
@@codsfli on your css code there’s what you wrote .html and you added font size to it and the zoom element so all I’m trying to say is those codes are not needed it ruins peoples formal code
You dont know csss😂😂😂
How hard it is to write it on your own using this video as a reference, instead of just doing blind copy paste and complaining that it doesnt fit your design....What did you expect from him? To write it specifically for your needs...