Auto Scrolling Text in Elementor (Infinite Marquee Effect)

แชร์
ฝัง
  • เผยแพร่เมื่อ 18 ต.ค. 2024

ความคิดเห็น • 29

  • @ashish5287
    @ashish5287 ปีที่แล้ว +6

    The only marquee code that really works in Elementor container based design. Thanks a lot for this great video. I have watched few videos for marquee in elementor, the code just breaks somehow making your design messy, despite trying multiple times.

  • @YusufErenIslim
    @YusufErenIslim ปีที่แล้ว +9

    hey, it is not working. I have 2 rows of text and one of them has a gap problem

  • @pritamdas97
    @pritamdas97 12 วันที่ผ่านมา +1

    it worked for me. thank you

  • @galogalofre
    @galogalofre หลายเดือนก่อน

    Great video, greetings from Colombia. Starting today I'm subscribing to your channel. Everything is super clear and simple. I also have a question. Is there a way to make the text stay still when you hover over it?

  • @muhammadhafidz9959
    @muhammadhafidz9959 3 หลายเดือนก่อน +1

    thanks for the awesome tutorial and easy to listen explanation, the customizable heading is also a plus point although we can also modified any other widget that have more than 1 line, not just for heading

  • @spellgrowth
    @spellgrowth 5 หลายเดือนก่อน +3

    nice tutorial but still your marquee is feels like laggy so you can use this for better smoother animation:
    .marquee {
    overflow: hidden;
    display: flex;
    white-space: nowrap;
    }
    .marquee h1 {
    display: inline-block;
    padding-right: 100%; /* Ensures space between repeated texts */
    animation: marquee 45s linear infinite;
    }
    @keyframes marquee {
    from {
    transform: translateX(0);
    }
    to {
    transform: translateX(-100%);
    }
    }

  • @miansohaibraheem
    @miansohaibraheem 6 หลายเดือนก่อน +1

    Thanks man, it works for me perfectly. I used it to scroll logos.

  • @iloveyoutrell
    @iloveyoutrell 4 หลายเดือนก่อน

    Thank you for this! Is this mobile friendly? Mines is not scrolling outside of desktop

  • @Jef-ur7zv
    @Jef-ur7zv หลายเดือนก่อน +1

    thanks

  • @heymatthias
    @heymatthias 3 หลายเดือนก่อน

    Thank you, this works. But I changed the H1 in the CSS to p and took a paragraph Element instead of H1 Headings, to avoid having 3 different H1 Elements on a page. It works too.

  • @sirvykestudios3840
    @sirvykestudios3840 หลายเดือนก่อน

    Very helpful ❤🎉

  • @PedroMPerpetuo
    @PedroMPerpetuo 10 หลายเดือนก่อน

    Same here - there is a double Header beneath the animated one... not sure why..
    Okay, I think I found what I did wrong in the first attempt: needed to make sure hat I chose the same title tag (in my case H2) in the Title Element and in the HTML code aswell... make sure that I really use the same class (in my case marquee2) both in Title widget and HTML widget, and also check that I pasted the css in the correct field (into the Title widget CSS) , while I am using Elementor Pro... thanks... it works like a charm!

  • @Jebesniper
    @Jebesniper 3 หลายเดือนก่อน +1

    Thank you works like a charm! Appreciate :)

  • @babagenow6288
    @babagenow6288 3 หลายเดือนก่อน

    Can I do 3 Elements?
    For me the third doesnt move no matter what I do... Im trying to do 3 on top of each other: right to left, left to right, right to left and no matter what I do (new class, h1,h2 and h3 etc) the third one wont move
    Edit: I fixed it by renaming all the classes in the html code, for some reason it didnt register because I used a Capital M instead of small m.
    Amazing tutorial thank you!!!

  • @nobscorp3462
    @nobscorp3462 11 หลายเดือนก่อน +1

    Awesome tutorial, thank a lot!

  • @blatantdigital
    @blatantdigital 11 หลายเดือนก่อน +1

    Thank you! It works great!! :)

  • @annahuete4747
    @annahuete4747 10 หลายเดือนก่อน +1

    it works! thanks :)

  • @Nasa_channel_
    @Nasa_channel_ ปีที่แล้ว +6

    i used the code but it was duplicated the heading underneath and the top heading was moving and the bottom was still. Even though i didnt create another heading underneath but still it was showig the content which was moving buit was still. Why is it duplicating?

    • @tomphillips7431
      @tomphillips7431 7 หลายเดือนก่อน

      I had the same issue but found that the cause was that the CSS uses H1 but I was using H2. Make sure they match and you should be good.

  • @mohammadriaz122
    @mohammadriaz122 10 หลายเดือนก่อน

    Hi, Thanks for upload the video which is very useful. I did not find the css code link ( for stroke & others) in your description. I can see the only text scrol code link ( left & rigt ). Where i can get css code?. kindly guide me. thanks

  • @mitsoni6481
    @mitsoni6481 8 หลายเดือนก่อน +1

    Pro Version in Require to use this code?

    • @WickyDesign
      @WickyDesign  8 หลายเดือนก่อน

      Yes you will need Pro to add custom code to the website.

  • @franktielemans6624
    @franktielemans6624 ปีที่แล้ว

    I want to use this in a post title in a loop-item, the idea is to only show it on hover.
    The problem is that the marquee only plays in the first post item.

  • @matthewfavour8979
    @matthewfavour8979 4 หลายเดือนก่อน

    How can I get the code?

  • @manemovafagh4777
    @manemovafagh4777 22 วันที่ผ่านมา

    tanx but its not work in newest Elementor version

    • @WickyDesign
      @WickyDesign  22 วันที่ผ่านมา

      I can confirm it works with Elementor 3.24.4 and Pro 3.24.2. If you're on versions 3.24.0 you should upgrade, there was some display bugs with the first version of 3.24.

  • @easymoneysniper6413
    @easymoneysniper6413 ปีที่แล้ว

    &Nbsp; does not work, there is still a gap in between the last word and the first word

    • @WickyDesign
      @WickyDesign  ปีที่แล้ว

      Try it with a lowercase n:  

  • @lucassobralf
    @lucassobralf 2 หลายเดือนก่อน

    Thanks