I have a problem with the image hover effect on enfold. I put a image with link in a sidebar. When i hover over the image (first time) the arrow doesn’t appear correctly. Second time mouse over it works perfectly.
Look at this screencast: https://drive.google.com/file/d/0B9S4vpg0-rRrTlFEdi15dGZxZFU
Hi MarcusJeroch!
I can understand not getting credentials, but are we able to get a link to the website itself?
At this point you can try disabling all of you plugins and ensure that you are using the latest version of Enfold.
This way you can rule out the possibility of them or plugin conflicts.
Regards,
Dake
Her are the link to the website: http://jeroch.4lke.de/axels-testseite-wegen-sidebar/
In each Browser (Opera, Firefox, Chrome) the same problem…
Hey!
Try adding this code to the Quick CSS:
.avia_transform a .image-overlay {
top: 0 !important;
}
Cheers!
Josue
Hey, one of the problem is solved. The overlay works fine.
But there is another problem:
The text under the image jumps a little bit when the overlay come down. I won’t a break under the image.
Thanks for help!
Add this too:
#top .sidebar .textwidget a {
display: inline-block;
}