New Landing How can we help? Themeforest Theme Support Joyn team member images

Viewing 9 posts - 1 through 9 (of 9 total)
  • Posted in: Joyn
  • #248481
    pleeman
    Member
    Post count: 105

    We would like to remove the social icons from the team member images and also remove the “view profile” link and instead allow users to click anywhere on the entire image to view the full profile.

    Is this possible?

    Thank you,

    #248482
    pleeman
    Member
    Post count: 105
    This reply has been marked as private.
    #248557
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .team-member figcaption .thumb-info > ul.social-icons {
      display: none;
    }
    .team-member figcaption .thumb-info {
      height: 100%;
      width: 100%;
    }
    .team-member figcaption a.view-profile {
      height: 100%;
      opacity: 0;
    }

    If you don’t want the grey hover either, add this:

    .team-member figure.animated-overlay figcaption {
      background-color: transparent;
    }

    – Kyle

    #248705
    pleeman
    Member
    Post count: 105

    Thanks Kyle, that worked, but we used to have a greyscale to color hover effect on the team images just like we have setup for portfolio items, but that has now gone away?

    http://ajc.flywheelsites.com/portfolios/

    #248709
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    That’s never been a feature of the theme so must have been custom?

    – Kyle

    #248741
    pleeman
    Member
    Post count: 105

    I must have lost that code somehow. Is it possible to do this with css for the team images adding to the code you have already provided?

    #248742
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    figure.animated-overlay:not(:hover) > img {
      filter: grayscale(100%);
      -webkit-filter: grayscale(100%);
      filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale");
    }

    – Kyle

    #248747
    pleeman
    Member
    Post count: 105

    Great! Thank you Kyle

    #248748
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem

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