Hi there,
I’m trying to apply plugin, that adds magnyfying glass function onto pictures in masonry gallery.
I tried Glass https://wordpress.org/plugins/glass/
and Nextend Image Magnifier https://wordpress.org/plugins/nextend-image-magnifier/
however there is natively hover effect that adds effects like zoom, arrow and collor fade and the plugin probably won’t work because of that. (with nextend shorcode, the magnifying glass appears along with the effects when pointing on lower edge of the picture – see private link)
I tried to disable native effects using some code in Custom CSS that i found on this forum
.image-overlay-inside, .image-overlay.overlay-type-extern {
display: none;
}
.image-overlay {
background: none !important;}
.image-overlay .image-overlay-inside:before {
content: “” !important;}
the effects are gone (except zoom, couldn’t find any usable code) but the magnyfying glass still doesn’t work.
Can you help me with this issue? I’m open to any solution.
Thanks
Jan
Using Enfold 2.9.1 and WP 3.9.1
Hi sajko82_wp!
normally we can’t offer support for external plugins and you need to contact the plugin’s author for support.
But how did you put the image into your website? which tool did you use for it? Avia Layout Builder? if yes which tool exactly? It seems that you used a normal textblock element to implement your images and I can see some <span> elements inside of them, but in the plugin’s page it is said: “If linking an image is needed but Glass should not be activated, wrap the image in span begin and end tags.”
So you might want to remove the span elements.
Also: you should update your enfold to the newest version, as well as your wordpress.
Regards,
Andy