Photo editing & Browser errors

Hi, I have two following issues.

First of all, with the photo module, is there anyhow or with any css snippet that I can use to make an image flip when hovering?

Second issue, I get price error on products and icon(cart, social icons and other etc.) are hidden or shown in code.

Thank in advance!

Hey Johnny,

Thanks for getting in touch! Re flipping an image, you can check the link below and see if that’s what you’re after.
https://css-tricks.com/snippets/css/flip-an-image/

Not really sure I understand your second question. Do you mind elaborating the issue? Perhaps send the URL of the site where this is happening so we can take a look?

Ben

I mean flip to another picture, is that possible?

Hey Johnny,

That’s a bit more complex. You’ll have to deal with coding the content manually since you’ll need total control over your HTML to achieve this plus a whole lot of CSS. Check the link below. You can place your content on a HTML module if you want to play around with it.
http://davidwalsh.name/css-flip

Ben