Tagged: x
-
AuthorPosts
-
April 6, 2016 at 12:39 pm #869729
I am currently using the Following CSS on the Flipping card element. All works great in most browsers except Firefox. The image is not hidden on the card when the “Flipping” effect is activated and the back “Text” is merged with a flipped image. Any advice would be appreciated.
/* Feature Flip Boxes */
.disable-front-decs .x-face-outer.front .x-face-text {
display: none;
visibility: hidden;
}.disable-back-decs .x-face-outer.back .x-face-text {
display: none;
visibility: hidden;
}
.disable-back-title .x-face-outer.back .x-face-title {
display: none;
visibility: hidden;
}
.disable-front-title .x-face-outer.front .x-face-title {
display: none;
visibility: hidden;
}April 6, 2016 at 6:00 pm #870211Hi there,
Thanks for writing in! To assist you with this issue, we’ll first need you to provide us with your URL. This is to ensure that we can provide you with a tailored answer to your situation. Once you have provided us with your URL, we will be happy to assist you with everything.
April 8, 2016 at 7:26 am #872706Please close this ticket. I have gone in a different direction with this.
Thank you
April 8, 2016 at 7:19 pm #873519No worries Nestor.
-
AuthorPosts