Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #1072004

    Hello,

    I have six images with caption overlays on this page that all have the image hover effect set to “Yes, slightly zoom the image,” but the images don’t zoom when I hover over the image. Are hover effects not compatible with caption overlays or is something else wrong?

    I was also wondering if there was a way to hide the caption text when hovering over the image.

    Let me know if you can help, thanks!

    #1073011

    Hey Kirstie,

    Please send us a temporary admin login and login URL so that we can have a closer look. You can post the details in the Private Content section of your reply.

    Best regards,
    Rikard

    #1073256
    This reply has been marked as private.
    #1074245

    Hi MattJensenMarketing,

    Thanks for giving us admin access.
    I was able to check it out on my end and reproduce the same issue.
    I’ll be reporting this bug to our devs.

    Best regards,
    Nikko

    #1075234

    I have the same issue. I’ll follow this thread for a solution.

    #1075591

    Hi!

    Thank you for reporting this.

    We will provide a fix in core.

    Meanwhile please add to Enfold -> General Styling -> QuickCSS:

    
    .avia-image-container.av-hover-grow:hover img {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    
    .avia-image-overlay-wrap {
        overflow: hidden;
    }
    

    Regards,
    Günter

    #1076517

    Awesome. Worked great. Thank you!

    #1076537

    Hi,

    I’m glad this was resolved. If you need additional help, please let us know here in the forums.

    Best regards,
    Jordan Shannon

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Image Hover Effect Not Working’ is closed to new replies.