Hi !
I’m trying to do this on my Enfold site.
I’ve followed the instructions and edited the source HTML of my page, as well as the style.css of my child theme.
However, it doesn’t seem to work and instead of something like this I get the front image on top of the back image (see link in private content).
Can you tell me what’s going wrong? Is there anything I need to add to my CSS or HTML in order for the code to work on Enfold?
Thank you
Robin
Actually I went for another solution since I couldn’t find a way to get the flip animation to work.
I simply used javascript to change the image on hover:
<img id="my-img-id" onmouseover="this.src='hovering-image-url.png';" onmouseout="this.src='base-image-url.png';" src="base-image-url.png" />
…and styled it in my style.css file.
The result isn’t quite the one I was after but it’s okay :)
Hi,
I’m glad you got this configured. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon