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?
Hey ArturBala,
Could you post a link to where we can see the problem in question please?
Best regards,
Rikard
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
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
Hi,
yes see the private content.
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
Hi,
thanks for looking into this, this works as a workaround for the moment.