New Landing How can we help? Themeforest Theme Support Dante Team – Remove Animation

Viewing 10 posts - 16 through 25 (of 25 total)
  • Posted in: Dante
  • #79943
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    You most welcome . I’m glad that issue resolved .
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #79979
    ALDD
    Member
    Post count: 80

    Hello Mohammad,

    I just upgraded to the newest Dante version. I did not modify your CSS.

    Now it’s back to the zoom over images again. I clear my cache and all already. What can be causing this?

    #79983
    ALDD
    Member
    Post count: 80

    This is what you left in my CSS. I also tested your above code but the darn animation still there which was working prior to update.

    /*.team-member figure.gallery-style:hover img {
    	-webkit-transform: none;
    	-moz-transform: none;
    	-ms-transform: none;
    	transform: none;
    }
    .team-member figure:hover img {
        -webkit-transform:none;
        -moz-transform: none;
        -ms-transform: none;
        transform: none;
    
    .team-member figure.gallery-style:hover figcaption {
    	-webkit-transform: none;
    	-moz-transform: none;
    	-ms-transform:none;
    	transform: none;
    	opacity: 1;
    }*/
    #80027
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I have resolved the issue so please check .
    Thanks

    #80045
    ALDD
    Member
    Post count: 80

    Thank you once again for your assistance. Will this happen every time I upgrade the theme?

    #80047
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    I hope that should not happen again.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #80048
    ALDD
    Member
    Post count: 80

    Forgot to mention that it’s working… ๐Ÿ™‚

    #80049
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,
    Its ok.
    Thanks ๐Ÿ™‚
    With Best Regards
    Swift Ideas

    #157468
    northsidecreative
    Member
    Post count: 1

    Hello what is the correct CSS to remove animation from the team members?

    I tried the code above but it didn’t work.

    Cheers

    #157482
    Mohammad – SUPPORT
    Moderator
    Post count: 27441

    Hi,

    @northsidecreative
    – Please use this custom css code:-

    .team-member figure.gallery-style:hover img {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
    }
    .team-member figure:hover img {
        -webkit-transform: translateY(0px) !important;
        -moz-transform: translateY(0px) !important;
        -ms-transform: translateY(0px) !important;
        transform: translateY(0px);
    
    .team-member figure.gallery-style:hover figcaption {
        -webkit-transform: scale(1) !important;
        -moz-transform: scale(1) !important;
        -ms-transform: scale(1) !important;
        transform: scale(1) !important;
        opacity: 1;
    }
    

    Thanks
    Mohammad

Viewing 10 posts - 16 through 25 (of 25 total)

You must be logged in and have valid license to reply to this topic.

License required for the following item
Login and Registration Log in · Register