EXPANDING Image Hover Effect/Animation with Text Overlay in Elementor | Elementor Advanced Carousel

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

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

  • @southamptonwebdesign
    @southamptonwebdesign 7 месяцев назад +11

    Tried this using the Flexbox containers and the code wasn't immediately compatible. This is because the class names are a little different: My updated Custom CSS for the top container is as follows ( (hope this helps somene) :-
    selector .elementor-widget {
    width: 400px;
    opacity: 0;
    transition: all 0.5s linear;
    }
    selector > .e-child {
    display: flex;
    flex-wrap: nowrap;
    cursor: pointer;
    }
    selector .elementor-widget-wrap {
    display: flex;
    flex-direction: column;
    transition: all 0.3s linear !important;
    }
    selector > .e-child {
    display: flex;
    flex-direction: column;
    min-width: 1px;
    transition: all 0.5s linear;
    overflow: hidden;
    }
    selector > .e-child:hover {
    width: 100%;
    }
    selector > .e-child:hover .elementor-widget {
    opacity: 1;
    }
    @media (max-width: 1024px) {
    selector .elementor-widget {
    width: 300px;
    }
    }
    @media (max-width: 767px) {
    selector .elementor-widget-wrap {
    height: 300px;
    }
    selector > .e-child:hover .elementor-widget-wrap {
    height: 380px;
    }
    selector > .e-child {
    flex-wrap: wrap;
    }
    }

    • @Michelemaiolo
      @Michelemaiolo 6 месяцев назад

      Thank you!

    • @jayle4251
      @jayle4251 3 месяца назад

      Thanks for the code

    • @jayle4251
      @jayle4251 3 месяца назад +1

      somehow in Elementor the code does work, but when publishing it, it does not.

    • @DanishKhan-bh4sk
      @DanishKhan-bh4sk 3 месяца назад +1

      thank you brother its working

    • @그라데이션soh
      @그라데이션soh 2 месяца назад

      thanks ❤💛

  • @Fitness1001
    @Fitness1001 Год назад +8

    Hello, the code does not work, it removes the text but when you hover over it, the image does not popup

  • @gogaming560
    @gogaming560 2 года назад +9

    For a cooler Transition replace "linear" with "ease"
    OR Choose what u like
    ease - specifies a transition effect with a slow start, then fast, then end slowly (this is default)
    linear - specifies a transition effect with the same speed from start to end
    ease-in - specifies a transition effect with a slow start
    ease-out - specifies a transition effect with a slow end
    ease-in-out - specifies a transition effect with a slow start and end
    cubic-bezier(n,n,n,n) - lets you define your own values in a cubic-bezier function

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

      Thank you, i personally like ease more than linear. it appear more smooth

    • @JoshuaG109
      @JoshuaG109 5 месяцев назад +1

      Thank you!

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

      This is great, but I have a question. Do you know how to make this work with an image instead of a column image? It sort of worked but the image starts somewhere off screen then appears when hovering but not like it does in the column. The reason I want an image and not a column background is to link it to a pop up to play video.

  • @DidierAlvarado
    @DidierAlvarado Год назад +3

    make it work with container?

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

    Create your own plug-ins and conquer the market. Top notch work.

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

    I appreciate this!
    It turn my work for on a project from good to GREAT!!!

  • @WaqasAziz-u6x
    @WaqasAziz-u6x 2 месяца назад

    Thank you my brother

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

    is it still working? I tried to add this css but it only makes the letters disappear and nothing else, no hover

  • @Shanglishi-Pump
    @Shanglishi-Pump Год назад

    Very helpful. Thanks a lot.

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

    justo lo que buscaba, muchas gracias de verdad

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

    Please help! I've added a bar of color under the header but it does not disappear like the rest of the content.
    Also the other boxes do not move. Only the box being rolled over moves which causes the expanding content to go behind the next box.

  • @MuhammadBilal-oc6pi
    @MuhammadBilal-oc6pi 2 года назад

    Thanks so much its very helpful

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

    great job but it dosnt work for me, when i past code tha charactores gone and noting change.what should i do?

    • @istifaaahamed7756
      @istifaaahamed7756 11 месяцев назад +3

      @alizare478 On the Main container go to advanced settings and paste this " elementor-container " (without " ) in the css class, do the same to the first image container and paste " elementor-column " in css class, and then afterwards deplicate it and do the changes to the rest of the containers.

    • @fatimamalik9571
      @fatimamalik9571 8 месяцев назад

      @@istifaaahamed7756 i am also facing same issue but i did not understand what are you trying to say

    • @saimarierivera9355
      @saimarierivera9355 8 месяцев назад

      @@istifaaahamed7756 You are a life saver!! Thank you so much! I thought I did something wrong because it was not working. This was what I needed!!!! Again, Thank you!

    • @stefanvemic1313
      @stefanvemic1313 8 месяцев назад

      @@saimarierivera9355 I tried this with "elementor-container" and "elementor-column" and still doesnt work for me?
      Any solution?

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

    Is it possible to leave the heading without the hover?

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

      Which part have you mentioned about? Can you rephase?

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

      @@MakeDreamWebsite he is saying the header should not be hidden, all the contents are hidden until the user hover on the picture, is it possible to leave the header alone? other contents should show on howver

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

    thank you sooo much!

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

    Is there a way to have a static first section (welcome blurb), and then the only the remaining sections expand?

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

    it worked great for years but all of a sudden it doesnt work anymore for me. you do have the same problem or just me?

  • @user-se5sk5oj4s
    @user-se5sk5oj4s Год назад

    Merci beaucoup!!!!!!! 👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👍👏👏👏

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

      Je t'en prie!!!!!! 👍👍👍👍👍👍👍👏👏👏

  • @SahabUddin-c2x
    @SahabUddin-c2x Год назад

    Thanks, Nice video

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

    What about using flex-grow in a loop container?

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

    Brilliant, thank you

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

    Hello bhai
    Code is not working when i paste code it removes our content but when we hover it doesn't zoom out image please resolve the issue

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

    Can you insert the css code for container?

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

    I’m not sure why but the code doesn’t work for me. Is it broken? Or it’s outdated? Do we have to have five columns, or can we do three for example? Does it work with any widgets or just with the ones you used (text and icons)? Thanks in advance.

    • @Zurik_Global
      @Zurik_Global Год назад +2

      didn't work for me either

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

      Probably because Elementor has switched from columns to containers. You might have to update the code.

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

      I ended up buying the package of ten effects, which includes this one. I’m not a professional web designer, so for me it was well worth the $10.

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

      @@georgikanev6745 which package was that?

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

    Very nice, thank you for sharing. Would be great if You could update this to work with flex box containers!🙂

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

    Love...thanks for all you do. I do not want my content to show on hover, I only want the images to expand, the content should not be hidden

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

      Inside the css code somewhere you can see opacity:1; Just remove that line. Or from the navigator view you can you can delete the inner content.

  • @stefanvemic
    @stefanvemic 8 месяцев назад +1

    This still working?
    Didnt get cover effect after copied css, text just disapear.

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

    Please make a video on the hover effect Like underline from left any text or button. I have searched many places but have not found a good result.I always first view in your all video. Please make next to a video on this topic.

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

    Hello love this tutorial!!! BUT
    since the elementor releases the "container" widget to replace the column
    could you update us the code please?

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

      Only updating the code snippet doesn't work. You also need to update some other structures. Maybe I'll upload a container version video of this later (not 100% sure). Another option is: you can purchase its ready made template (container version) inside this template bundle (effect no. 5) - makedreamwebsite.gumroad.com/l/whcga

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

      @@MakeDreamWebsite hey my friend. After buy you package.. only install Effect No5 and it works then with Container?

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

      Yes, there are both versions... Container and non-container

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

      The containers are for those users who use the new Elementor flexbox version, when you update your site to that container version, you can also use those template

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

    Thanks, it worked perfectly.
    But is it possible to show the title and image always and show description on hover ?

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

      Yes, it's possible. You need to modify the CSS for that...

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

    How to do this animation verticallty?

  • @UsmanKhan-ko7lh
    @UsmanKhan-ko7lh Год назад

    I want to show the content before hover over how can i do that please guide .
    Thank you❤❤

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

    I TOTTALLY LOVE THIS CSS CODE, but when i put the code in the mobile device of my website, the css code dont do the same as yours. It goes to the left instade of going down. When it goes left makes a blank space on the right. theres a way to correct that?

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

    I am already using one slider section from your other video. So when i paste the code, something else comes up instead of the effect. Is there a way to correct it

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

    On tablet it's now 2 lines and broken. Do you have a fix?

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

    Hello, i loved your tutorial. All worked ! However i'm asking if it were possible to get the first column active like it's in hover to show the user to hover the next one to see informations. Thanks

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

      Yes, you can. but you need JavaScript code for that

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

      this is what I am thinking...the first column should be active...please share if you find a way around it

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

    Thank you so much for the tutorial, I just needed the title to be remain on the image before hover, can you please help me with that

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

      Inside the CSS you can see a line, opacity: 0; you just need to remove that...

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

      @@MakeDreamWebsite Thank You so much, But how to only keep Title and make opacity 0 for paragraph ?

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

    Great job

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

    How do I make my first column open by default, I don't want everything to be collapsed...then the hover effect should still work on all the images afterward

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

    How to do with flexbox container?

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

      I'll add a flexbox container version with my ready made template soon!

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

      @@MakeDreamWebsitePerfect! 👏

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

    Why is there no animation effect after adding the latest Elementor

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

      I'll check it...

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

      @@MakeDreamWebsite I'll try again tonight, maybe it's a problem with my operation, thank you for your reply

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

      @@MakeDreamWebsite Today I tried this code again. Although I can hide the text at first, I found that it did not hide the picture and the mouse moved to display the text.

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

    hi . thanks for tutorial . but not work with tablet . please test in tablet .I am a newbie. I tested it on a tablet and the effect does not work

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

    its not working😥

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

    Fantastic

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

    Hum image zoom in or zoom out mouse wheel scroll say kar sagta Hy elementor ma plz guide

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

    Hello, is the code working yet?

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

    Hello, It is not working for tablet mode. Elementor PRO 3.9.2.

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

      Okay, I'll check and update the code snippet if needed!

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

    Wow! Perfekt

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

    Can I remake that when I got more cards let say 15 and it’s actually a expandable card slider or a carousel . 🧐🧐

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

    Hum zoom mouse wheel say kar sagta Hy ? It's agent

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

    Hi, thank you for the video, but it doesn't work for me, nothing happens :(

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

      Can you please follow the process again carefully?

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

      @@MakeDreamWebsite I understand now from the replays' it does not work with container, is it right?

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

    worked perfectly, but I noticed a little bit of lag with the first and last columns , Please help.

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

    hi, is it possible to make it expand on click instead of on hover? what kind of changes will have i have to make in the custom css to make it work on all fronts? thanks in advance. p.s -- i haven't started yet, so i'll make sure to get the domain from bluehost and elementor from your links. just need to be sure it's possible to adjust the brightness a little on hover -- so it acts as an indicator that its clickable, and then when user clicks that image it expands.

  • @MuhammadNaeem-p2x
    @MuhammadNaeem-p2x Год назад

    Great Job, But This code is not work with flexbox of Elementor. Please provide solution for Elementor FlexBox. Thanks!

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

      Don't wait. I suggested the same. This video is only for selling this code to people who make purchases.. this is not educational video, this is hard core selling... I have already unsubscribed this channel.

    • @NicoleHindriks-uy5lo
      @NicoleHindriks-uy5lo 9 месяцев назад

      @makedreamwebsite can you offer some help here? I also use the flexbox and the effect does not work

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

    Awesome

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

    Great But not working with new elementor container

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

      Okay, I’ll update the code snippet so it will also work for container

  • @StéphaneSAULNIER
    @StéphaneSAULNIER 2 года назад

    Bonjour and Thanks for your tutorial. For me it doesn't work, but I wonder if having enabled "Flexbox Container" beta would be the reason. When do you think ?

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

      Yes, if you first do it with section/columns and then activate the new flexbox container that will work...

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

      I'll also add the container version with my readymade template in the description

    • @StéphaneSAULNIER
      @StéphaneSAULNIER 2 года назад

      @@MakeDreamWebsite thank you so much

    • @StéphaneSAULNIER
      @StéphaneSAULNIER 2 года назад

      @@MakeDreamWebsite Thanks again. Where can we buy tools made by you. I would like to reward you for your work and the sharing done here. (forgive me for my english google translate)

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

      @@StéphaneSAULNIER You're very welcome! You can visit my template shop from here makedreamwebsite.gumroad.com/ where you can find a bunch of readymade templates

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

    How do I get the CSS code?

  • @user-ericjohn
    @user-ericjohn Год назад

    @MakeDreamWebsite Outdated video because columns are being replaced with flex containers. No one uses columns based design these days. The code snippet is not working. Why the code that works with container is only available on purchase and not in the code snippet link? The purchase option is for people who does not want to go through all the steps. So if I want to follow all the steps in the video, then the container code should be available on the link you have provided in the description.

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

      I suggested the same. The creator has already created the code that works with container but he is not updating it in the snippet link.

  • @123poling
    @123poling 2 года назад

    It did'nt work for me for some reason :(

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

      Maybe you're working on the new flexbox container version...

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

    how make this as carousel ?

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

      Then, it need to be start in another way. I've to check it!

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

      @@MakeDreamWebsite
      Ok, waiting for your reply

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

    It's not working, I believe it's the code used in the flexbox model that is not compatible, could you redo the tutorial?

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

      I’ll update the code snippet so it will also work for the flexbox structure…

  • @goexplore1234
    @goexplore1234 8 месяцев назад

    doesnt work

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

    The link to your code is not working! Please reupload. Thanks!

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

    I can't find the code in the description. Could some one post it please

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

    This video is only for selling this code to people who make purchases.. this is not educational video, this is hard core selling.. this code does not work with containers and still despite many request, the code has not been updated. Don't waste time watching this video

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

    Your Code Doesn't Work Bro!

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

      It's not work in flex container first disable it

  • @Ronny-i4w
    @Ronny-i4w Год назад

    When you going to change the code for container ,You only want to sell

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

      I suggested the same. The creator has already created the code that works with container but he is not updating it in the snippet link. This is hardcore selling practice. I have already unsubscribed this channel.

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

    Great video. Sadly, the CSS code does not work with the newly launched containers. I have spent an hour adjusting the class names with trial and error. @MakeDreamWebsite I know you have updated the code in readymade template, but that is only available if we purchase. This defeats the whole purpose of watching the video and learning from it. It is a request to update the video content that uses containers only.

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

      You can email me...

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

      @@MakeDreamWebsite Why email you? Also there is no email address on your website. I send you message via submission form but no reply from your end. I just requested something here so you can directly respond here. This video is outdated and the code does not work because most users are using containers in elementor to build blocks.

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

      @@ashish5287 Sorry, I have missed your email. What can I do when there is no container, and then there is no way to predict the future for me. So, I made it with section/column and now it become deprecated. If you want to apply this effect, you can temporarily disable the flexbox container and make this section. After completing you can again reactivate the container. That should work!

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

      @@MakeDreamWebsite Disabling containers in elementor will delete all the existing container based designs that have been created before and that is why temporarily disabling is not the solution. Yes, when you created the video, containers were not there. I am just requesting you to just make few small changes to your existing code in your website that works with containers too. And that way it can be useful for all new viewers because columns are now a thing of past.

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

      @@ashish5287 ok, I'll add the container template here either I'll update the code snippet so It'll support container version too

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

    How to use this with loop posts?