Free Elementor ZOOM & BLUR Hover Effect | Free Elementor Tricks | WordPress Elementor Tutorial 2023

แชร์
ฝัง
  • เผยแพร่เมื่อ 3 ต.ค. 2024
  • In this video, I show how to add hover zoom and zoom out effects by using WordPress free elementor.
    I use here all free resources.
    1. WordPress ---------- wordpress.org/
    2. Elementor free --- elementor.com/...
    3. Custom code ----- drive.google.c...
    If you need any help feel free to comment.
    Thank you.

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

  • @AbdulMani-n5m
    @AbdulMani-n5m 24 วันที่ผ่านมา +1

    Thanks

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

    Amazing bro!

  • @GTAMithanGaming
    @GTAMithanGaming 7 วันที่ผ่านมา +1

    thank you boss

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

    Good video sir.

  • @kawsarchy23
    @kawsarchy23 ปีที่แล้ว +1

    Great work.

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

    BTW thanks for this. It works

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

    cool man, thanks

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

    thank you

  • @AbdulKaium-cf7vv
    @AbdulKaium-cf7vv ปีที่แล้ว +1

    Very cool

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

    Thank you @living with web it's working

  • @jimkader
    @jimkader ปีที่แล้ว +1

    Subscribed for this, very cool thank you

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

    yeah!

  • @Rameezbaa
    @Rameezbaa ปีที่แล้ว +1

    love you

  • @followinglove666
    @followinglove666 19 วันที่ผ่านมา +2

    #livingwithweb Sir I do the same thing as you told in video, but when I hover the section the colour did not change of the section and also the zoom effect not working, but the only blur effect works, please help me to resolve this issue, I look forward to your positive response. Thank you.

    • @livingwithweb
      @livingwithweb  11 วันที่ผ่านมา

      Have you used all IDs and class names the same way I did?
      If yes then make a video and send the video link to my email address ( livingwithweb4@gmail.com )
      Thank you.

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

    how do I apply the zoom while removing the blur effect

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

      I hope you get it.
      If need more help feel free to comment.

  • @lalainecatangue7179
    @lalainecatangue7179 ปีที่แล้ว +1

    I tried it and the hover effects worked but it's delayed and gltching, any idea why?

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

      give the correct class name.
      If you are not using the correct class name then it will happen.

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

    I pasted the code into CSS but nothing effects came... I don't know why

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

      Please add the same class to that section. ( You did not add a class name that's why it's happened. )

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

      Thanks for reminding. Will try it again.@@livingwithweb

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

    /*Blur Zoom Hover Effect*/
    .main-sections{
    --zoom-in: 1.2;
    --zoom-out: 0.9;
    --hover-background: #792C1A;
    }
    .main-sections{
    transition: all .5;
    }
    .main-sections:hover .card-box{
    filter: blur(5px);
    transform: scale(var(--zoom-out));
    }
    .card-box{
    transform: scale(1);
    transition: all .5s;
    }
    .card-box:hover{
    transform: scale(var(--zoom-in)) !important;
    z-index: 2;
    filter: blur(0px) !important;
    }
    .main-sections .elementor-widget-wrap{
    transition: all .5s;
    }
    .main-sections .card-box:hover .elementor-widget-wrap{
    background: var(--hover-background) !important;
    }

  • @islamicvibes571
    @islamicvibes571 ปีที่แล้ว +2

    code is not working

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

      make all class names the same. If it's not working send me an email with a screen record.
      Here is the JSON file: drive.google.com/file/d/1OQL_J8Tz2SVV7a5NoPOBLKGrkmS6jKmb/view?usp=sharing
      You can upload this file and check how I made it

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

    all the logic that you mentioned in caption of video is simply done by the code. what have you done in that? disliking the video although the concept is cool. feels like I wasted time watching , I initially thought you will make hover effect in elementor. No offence.