Do you think the marquee will be a continued trend in 2023? i for one love it and will be using it also, let me know if you encounter issues with the code and/or if you have questions. To be fair, it was a lot if information thrown at you. i forgot to mention, you can combine images and text in one marquee if you want.
Andrea! Your tutorials are a breath of fresh air! Topical and valuable content. To the point. Where have you been this whole time !?? Thank you for all of your amazing content so far! G🙏
Gavin! Hehe, thank you so much!!!! I don’t know, I sometimes wonder that too 😅 you’re welcome & let me know if there’s anything you would like to see on the channel in the future 🤓
Thank you so much! ❤ I've spent so much time trying to figure this out. But it never worked.. And then I find your videos and I LOVE IT! New Subscriber here 😉
I am looking for this functionality and surfing web, chatpgt and lots of blogs but didnot get right answer but you got it compltely right awesome work keep it up
It's 2024 already and clients still dig the marquee. Thanks for this Andrea ! I do have a question which was not mentioned in the tutorial - what if the client wants the text stroked as initial style then becomes solid white (or any other color) when hovered? Tried doing it but was able to ONLY make the text stroked but does nothing when hovered. Please, if you can shed light why it doesn't work. Appreciate you.
Hi Andrea, what a wonderful tutorial! Do you know if it's possible to change the color of the arrow only? I would love to have the font on a grey color and then the arrows with a different color
Love this tutorial. Is there any way to have the logos not scrolling on from a blank screen? As in, they already fill the space horizontally but continue to scroll?
You are very welcome! Should work in the editor as there's no JS in the code, haven't heard anyone having this issue before. I use it on this website ohwow.club/ and it works in both the editor and live website.
I love your videos!! For real the last 7 days I am following your lessons, building my first website in elementor!! Thank you so much, Can you helo with how I can put another picture in hover and a button as they have in the website you showcase? Thank you!!
Hi! I tried the image slider on my website but the image sizing and the gaps and the infinite thing are not working. The text marquee was perfect but the image one does not work
Thank you for this informative video . Im struggling to change the font size . Its not changing . I know how deal with css i tried many times but the font size is not changed in any way . Please help
Hey, Jenifer! You are very welcome 🙏 yes, you upload the font to elementor custom fonts. Make sure that you add ‘serif’ ‘sans-serif’ etc as the font requires. If it’s a google font you can easily copy the css code from there google fonts website 😉
Hi Andrea thank you for this tutorial! Question: if there are several marquees on my page, I can only have the same style for all. If I apply any change of color, speed etc to any of their individual CSS box, the change will either affect all of them or not work at all. Do you know a workaround?
Yes, you just need to change the classes, have different classes for each marquee 😉. Take it step by step not to miss anything, otherwise things will not work anymore
The translateX() function moves an element along the horizontal X-axis. but at the moment of the transition the text moves back a few pixels, making it appear that the animation is not infinitely fluid, it is as if it were a small bug. i using the same code you, applied to the wordpress elementor.
Hi Andrea, thanks for this awesome tutorial! Glad I found your channel! I encountered an issue with the last marquee with the images doesn't have an infinite marquee and stops at the end then continues to the 1st image again. The text marquee thought works perfect! Is there anything I am missing?
hey Axel! Thank you🤓 Yes, copy from .marquee:hover this part of the code and move it up to .marquee -webkit-text-stroke: 1.5px #fff; text-stroke: 1.5px #fff; -webkit-text-fill-color: transparent; text-fill-color: transparent; ...and then delete .marquee:hover completely. Let me know if you need more help ;)
Would it be possible to have this marquee adapt to the user scrolling? So for example; when user scrolls it ramps up in speed and smoothly slows down to normal speed again?
I've been at it for 5 hours now :) can't get it to have a smooth ramp up and down. Anyways, absolutely loved this tutorial, amazing work keep it up!@@andreaegli
wow! you really want to makeit work!! ok, tell you what, send me a reference of exactly how you want it to look/behave and I'll swee if I can help...@@nolderoos7997
First of all, thank you soo much for the offer! I've tried and tried but it simply isn't working. The example / reference that I'm using is from Hagi's Barbershop. You can find them on google (can't post the URL). Thank you so much!@@andreaegli
hi this vid is super easy to follow but I have issue to scale my items in marquee three. I have pngs with high resolution around 1024x1024 and in marquee they are too big. how can I make them smaller in css code? resize? thanks
Hi Andrea, i love your video's. They really help me! I do have a question because when on tablet, when i swipe/scroll left or right, on the whole page i see the white space on the sides. I hope you understand and could help me out here. Again, nice videos and keep it going👍
hey Kenneth! thank you so much! Have you managed to make it work? i'm not sure I understand, maybe send me a screenshot by email if you still need help
Hi Andrea Just wanted to say thanks for your awesome web design videos. They've really helped me improve my skills. If you ever need help with WordPress projects, I'd love to collaborate. Thanks again!
hi, thank you but i have a problem with marquee. it doesn't repeat and after finishing all photos, there is empty . How can I again the photos repeating|?
Welcome! Can you paste the exact HTML structure you are using? I think I know what the problem is, you have omitted smth but i want to make sure that that's what it is...
@@medienmacherbwg9220 yes, if you send me the exact HTML sgtrucutre you used. I think you ommited smth but i want to see your code first so, please send it to me if you want my help
hi, i hope you are doing good. I don't know whether you will reply to this msg but I am facing one issue that in the mobile view the text in the scrolling is looking small and i am not able to increase the size even if i am changing the size in @media only screen and (min-width: 360px) { .marquee__group span { font-size: 4.5vw; } is there any solution?
Hello.. I'm from Brazil, loved your video, it helped me a lot! Could you help me, I'm trying to apply the effect of having two Marquee bands, one normal and the second one below moving in the opposite direction but more blurred.. But the second one doesn't have a continuous effect.. it moves, then stops and starts again.. it seems like there's some interference from the first one.. it doesn't look like your video, with all the marquees passing smoothly.. could you help me?
I couldn't help but notice that your marquee completely breaks when you changed the font-size? You kind of quickly jump to the next part of your video but for those for us needing font-size change - how do we fix this?
Hey, Sean! Add this right at the bottom of the code: @media only screen and (min-width: 360px) { .marquee__group span { font-size: 6.5vw; } } Adjust the font size as needed...I hope this helps!
@andreaegli thanks so much for the reply! I'll try it. I did add in the css gap var from Ryan Mulligan, so changing the gap variable is a single edit. Or is your code modified so that's not a good idea?
Unfortunately, this does not work at all - maybe too old for the latest Elementor version? Copied everything 1:1, but (literally) nothing is displayed. Am I the only one too dumb to do it ;) ?
Hey Markus ☺️ you are not dumb but there could be smth you might have overlooked in adding? This works on all my projects which have the latest version of elementor. I will add it as a free template to the ohwow.com website if you want to check it out later this week 😉
Love this video, thank you so much for this! I have put this into my site, but having an error with image sizing. Would love your help! Will happily tip you! 😉 sending you an email!
hi andrea, i'm struggling with a strange error... the animation starts again before the first image reach the right side of the screen, can't see nothing in the code 🫠 thank you
Hey Francesco! One thing that comes to mind is that maybe you’re not duplicating the text. So, each div holds 3 spans, maybe you skipped one? I can look at your code if you send it to my email 😉
Do you think the marquee will be a continued trend in 2023? i for one love it and will be using it also, let me know if you encounter issues with the code and/or if you have questions. To be fair, it was a lot if information thrown at you. i forgot to mention, you can combine images and text in one marquee if you want.
I came back to this video to ask if you know how to make the marquee animation move like a wave hahahaha 😆
Great video. i only have an issue. added two more elements (images) and now one overlaps the last one
Andrea! Your tutorials are a breath of fresh air! Topical and valuable content. To the point. Where have you been this whole time !?? Thank you for all of your amazing content so far! G🙏
Gavin! Hehe, thank you so much!!!! I don’t know, I sometimes wonder that too 😅 you’re welcome & let me know if there’s anything you would like to see on the channel in the future 🤓
you're a lifesave Andrea!! You got a new subscriber!
I can see you have a great vision, I already know I am going to start to binge watching you. Amazing video, wish this was the first result.
Thank you so much!🤓
Great tutorial and the only one that worked for my needs. Thanks a ton!
You are very welcome!
Awesome amazing cool and easy, thanks for sharing
Super Helpful, Thanks Andrea
You are very welcome!
You are INCREDIBLE!!!! Totally my new fav channel
excitement is what we like in this channel 😅 thank you so much, Becky!
Great and clear! Thanks Andre!!
Thank you so much! ❤ I've spent so much time trying to figure this out. But it never worked.. And then I find your videos and I LOVE IT! New Subscriber here 😉
this is simply next level
Thank you, Joel 🤩
Very nice solution. Thank you for that!:)
You're welcome!
The only script that worked for me :) Tnx a lot!
Lovely! You are very welcome!
I am looking for this functionality and surfing web, chatpgt and lots of blogs but didnot get right answer but you got it compltely right awesome work keep it up
☺️ thank you and you are very welcome, Ayush!
Andrea Thanks so much for your tutorial and help ... very clear and awesome !!!
You are very welcome 🤗 so happy to hear that!
I love this. Thank you, Andrea 😇
Always welcome, Ahmed! And Thank you for watching 🤓
Thank youu I searched everywhere but only your solution worked and it was very easy to understand
You are very welcome 🤗 so happy to hear that!!!
It's 2024 already and clients still dig the marquee. Thanks for this Andrea ! I do have a question which was not mentioned in the tutorial - what if the client wants the text stroked as initial style then becomes solid white (or any other color) when hovered? Tried doing it but was able to ONLY make the text stroked but does nothing when hovered. Please, if you can shed light why it doesn't work. Appreciate you.
great tutorial, thanks andrea, your channel is awesome
absolutely perfect examples!
Thank you 😊
Hey Andrea,
Thank you so much
Thank you for saving my life :D
Anytime 😅
Hi Andrea. Thank you for this beautiful tutorial. I have a question, is it possible to slow down the speed?
Hey Corina! Yes, adjust the s value on this: animation: scroll 30s linear infinite reverse;
🥰Thank youuu! didn't saw the line@@andreaegli
Subbing cuz you gave us the code in an external link! Thanks for this
Thanks for the sub! 😁
Thanks for this amazing video
My pleasure
Justo el tutorial que buscaba y explicado mu y claro, gracias!
Estoy muy contenta de escuchar eso, Cesar! De nada 🤓
great idea for cardss didi.....!!!!!!!!
Hi Andrea, what a wonderful tutorial! Do you know if it's possible to change the color of the arrow only? I would love to have the font on a grey color and then the arrows with a different color
That's awesome ! if you can add speed effect on scroll that's would be perfection !
I’m working on something like that 😉
Love this tutorial. Is there any way to have the logos not scrolling on from a blank screen? As in, they already fill the space horizontally but continue to scroll?
Not sure I understand what you mean, do you have a link to your example?
Thank you very much
I have tried this, but it does not work in live, it only works in the editor. What is the problem in your opinion?
You are very welcome! Should work in the editor as there's no JS in the code, haven't heard anyone having this issue before. I use it on this website ohwow.club/ and it works in both the editor and live website.
@@andreaegli Yes, this is true. The problem is on all Custom CSS on the site. I do not understand what is happening
loved it thanks 👌
I love your videos!! For real the last 7 days I am following your lessons, building my first website in elementor!! Thank you so much, Can you helo with how I can put another picture in hover and a button as they have in the website you showcase? Thank you!!
You're very welcome and so happy to hear that my videos are so helpful! That is way too complicated to explain in words
Fantastic video thanks a lot for your tips, can I ask you how to make text gradient color please !
Hi Andrea. I'm Vishal. I really loved your content. I learnt lot of new things thanks specially 🙃 keep it
Hey Vishal! 👋 happy to hear that, will do 🤓
@@andreaegli 🙃
Thanks a lot. Very nice code.
You’re welcome ☺️
Thank you very much 🙏🙏🙏
You are very welcome 🙏
Hi! I tried the image slider on my website but the image sizing and the gaps and the infinite thing are not working. The text marquee was perfect but the image one does not work
Make sure to duplicate the images
Thank you for this informative video . Im struggling to change the font size . Its not changing . I know how deal with css i tried many times but the font size is not changed in any way . Please help
Hi, thank you so much for this! How can I change the type for one I just upload to WordPress?
Hey, Jenifer! You are very welcome 🙏 yes, you upload the font to elementor custom fonts. Make sure that you add ‘serif’ ‘sans-serif’ etc as the font requires. If it’s a google font you can easily copy the css code from there google fonts website 😉
Hi Andrea thank you for this tutorial! Question: if there are several marquees on my page, I can only have the same style for all. If I apply any change of color, speed etc to any of their individual CSS box, the change will either affect all of them or not work at all. Do you know a workaround?
Yes, you just need to change the classes, have different classes for each marquee 😉. Take it step by step not to miss anything, otherwise things will not work anymore
life saver video
Happy to hear that it helped that much 😊
The translateX() function moves an element along the horizontal X-axis. but at the moment of the transition the text moves back a few pixels, making it appear that the animation is not infinitely fluid, it is as if it were a small bug. i using the same code you, applied to the wordpress elementor.
What modifications have you made to the code? did you change the gap size?
Hi Andrea, thanks for this awesome tutorial! Glad I found your channel! I encountered an issue with the last marquee with the images doesn't have an infinite marquee and stops at the end then continues to the 1st image again. The text marquee thought works perfect! Is there anything I am missing?
Hello Andrea, great Job! Do you know how to make the text stroke without needing to hover;
hey Axel! Thank you🤓 Yes, copy from .marquee:hover this part of the code and move it up to .marquee
-webkit-text-stroke: 1.5px #fff;
text-stroke: 1.5px #fff;
-webkit-text-fill-color: transparent;
text-fill-color: transparent;
...and then delete .marquee:hover completely. Let me know if you need more help ;)
@@andreaegli Thank you very much for your quick respond! It worked!
@@Axel1665 anytime, Axel!
Would it be possible to have this marquee adapt to the user scrolling? So for example; when user scrolls it ramps up in speed and smoothly slows down to normal speed again?
Yes, you just need to add some JS
I've been at it for 5 hours now :) can't get it to have a smooth ramp up and down. Anyways, absolutely loved this tutorial, amazing work keep it up!@@andreaegli
wow! you really want to makeit work!! ok, tell you what, send me a reference of exactly how you want it to look/behave and I'll swee if I can help...@@nolderoos7997
First of all, thank you soo much for the offer! I've tried and tried but it simply isn't working. The example / reference that I'm using is from Hagi's Barbershop. You can find them on google (can't post the URL). Thank you so much!@@andreaegli
You are amazing thanks for the tips! Subscribed!
Efharisto poli, Giannis!
@@andreaegli Parakalo ! 😂
hi this vid is super easy to follow but I have issue to scale my items in marquee three. I have pngs with high resolution around 1024x1024 and in marquee they are too big. how can I make them smaller in css code? resize? thanks
Muito obrigado 😍
With pleasure 😉
thanks for the tut, question. what shortcode you use to comment and uncomment the css code lines?
Hi. Can you tell, how to do without jumping?
There shouldn't be any jumping, there must be something missing from your code. Do you mind sharing the code so I can have a look, you can email me...
Hi Andrea, i love your video's. They really help me! I do have a question because when on tablet, when i swipe/scroll left or right, on the whole page i see the white space on the sides. I hope you understand and could help me out here. Again, nice videos and keep it going👍
hey Kenneth! thank you so much! Have you managed to make it work? i'm not sure I understand, maybe send me a screenshot by email if you still need help
❤❤❤❤❤❤❤❤❤ wonderful. Thank you 😊 🎉🎉🎉🎉
Hi Andrea
Just wanted to say thanks for your awesome web design videos. They've really helped me improve my skills. If you ever need help with WordPress projects, I'd love to collaborate.
Thanks again!
hi, thank you but i have a problem with marquee. it doesn't repeat and after finishing all photos, there is empty . How can I again the photos repeating|?
Welcome! Can you paste the exact HTML structure you are using? I think I know what the problem is, you have omitted smth but i want to make sure that that's what it is...
@@andreaegli
Thank you for your answer:
**********Html***********
**************css*************
.marquee {
width: 2850.62px;
max-width: 100%;
height: 50px;
overflow-x: hidden;
position: relative;
color: #333;
white-space: nowrap;
counter-reset: slide;
display: flex;
flex-shrink: 0;
}
.track {
position: absolute;
white-space: nowrap;
will-change: transform;
}
@keyframes marquee {
from { transform: translateX(0); }
to { transform: translateX(calc(-100% - 1rem)); }
}
Can you help me? 🙏
@@medienmacherbwg9220 yes, if you send me the exact HTML sgtrucutre you used. I think you ommited smth but i want to see your code first so, please send it to me if you want my help
I learn a lot from this.
Thank you, Jim! So happy that the video was helpful 🤓
hi, i hope you are doing good.
I don't know whether you will reply to this msg but I am facing one issue that in the mobile view the text in the scrolling is looking small and i am not able to increase the size even if i am changing the size in
@media only screen and (min-width: 360px) {
.marquee__group span {
font-size: 4.5vw;
}
is there any solution?
I have same issue did you find solution please share
Hi, did You find the solution???🙌🙌
@andreaegli
Much respect and love from India ma'am
The quality of of content u have 🤌🏻🫶🏻
Wish u ll have more success ahead :p
Hey & thank you so much!
can you make it marquee tutorial for shopify???
Hey, most likely not because I have never worked with liquid
CODE DOESNOT START or execute any solutionss????
it does, make sure that you followed all the steps. I use these codes in my projects
Hello.. I'm from Brazil, loved your video, it helped me a lot! Could you help me, I'm trying to apply the effect of having two Marquee bands, one normal and the second one below moving in the opposite direction but more blurred..
But the second one doesn't have a continuous effect.. it moves, then stops and starts again.. it seems like there's some interference from the first one.. it doesn't look like your video, with all the marquees passing smoothly.. could you help me?
can we do this in vertical and little bit slant?
yes!
Great tutorial, thanks for sharing
Thanks, Lucian! You’re welcome 😊
The code just appeared on my screen it didn’t work for me
You probably forgot to close a tag
@@andreaegli I just copy and pasted like you said and the code just appears on my screen I am probably doing something wrong just not sure what
Thanks you!!!!!!❤
You are welcome!!!! 🙏
I couldn't help but notice that your marquee completely breaks when you changed the font-size? You kind of quickly jump to the next part of your video but for those for us needing font-size change - how do we fix this?
Hey, Sean! Add this right at the bottom of the code:
@media only screen and (min-width: 360px) {
.marquee__group span {
font-size: 6.5vw;
}
}
Adjust the font size as needed...I hope this helps!
@andreaegli thanks so much for the reply! I'll try it. I did add in the css gap var from Ryan Mulligan, so changing the gap variable is a single edit. Or is your code modified so that's not a good idea?
Where do you control which font is being used?
Under .marquee__group span you will see a property called font-family, that's where you add your desired font
Can you do this with video?
Yes, but it's a bit complicated. I've added this to my list of videos-to-make
I saw you have installed ooohboi steroids plugin, how you use this any creative layout build with this plugin?
Hey Sameer! I've installed it mostly for the GSAP, three.js, and locomotive integrations as I want to make some cool stuff with those in the future
Unfortunately, this does not work at all - maybe too old for the latest Elementor version? Copied everything 1:1, but (literally) nothing is displayed. Am I the only one too dumb to do it ;) ?
Hey Markus ☺️ you are not dumb but there could be smth you might have overlooked in adding? This works on all my projects which have the latest version of elementor. I will add it as a free template to the ohwow.com website if you want to check it out later this week 😉
Love this video, thank you so much for this! I have put this into my site, but having an error with image sizing. Would love your help! Will happily tip you! 😉 sending you an email!
Hey! Thank you so much, sorry for the late reply, I was away...have you managed to make it work?
❤❤
👍👍👍
thanks a lot girl
you're welcome😉
hi andrea, i'm struggling with a strange error... the animation starts again before the first image reach the right side of the screen, can't see nothing in the code 🫠 thank you
Hey Francesco! One thing that comes to mind is that maybe you’re not duplicating the text. So, each div holds 3 spans, maybe you skipped one? I can look at your code if you send it to my email 😉
Hey i don't want to use the black background, and am not able to figure out how can i make the text black because i have white background. .