Tagged: x
-
AuthorPosts
-
July 5, 2016 at 3:17 am #1072554
OnyParticipantHey there, I was wondering if there was a way to change the card flip to a fade.
Or, more preferably, if you hover over it, it doesn’t flip/fade, but opens up a text field below it instead. Please see attached files for clarification.
What I am looking for is something very similar to http://vaynermedia.com/services where if you click on a tab (Creative & Production, Paid Media, and Account Management & Strategy) it appears in a dropdown like so.
July 5, 2016 at 3:19 am #1072558
OnyParticipantThis reply has been marked as private.July 5, 2016 at 3:23 am #1072569
ChristopherModeratorHey there,
Thanks for writing in! Regretfully this isn’t a feature offered by X. It could be possible with custom development, but this would be outside the scope of support we can offer. You may wish to consult a developer to assist you with this. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding. Take care!
July 5, 2016 at 4:15 pm #1073674
OnyParticipantNo other support who possibly knows any code to edit in the CSS or child theme to produce similar effects :(?
If not, I was wondering if there were a way to make it possible to fade the card instead of the flip transition when you hover.
July 6, 2016 at 12:05 am #1074182
LelyModeratorHi Ony,
Please try this custom CSS:
.x-card-outer.flip-3d .x-face-outer.front { z-index: 6 !important; } .x-card-outer.flip-3d .x-face-outer.back { z-index: 2 !important; } .x-card-outer.flip-3d.flipped .x-face-outer.front { z-index: 0 !important; } .x-card-outer.flip-3d.flip-from-top.flipped .x-card-inner { -webkit-transform: initial; -ms-transform: initial; transform: initial; } .x-card-outer.flip-3d.flip-from-top .back, .x-card-outer.flip-3d.flip-from-bottom .back { -webkit-transform: initial; -ms-transform: initial; transform: initial; }Further customizations from here would be getting into custom development, which is outside the scope of support we can offer. If you need more in depth changes, you may wish to consult with a developer. X is quite extensible with child themes, so there are plenty of possibilities. Thanks for understanding.
July 6, 2016 at 5:01 pm #1075443
OnyParticipantHey Lely,
How would I use this custom CSS? It seems to have no effect 🙁
Thanks!
OnyJuly 6, 2016 at 10:59 pm #1075874
Paul RModeratorHi Ony,
You need to add the code in Appearance > Customize > Custom > Edit Global CSS
Thanks
July 7, 2016 at 2:09 am #1076028
OnyParticipantI’ve added it there, however it has made no effect. Unfortunately 🙁
July 7, 2016 at 4:29 am #1076166
Rue NelModeratorHello There,
The code we gave should have work in your site. Unless otherwise there is a css conflict or invalid characters that affect the css code. To assist you with this issue, we’ll first need you to provide us with your URL. We’d like to check where did you added the code and if the code added is valid and no other css conflict that occurred in your page.
Thank you.
July 7, 2016 at 4:37 am #1076182
OnyParticipantHey Rue, unfortunately the site is offline.
However I found a way to procure better results! I will no longer need any support for the card faces.
Thanks so much for your great support! You guys are great 🙂
July 7, 2016 at 6:04 am #1076267
Nabeel AModeratorGlad we could help 🙂
Cheers!
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1072554 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
