Elementor Magic Card Hover Effect | WordPress Elementor Pro Tutorial | Elementor Tricks

Поделиться
HTML-код
  • Опубликовано: 10 дек 2024

Комментарии • 214

  • @jimfahaddigital
    @jimfahaddigital  2 года назад +3

    🔥Download Exclusive Elementor Templates: kitpapa.com 🔥

    • @000SilaS000
      @000SilaS000 Год назад

      the tutorial is fake

    • @muhittintandogan656
      @muhittintandogan656 Год назад

      no tecnichal support

    • @vaibhavtomar980
      @vaibhavtomar980 Год назад

      hi jim i loved your tutorial but i am have some issue please can you help me out to solve it when i hover on the card the motion effect is working but in a square form not like you showed i have complete this by today can u please help me out

  • @hannah_seeley
    @hannah_seeley 2 года назад +6

    I have never commented on a RUclips video before but I feel I must share- I have only recently started using Elementor (and Wordpress!) and your content is BY FAR the best resource I've had through my learning! Your channel's videos are easy to follow along with, and I greatly appreciate that you explain your code snippets. Wish I could do more to support- I don't know where I'd be without this RUclips channel!

  • @Donny2801
    @Donny2801 2 года назад +1

    why is this channel doesnt have 100k subs. keep up the good content bro you are the one who introduce me to freelance world of web creating and make me confident enough to start

  • @shovonmahmud9028
    @shovonmahmud9028 3 года назад

    I Share my Portfolio link with friends. When they visit my page, their first reaction is "WOW". Then they ask me how I can design like that, I Credit Jim Fahad Vaiya. Now they are also your Subscriber. Also, this tutorial Is OP. Similar to Previous Magic Card Effect. But I enjoyed it.

    • @wmz.design
      @wmz.design 3 года назад

      could you share it with me? i'd love to take a look at it and get some inspiration from it

  • @kalashbansal2979
    @kalashbansal2979 3 года назад +17

    As usually your content is too much good 😊

  • @salauddinalim3225
    @salauddinalim3225 3 года назад +2

    lovely sis..........we want more like that! your convince ability just wow!:)

  • @NOALNOM
    @NOALNOM 3 года назад +2

    This is AWESOME Jim!!! You rock! Thank your for your time!!!

  • @abhishekgarg1030
    @abhishekgarg1030 3 года назад +2

    Aah after a long time mam is back...we missed your voice mam.

  • @prasadcaher
    @prasadcaher Месяц назад

    This was very helpful, Thank you!

  • @eu_testei
    @eu_testei 2 года назад

    Esse é o melhor canal de Elementor do mundo!!!!! - "This is the best Elementor channel in the world!"

  • @kaisjrad
    @kaisjrad 3 года назад

    I surprised by the voice until I replay the video to see that is created by Marufa,
    Nice Tutorial , thankyou

    • @jimfahaddigital
      @jimfahaddigital  3 года назад +1

      Haha!! Thank you so much Kais brother!! 🙌😍

  • @MarkMcPhilimy
    @MarkMcPhilimy Год назад +7

    Hi, unfortunately it's not working as it should. The hover effect works but it doesn't look like yours does. The gradient hover effect looks more like a solid border. Could this have to do with using containers?

  • @SteveDourdil
    @SteveDourdil 3 года назад +5

    It looks great in edit mode but on my live site I just see a big blue square rotating in the background?

    • @dodolenfantdo7194
      @dodolenfantdo7194 3 года назад

      same

    • @infinitemediaok
      @infinitemediaok 3 года назад

      same, any solution?

    •  2 года назад

      rename the animation name, to something else, don't use "spin" because that's a default animation from css... It took me more than 3 hours to realize this ç_ç

  • @HardRock-bq4xf
    @HardRock-bq4xf 3 года назад +4

    Hey there ! its Really amazing but when I bring it live to my website the background animation rotate out of the box only on Elmanot view work why is that ?

  • @LoveAllah502
    @LoveAllah502 3 года назад

    Great .... your videos are seriously very creative and I have tried them ...... you create very informative , creative videos and yes subscribed.....

  • @abidchaudhary3439
    @abidchaudhary3439 2 года назад

    that was awesome. I am using this in my new website.
    Thank you so much bro

  • @DudiKroyzer
    @DudiKroyzer 6 месяцев назад +1

    Excellent tutorial♥
    Thanks

  • @centrumusugczyszczenia6322
    @centrumusugczyszczenia6322 3 года назад +5

    Unfortunately, it doesn't work for me. In Elementor is ok, but with normal use, the whole window revolves around the insection field, not just the backlight. What could be the problem? Thanks a lot!

    • @moadel9403
      @moadel9403 2 года назад

      Same thing happened to me

    • @larryfroot
      @larryfroot 2 года назад

      Partial support from the browser?

    • @TherinjikongaMakkale
      @TherinjikongaMakkale Год назад

      }
      selector:hover::before {
      width: 104%;
      height: 104%;
      border-radius: 20px;
      top: -2%;
      left: -2%;
      }
      selector:hover::after {
      top: 0;
      left: 0;
      right: 0;
      height: 100%;
      width: 100%;
      transform: scale(0.9);
      filter: blur(70px);
      }
      @keyframes spin {
      0% {
      --rotate: 0deg;
      }
      100% {
      --rotate: 360deg;
      }
      }
      Kindly use this

    • @jessicagarner-smith7454
      @jessicagarner-smith7454 Год назад

      same thing happened to me. I have found that the new browser updates are not compatible with this now old tutorial :(

  • @TherinjikongaMakkale
    @TherinjikongaMakkale Год назад

    For anyone rotating out of the box use this
    }
    selector:hover::before {
    width: 104%;
    height: 104%;
    border-radius: 20px;
    top: -2%;
    left: -2%;
    }
    selector:hover::after {
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    transform: scale(0.9);
    filter: blur(70px);
    }
    @keyframes spin {
    0% {
    --rotate: 0deg;
    }
    100% {
    --rotate: 360deg;
    }
    }

    • @mesutkullar
      @mesutkullar Год назад

      Unfortunately, result is same :( Is there other way?

  • @IAmBLOCKCHAININVESTOR
    @IAmBLOCKCHAININVESTOR 2 года назад

    Amazing tutorial youre a magic rare beautiful humans, thanks for inspiration guys! cheers from Mexico

  • @elixirian
    @elixirian 2 года назад +2

    i did exactly what you have shown but unfortunately it doesnt show as a border glowing. instead it shows like an entire square rotating behind the inner section created. please help !

    • @markmccavitt
      @markmccavitt Год назад

      Yeah i got that too, were you able to fix it?

    • @elixirian
      @elixirian Год назад

      @@markmccavitt no. Tried whatever way i could but that didnt work. However i got another css code which was a lot more convenient to use and that it worked very well. i guess thats more to do with the elementor version perhaps.

    • @durnovtsev7248
      @durnovtsev7248 Год назад +1

      @@elixirian I also have a square spinning, I haven't updated the elements for one year, can you send a working css code?

  • @MarioSamuelCamacho
    @MarioSamuelCamacho Год назад

    Thank you! It looks great 🙂

  • @YasirShabbir
    @YasirShabbir 3 года назад +1

    That's amazing 😊 thank you marufa

    • @jimfahaddigital
      @jimfahaddigital  3 года назад +1

      Thanks a million brother!! Means a lot!!

    • @YasirShabbir
      @YasirShabbir 3 года назад

      @@jimfahaddigital it's my pleasure ☺️

  • @dismal368
    @dismal368 Год назад

    thanks, the effect isamazing, im making my adaptation, i will update later with the link

  • @Dr.JayPrasad7
    @Dr.JayPrasad7 5 месяцев назад

    whaooo that really incredible....

  • @vidal_webmaster
    @vidal_webmaster 2 года назад +1

    waouh thanks you are the best

  • @asela_kasthuriarachchi
    @asela_kasthuriarachchi 3 года назад

    Thank you so much for this amzing tutorial. Love this !

  • @jbfeliz2945
    @jbfeliz2945 3 года назад

    This is ridiculously good! Many thanks

  • @withxbro2897
    @withxbro2897 3 года назад

    Take lot of Love from me bro..And thanks🥰🥰🥰

  • @sarminkhatun5595
    @sarminkhatun5595 3 года назад +1

    your English is very nice

  • @mohdrafi7084
    @mohdrafi7084 2 года назад

    Wonderful tricks

  • @diywebsiteguy
    @diywebsiteguy 3 года назад

    Awesome video!

  • @prith001
    @prith001 3 года назад

    Awesome trick. Thanks

    • @jimfahaddigital
      @jimfahaddigital  3 года назад

      You're welcome!! Thanks for sharing your experience!! 😇

  • @moondodelarte9656
    @moondodelarte9656 3 года назад +4

    Hey there! Thank you so much for this amazing tutorial, just a quick question, for me the effect does not work on mobile devices, is it normal? Looking forward to your answer Thanks!

    • @jimfahaddigital
      @jimfahaddigital  3 года назад +5

      In this tutorial, I've used a very new CSS feature. (It's @property). It gives you superpowers. No joke, there is stuff that @property can do that unlocks things in CSS we’ve never been able to do before.
      As it currently stands at the time of this tutorial being published, @property is supported in Chrome and, by extension, Edge. We need to keep an eye on browser support( caniuse.com/mdn-css_at-rules_property ) for when we get to use this in other places, like Firefox and Safari. It should work on each browser after a few browser updates! You've learned something from the future! ;)
      Thanks a mil!!

  • @tavocarf
    @tavocarf 2 года назад

    Fantastico Muchas Gracias. Voy a comenzar a seguirlos son geniales.

  • @Angad532
    @Angad532 3 года назад +8

    Hey Jim your content is awesome love this. Could you also do effects and components for mobile ? Would Love some awesome stuff like this for mobile !!!
    Cheers keep up the good work

  • @tarsemkumar7593
    @tarsemkumar7593 3 года назад +1

    Magic voice 🥰🥰 how are u cute if u have this preety voice 😇😇

  • @searchsound3707
    @searchsound3707 2 года назад

    Wow Amazing 😵

  • @Tap2EarnTips
    @Tap2EarnTips 3 года назад +2

    Great video Marufa! However, I can't see the effect on mobile devices (even though i still disabled the hover effect as you've shown). And tips how to fix this?

  • @viveksaini9809
    @viveksaini9809 3 года назад

    Wao great css effect thanks for this ❤️

    • @jimfahaddigital
      @jimfahaddigital  3 года назад

      Thank you so much Vivek brother for your appreciation!

  • @mozaffarhassan
    @mozaffarhassan 2 года назад +1

    I followed full tutorials along CSS. But not working magical effect, only after hover is vanishing the border, thats all. Could you pls advise if you got some other comments same as me?

    • @jnayeem08
      @jnayeem08 Год назад

      I am also facing the same problem.

  • @SCOPERTEORIENTALI
    @SCOPERTEORIENTALI Год назад

    Hi and many thanks for your precious resources. Unfortunately when I hover the color will affect the entire section rather than only the border.

    • @TechHiveCX
      @TechHiveCX Год назад

      same here. Have you found any solution yet?

    • @SCOPERTEORIENTALI
      @SCOPERTEORIENTALI Год назад +1

      @@TechHiveCX hi, couldn't remember exactly but at the end it worked out....

    • @jessicagarner-smith7454
      @jessicagarner-smith7454 Год назад

      This does exactly the same for me, it rotates the whole box behind it so it ends up as the front box with a spinning light blue box behind it like a cartwheel.
      Jim your channel is awesome but some of your code does not work on the new browser updates.

  • @ivan.arenas
    @ivan.arenas 3 года назад

    great tutorial !! thanks a lot !

  • @SajidAli2
    @SajidAli2 2 месяца назад

    I followed the exact same steps but when I add the code in the inner container's custom CSS, it glows the entire card but when I add it on the outer container it glows the edges but the width of the glowing edges is very thin...... how to fix it?

  • @wa2marketingdigital
    @wa2marketingdigital 2 года назад

    Excelente vídeo, GREAT! Muchas gracias

  • @md.sohelrana8520
    @md.sohelrana8520 3 года назад +2

    thank you dear. from bd

  • @bySterling
    @bySterling 3 года назад

    So awesome!

  • @nobodyknowsme611
    @nobodyknowsme611 Год назад

    you are the best

  • @siamrahman3318
    @siamrahman3318 3 года назад +1

    @Jim Fahad Digital ভাইয়া, সবকিছুই আপনার মতো হইছে, তবে আরেকটু আস্তে আস্তে কথা বললে ভালো হতো । আপুর জন্য শুভকামনা।

    • @jimfahaddigital
      @jimfahaddigital  3 года назад +1

      Thank you so much Siam bro for your kind suggestion! I really appreciate it!! 😇

  • @yuriykabanets7665
    @yuriykabanets7665 2 года назад

    Thank You!

  • @chrisrussell7954
    @chrisrussell7954 3 года назад

    Very cool!

  • @hurairamalik8559
    @hurairamalik8559 2 года назад

    amazing .... you're awesome

  • @saiyednabeel1200
    @saiyednabeel1200 2 года назад +1

    hi there is a problem while seeing the preview its not working as like in the editing section

  • @susangemayel-tapper3794
    @susangemayel-tapper3794 3 года назад +2

    Hi Marufa, thanks for a great tutorial. Unfortunately, the CSS effect didn't work for me even though I followed the tutorial step by step.

    • @jimfahaddigital
      @jimfahaddigital  3 года назад +4

      In this tutorial, I've used a very new CSS feature. (It's @property). It gives you superpowers. No joke, there is stuff that @property can do that unlocks things in CSS we’ve never been able to do before.
      As it currently stands at the time of this tutorial being published, @property is supported in Chrome and, by extension, Edge. We need to keep an eye on browser support( caniuse.com/mdn-css_at-rules_property ) for when we get to use this in other places, like Firefox and Safari. It should work on each browser after a few browser updates! You've learned something from the future! ;)
      Thanks a mil!!

    • @susangemayel-tapper3794
      @susangemayel-tapper3794 3 года назад +1

      @@jimfahaddigital thank you for explaining, yes it is working on Chrome, I was testing in Firefox. Thanks again!!

    • @Jc-si6pj
      @Jc-si6pj 2 года назад

      @@jimfahaddigital thank you Jim! this is so cool much success to you is there a place where we can donate any NFTs to you?

  • @ismailhb6954
    @ismailhb6954 2 года назад

    thanks man

  • @memonkibaatain5402
    @memonkibaatain5402 2 года назад

    And Really This Video Is Very Good For Me

  • @KikishaTech-do7yd
    @KikishaTech-do7yd Год назад +3

    it's not giving me the border effect, its covering the entire card then it rotates

  • @yasirmaqsood7137
    @yasirmaqsood7137 2 года назад

    outstanding

  • @aksellsfloridarealestate
    @aksellsfloridarealestate 2 года назад

    Anyway to make a tutorial for this in flex container? I can't seem to get it to work quite right in container.

    • @sergeisaeff
      @sergeisaeff 10 месяцев назад

      The CSS code should be inserted not into the second container, but into the first one. It doesn't work in Mozilla

  • @humayunkabir-hk3692
    @humayunkabir-hk3692 2 года назад

    Very helpful

  • @healthadvisor6969
    @healthadvisor6969 3 года назад

    Very very awesome and useful video thanks for making this tutorial ❤️

  • @muhammadhaseeb1965
    @muhammadhaseeb1965 Год назад

    nice work but when I try this css on big section it covers all the section by its color any solution plz

  • @vozaonerd
    @vozaonerd 3 года назад

    Hi Jim. awesome... thank you so much... but it's only working on Chrome... not in Safari and Firefox... any clue !!!!!??????? you're great !!!

    • @jimfahaddigital
      @jimfahaddigital  3 года назад

      In this tutorial, I've used a very new CSS feature. (It's @property). It gives you superpowers. No joke, there is stuff that @property can do that unlocks things in CSS we’ve never been able to do before.
      As it currently stands at the time of this tutorial being published, @property is supported in Chrome and, by extension, Edge. We need to keep an eye on browser support( caniuse.com/mdn-css_at-rules_property ) for when we get to use this in other places, like Firefox and Safari. It should work on each browser after a few browser updates! You've learned something from the future! ;)
      Thanks a mil!!

  • @vaibhavaggarwal2448
    @vaibhavaggarwal2448 2 года назад +1

    Amazing videos. I request could you please teach us & CSS? so, that we can modify the codes according to the need. Thank you for all of your videos. It helped me a lot.😊

  • @konradmazur6996
    @konradmazur6996 11 месяцев назад

    Could you show how to do it in the new elementor ? In containers.

  • @aleebboy
    @aleebboy 3 года назад

    Great!! thanks a lot

  • @maheshgudipudi123
    @maheshgudipudi123 4 месяца назад

    how can u edit it in full screen mode ,when i am trying it header and footer is showing

  • @md.farukulislam5740
    @md.farukulislam5740 3 года назад

    Great boss

  • @deepemotionbd6633
    @deepemotionbd6633 3 года назад

    thank you💞💞💞

  • @saibabubijja3441
    @saibabubijja3441 2 года назад

    Amazing video, can we apply the effect to the fixed menu on the WordPress website?

  • @arkamdurvesh2020
    @arkamdurvesh2020 2 года назад

    Hello. It is working on my elementor page builder but not when I open my website. Please help me ASAP! xx

  • @saadwaheed1958
    @saadwaheed1958 2 года назад

    can we add this custom css in additional css section ???

  • @hollandnr1453
    @hollandnr1453 3 года назад +1

    it doesn't work in safari. How can I solve this?

    • @jimfahaddigital
      @jimfahaddigital  3 года назад

      In this tutorial, I've used a very new CSS feature. (It's @property). It gives you superpowers. No joke, there is stuff that @property can do that unlocks things in CSS we’ve never been able to do before.
      As it currently stands at the time of this tutorial being published, @property is supported in Chrome and, by extension, Edge. We need to keep an eye on browser support( caniuse.com/mdn-css_at-rules_property ) for when we get to use this in other places, like Firefox and Safari. It should work on each browser after a few browser updates! You've learned something from the future! ;)
      Thanks a mil!!

    • @samsurrahmansaiel9103
      @samsurrahmansaiel9103 2 года назад

      @@jimfahaddigital Thanks

    • @samsurrahmansaiel9103
      @samsurrahmansaiel9103 2 года назад

      @@jimfahaddigital Mozilla firefox not support?

  • @sabbir7277
    @sabbir7277 3 года назад

    Really Good...

  • @stomataaa
    @stomataaa Год назад

    It doesn't work with containers ?
    When I hover the effect cover the elements and everything becomes blue

    • @alyshiamartin4006
      @alyshiamartin4006 9 месяцев назад

      Were you able to fix it? I'm having the same issue

  • @spurkay2
    @spurkay2 Год назад

    There is no setting for height in inner sections in the latest version of Elementor. How can I set the inner section height if it isn't in the layout section of the inner section settings?

  • @cathay2015
    @cathay2015 2 года назад

    The effect works perfectly when I test it in the backend of WP/Elementor...BUT when I exit the backend and click on to the front end the hover effect is not there. Any ideas what might be wrong. I am using the Astra theme with elementor pro

    • @larryfroot
      @larryfroot 2 года назад

      Browser support is good for chrome and opera. At the moment, not for Firefox or Safari. Otherwise it could be a caching issue if you are running optimisation. Hitting control and F5 at the same time time reloads the browser without its cache. It might be be a caching issue server side. In which case create a css file with the included css (I dont know how to include it via the custom css panel in Elementor so perhsps there's a tutorial out there that can help) and exclude it from all optimisation processes.
      Generally when something shows up in preview but not when logged out, I find to be a caching issue.

  • @saidfleury
    @saidfleury 3 года назад

    Hi, i loved the video, thanks a lot. The issue is that it doesn't works on Safari, is there anything I can do to fix that?

    • @jimfahaddigital
      @jimfahaddigital  3 года назад +1

      In this tutorial, I've used a very new CSS feature. (It's @property). It gives you superpowers. No joke, there is stuff that @property can do that unlocks things in CSS we’ve never been able to do before.
      As it currently stands at the time of this tutorial being published, @property is supported in Chrome and, by extension, Edge. We need to keep an eye on browser support( caniuse.com/mdn-css_at-rules_property ) for when we get to use this in other places, like Firefox and Safari. It should work on each browser after a few browser updates! You've learned something from the future! ;)
      Thanks a mil!!

    • @saidfleury
      @saidfleury 3 года назад

      @@jimfahaddigital Thanks for the answer and the explanation. I really appreciate it!

  • @harshalsahastrabudhe6270
    @harshalsahastrabudhe6270 3 года назад

    Awesome

  • @TendenciasDigitalesIA
    @TendenciasDigitalesIA 3 года назад +1

    Excelente gracias por compartir el arte del diseño web

  • @dionstr17
    @dionstr17 2 года назад

    Wonderful and truly amazing. Can we paste this effect inside an element (e.g. an image) instead of the inner section?

  • @DzBuZiness
    @DzBuZiness 3 года назад

    Thanks a lot

    • @jimfahaddigital
      @jimfahaddigital  3 года назад +1

      Happy to help

    • @DzBuZiness
      @DzBuZiness 3 года назад

      @@jimfahaddigital please I want to change top bar color of ocean WP theme to gradient color, can you help me?!

  • @ab_solution
    @ab_solution 3 года назад

    Can I do it using Divi?

  • @niazahmad7053
    @niazahmad7053 3 года назад

    Hi maruf and jim fahad
    I want to customise css but area where css used not active i using elementor pro help me to solve this problem

  • @christopherwippel2959
    @christopherwippel2959 2 года назад

    Can this be applied to a button as well?

  • @gourroychowdhury7667
    @gourroychowdhury7667 Год назад

    super

  • @khizar5217
    @khizar5217 3 года назад

    Assalam o alaikum can you please tell me from where to learn html, css and JavaScript,and I really love your videos. Your channel is so underrated.

  • @id104335409
    @id104335409 2 года назад

    This is working in custom CSS, but it cannot be used in additional CSS that is in the customize webpage option. It gives an error that I cannot use a mark up language in CSS.
    I did it to try and see if it works in free Elementor.

  • @arkamsaif626
    @arkamsaif626 3 года назад

    Hey, its an awesome video but kindly give the link of that CSS code.

    • @dodolenfantdo7194
      @dodolenfantdo7194 3 года назад

      On the description, and please tell me if it work to you

  • @shikatreza6368
    @shikatreza6368 3 года назад +1

    This code is not working on my site. I did exactly the same thing

  • @wandersonsiqueira2468
    @wandersonsiqueira2468 3 года назад

    What version/add-ons of Elementor are you using? I see some options in your builder I didn't see anywhere.

  • @IkkaDoes
    @IkkaDoes 5 месяцев назад

    its great but why my backligt rotates?

  • @pierridesign
    @pierridesign 2 года назад

    THANKS

  • @A_jan97
    @A_jan97 Месяц назад

    Does it work simple elementor ?

  • @vedranjovanov1822
    @vedranjovanov1822 Год назад

    Can it work with Elementor Containers or only Sections?

  • @lexx1sim
    @lexx1sim 2 года назад

    Хорошо

  • @itsandrewmedia0
    @itsandrewmedia0 2 года назад +1

    my effect keeps rotating for ever behind the button, any tips?

  • @javierdicosmo6859
    @javierdicosmo6859 3 года назад

    it's possible that you do not see the effect in safari? in Chrome I don't have the problem.

  • @massimocesiro7926
    @massimocesiro7926 7 месяцев назад

    Great tutorial, but unfortunately I can't get it to work with containers

  • @arifhossain-xj6zv
    @arifhossain-xj6zv 2 года назад

    HI
    I am trying this tutorial in white background . when I try to see it on development mood it dose work. But when I update my work then it dose not work in customer mood . so what can i do for solved this problem please help me.