Digital experiences for all disciplines
New Landing › How can we help? › Themeforest Theme Support › Dante › Team – Remove Animation
New Landing › How can we help? › Themeforest Theme Support › Dante › Team – Remove Animation
- This topic has 24 replies, 3 voices, and was last updated 9 years by Mohammad – SUPPORT.
-
Posted in: Dante
-
June 2, 2014 at 12:25 pm #79531
Hello,
My customer has requested to remove the animation completely in the team member section.
How can I do this?
This is what I have as custom code for Team:
.team-member figure.gallery-style img { -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); } .team-member figure.gallery-style figcaption { -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1); opacity: 1; } article.type-team .profile-image-wrap { width: 35%; } article.type-team .article-body-wrap { width: 60%; } .team-member figcaption { background: transparent !important; } .team-member-position { display: none; }
Thank your input.
AntonioJune 2, 2014 at 12:40 pm #79537Hi,
Please try to remove transform attribute at css code.
Thanks ๐
With Best Regards
Swift IdeasJune 2, 2014 at 3:30 pm #79583Hello, that didn’t work.
They simply don’t want to see no animation.
June 2, 2014 at 3:39 pm #79588Hi,
If you provide specific page url so i can debug to fix the issue very soon .
Thanks ๐
With Best Regards
Swift IdeasJune 2, 2014 at 5:31 pm #79628Hello,
Here is the URL:
French:
http://goo.gl/lrb8RwEnglish:
http://goo.gl/LCzkB4Thank you,
AntonioJune 2, 2014 at 5:42 pm #79634Hi,
Please try to use this custom css code:.team-member figure.gallery-style:hover img { -webkit-transform: scale(0.7); -moz-transform: scale(0.7); -ms-transform: scale(0.7); transform: scale(0.7); } .team-member figure:hover img { -webkit-transform: translateY(0px); -moz-transform: translateY(0px); -ms-transform: translateY(0px); transform: translateY(0px); }
Thanks ๐
With Best Regards
Swift IdeasJune 3, 2014 at 12:50 pm #79814Hello, unfortunately that won’t work as it removes the name of the individual and LinkedIn icon in addition to making the image much bigger.
Is there another possible solution?
Thanks for advising.
June 3, 2014 at 12:59 pm #79817Hi,
Please try to use this custom css code:.team-member figure.gallery-style:hover img { -webkit-transform: scale(0.7) !important; -moz-transform: scale(0.7) !important; -ms-transform: scale(0.7) !important; transform: scale(0.7) !important; } .team-member figure:hover img { -webkit-transform: translateY(0px) !important; -moz-transform: translateY(0px) !important; -ms-transform: translateY(0px) !important; transform: translateY(0px)!important; }
Thanks ๐
With Best Regards
Swift IdeasJune 3, 2014 at 1:19 pm #79824That doesn’t work…it only makes the image bigger and removes the individual name along with social icons. Animation is still there.
All I want is for the images to remain as is along with name and social icons. Just remove the zoom in.
June 3, 2014 at 2:47 pm #79864Hi,
If you provide wordpress admin login detail so i can debug to fix the issue very soon .
Thanks ๐
With Best Regards
Swift IdeasJune 3, 2014 at 4:01 pm #79898This reply has been marked as private.June 3, 2014 at 4:03 pm #79899This reply has been marked as private.June 3, 2014 at 4:22 pm #79910This reply has been marked as private.June 3, 2014 at 4:52 pm #79925Hi,
I have fixed your issue so please check with hard refresh [CTRL+F5]
Code Remark at style.css -:/*.team-member figure.gallery-style:hover img { -webkit-transform: scale(0.4); -moz-transform: scale(0.4); -ms-transform: scale(0.4); transform: scale(0.4); } .team-member figure:hover img { -webkit-transform: translateY(-30px); -moz-transform: translateY(-30px); -ms-transform: translateY(-30px); transform: translateY(-30px); .team-member figure.gallery-style:hover figcaption { -webkit-transform: scale(1); -moz-transform: scale(1); -ms-transform: scale(1); transform: scale(1); opacity: 1; } }*/
Thanks
June 3, 2014 at 5:43 pm #799415 Stars….thank you very much Mohammad!!!
-
Posted in: Dante
You must be logged in and have valid license to reply to this topic.