New Landing How can we help? Themeforest Theme Support Joyn Portfolio thumbnail hover IMAGE

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

    Looking to be able to specify an image as a portfolio thumbnail hover. Is this possible?

    Would like the same ability for team member photos as well.

    Thank you

    #179985
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    In the Portfolio is possible to choose the thumbnail. Check the image below, you have to go to the meta options-> Thumbnail

    https://www.dropbox.com/s/grmtchxqrbmx1kq/portfolio_thumbnail.png?dl=0

    Regarding the team it’s not possible has it will appear the selected image for the Team member.

    Hope it helps.

    -Rui

    #180319
    pleeman
    Member
    Post count: 105

    Thanks, but I am looking to be able to specify an image as a hover / rollover in addition to the color option. The example would be if I specified a black and white image as the thumbnail and then a color image as the rollover.

    #180659
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Hi

    Add this to your custom css:

    .portfolio-item figure.animated-overlay:hover figcaption {
      display: none;
    }
    .portfolio-item figure.animated-overlay {
      filter: grayscale(1);
      -webkit-filter: grayscale(1);
    }
    .portfolio-item figure.animated-overlay:hover {
      filter: none;
      -webkit-filter: none;
    }

    – Kyle

    #180716
    pleeman
    Member
    Post count: 105

    Thanks Kyle! That works great!

    #180717
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    No problem 🙂

    #183361
    pleeman
    Member
    Post count: 105

    Kyle,

    Is it possible to do this same thing with the news thumbnails as well?

    #183461
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Sure, remove .portfolio-item from the css rules

    – Kyle

Viewing 8 posts - 1 through 8 (of 8 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