Tagged: cornerstone
-
AuthorPosts
-
July 15, 2016 at 12:26 am #1088060
I removed that line of code and it is back to not workin in IE. Both front and back are showing at the same time (see attachment)
July 15, 2016 at 5:40 am #1088306Hi,
You can add this under Custom > Edit Global CSS in the Customizer.
.x-card-outer.flipped .x-face-outer.front { display:none !important; }
Hope that helps.
July 15, 2016 at 8:43 am #1088494That did not change anything.
July 15, 2016 at 8:00 pm #1089339This reply has been marked as private.July 25, 2016 at 7:02 pm #1102633Hello,
I’m having the same issues with the flip card for IE 11 as well. The website is at http://www.axtras.com. I’ve tried using the CSS as provided in this thread and it still doesn’t display properly and doesn’t have the flip animation.
Any help would be excellent!
Thank you for your time,
HuyJuly 26, 2016 at 2:25 am #1103048Hi there,
Internet Explorer 9/10/11 do not support native CSS3 3D transforms, which is what we are using to animate the card element. These native CSS3 animations are much smoother than trying to do anything programmatically with JavaScript for example, which is why we have opted to use them. In IE 9, 10, and 11 the card will fallback to simply switching out the two sides as you hover (so essentially you won’t see the animation).
Thanks.
July 26, 2016 at 1:59 pm #1103991After fiddling around with the CSS, I found some code that will make it the way I wanted to appear. I added this below:
.center-vertically.x-card-outer .x-face-content { background-color:white; width:100%; } .x-face-outer .front { background-color:white; } .x-card-outer .x-face-inner { background-color:white; }
Hope this helps someone out there.
July 26, 2016 at 3:42 pm #1104119Hi There,
Thanks for the input for the community, we are glad you managed to find a solution.
Joao
-
AuthorPosts