New Landing How can we help? Themeforest Theme Support Dante Disable team member picture up when hoover

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Dante
  • #85384
    VdEW
    Member
    Post count: 73

    Hi Kyle,

    i tried the costom css:

    The picture still moves and opens the place for the social-icons. The only thing that changes are the social-icons, they disapare after adding the costum css, but the picture still moves up. Do you have any other idea stopping the picture moving to the top when hoover?

    A second question – were can a replace the Social-Icon (Font Awesome) “Linkedin” with the Social-Icon (Font Awesome) for “Xing”

    Font Awesome for Xing is

    fa-xing
    ore
    fa-xing square

    as you can see if you want to: http://fortawesome.github.io/Font-Awesome/icons/

    Thank you!

    —–

    Before

    Kyle – SUPPORT wrote:

    Hi

    Add this to your custom css:

    .team-member figure:hover img {
    transform: none;
    }
    .team-member figure:hover figcaption {
    display: none;
    }

    #85386
    VdEW
    Member
    Post count: 73

    .

    #85513
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    For the css I gave you, it should be:

    .team-member figure:hover img {
    transform: none;
    -webkit-transform:none;
    -moz-transform:none;
    }
    .team-member figure:hover figcaption {
    display: none;
    }

    Do you want to change the social icon of the social shortcode?

    – Kyle

    #85720
    VdEW
    Member
    Post count: 73

    Yes you gave me before
    -webkit-transform:none;
    -moz-transform:none;
    was missing. now it’s perfekt! Thank you!

    I would like to change a social icon with “XING” ore add XING completely new – for example in the Team-Member area to show it when klicked “see details”

    By the way “XING” is a famous Social business network in germany.

    Thank you Kyle

    #85729
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Open up single-team.php and edit line 107:

    <?php if ($member_linkedin) {?><li class="linkedin"><a href="<?php echo $member_linkedin; ?>" target="_blank"><i class="fa-linkedin"></i><i class="fa-linkedin"></i></a></li><?php } ?>

    – Kyle

    #85757
    VdEW
    Member
    Post count: 73

    Great! 🙂

    The last thing for today: how to change the height for the team-member picture in the carousel?

    #85767
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    You need to go to swift-framework/page-builder/builder/shortcodes/team-carousel.php and edit line 97:

    $image = sf_aq_resize( $img_url, 270, 270, true, false);

    The 2 values are 270

    – Kyle

    #86010
    VdEW
    Member
    Post count: 73

    Thank you Kyle you’re the best!

    #86054
    Swift Ideas – Ed
    Keymaster
    Post count: 15264

    Cheers Kyle!

    – Ed

Viewing 9 posts - 1 through 9 (of 9 total)

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

License required for one of the following items
Login and Registration Log in · Register