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

    Hi,

    i´m using the Enfold 4.5.4.
    The Image Hover Effect “slightly zoom the image” do not work if the link setting is set to Lighbox for this image.
    also in the dropbox there are 3 setting to choose from (a mix of german and english) what is odd

    1: Nein
    2: ja, Bildgröße leicht vergößern
    3: Yes, slightly zoom the image

    How to enable the zoom effect on linked images?

    #1072961

    Hey ArturBala,

    Could you post a link to where we can see the problem in question please?

    Best regards,
    Rikard

    #1073112

    sure, on the example page you can see 2 images.
    Both have the hover-effect “slightly zoom image”. The upper image has a “lightbox” link the lower image doesn’t.
    As you can see the Hover Effect only works on the lower image.
    example page for image hover

    #1073746

    Hi ArturBala,

    Can you give us temporary admin access to your website in the private content box below, so that we can have a closer look?

    Best regards,
    Victoria

    #1074259

    Hi,

    yes see the private content.

    #1075590

    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;
    }
    

    Best regards,
    Günter

    #1075864

    Hi,

    thanks for looking into this, this works as a workaround for the moment.

    #1076034

    Hi,

    Glad we could help you. Check the changelog in the next releases when a fix has been added to core.

    Feel free to open a new issue when you need further assistance. Enjoy the theme and have a nice day.

    Best regards,
    Günter

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Hover-Effect – zoom image – do not work with lightbox link on image in 4.5.4’ is closed to new replies.