Tagged: enfold, image overlay, not working
Hi,
On this page: http://www.phoenixvc.nl/phcms/producten/lagers/
You see on the left a Swingmetall logo, it’s linked and when you hover it a blue image overlay becomes visible.
However, when you hover the Megi logo on the right, no image overlay is visible. (Firebug: element.style { display: none; })
I have tried different things like copiing the swingmetall image, it will get the overlay, then change the image, any other image: overlay is gone. (Firebug: element.style { display: none; })
What is going on? How can I get the image overlay on all images that are linked?
Obviously it’s the ‘display:none;’ but how does the image get this display: none? I cannot find it.
Thanks in advance,
Ariane
Hey ariane1001!
I think the image your using is a bit small. If you use a bigger image does it display? You can use this CSS to force it.
.image-overlay { display: block !important; }
You can see in the /enfold/js/avia.js on line 648 it checks if it’s above 100px.
if(outerH > 100)
Also, this is unrelated but your using Enfold 3.0.4 and the latest is 3.1.2 so you’ll want to update.
Regards,
Elliott
Hi,
Thanks for your help, this worked.
Cheers Ariane