New Landing How can we help? Themeforest Theme Support Uplift Adjusting / Customize hover effects of images

Viewing 12 posts - 1 through 12 (of 12 total)
  • Posted in: Uplift
  • #277858
    oliverr
    Member
    Post count: 123

    Hey guys,
    I do not like the hover-effects, when a picture is hovered. I tried my best to find information about it in the documentation, but I couldn’t find any information about that issue.
    I want to change the style of the hover/overlay-effect for pictures.

    Can this be adjusted anywhere in the backend?

    Thanks!

    Attachments:
    You must be logged in to view attached files.
    #277861
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    The color can be adjusted for the overlay fade.

    Can you be specific as to what you want to change?

    – David.

    #277906
    oliverr
    Member
    Post count: 123

    Hey,
    please hover the first thumb (spiderman) to see my goal:
    https://dl.dropboxusercontent.com/u/397267/test/test.html

    Changes:
    – No gradient
    – No picture-zoom
    – No animation
    – Title of project on thumb plus option to make project-title white or black (depends on thumb’s bg-color)

    #278193
    Rui Guerreiro – SUPPORT
    Keymaster
    Post count: 25779

    Hi,

    Can you add this one for now. I’m trying to find a solution for the others.

    figure.animated-overlay figcaption {
        background: rgba(0, 0, 0, 0.4)!important;
    }

    -Rui

    #278511
    oliverr
    Member
    Post count: 123

    It would be also nice to have the possibilty to change the color of the hover-effect (instead of grey) like you guys did it on this page: http://www.swiftideas.com/themes/

    #278735
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Yes you can change the opacity of the gradient in Theme Options => General => Thumbnail Options.

    The color is set: Customizer => Color – UI Elements => Thumb Hover Overlay Background Color.

    Thanks.

    #278992
    oliverr
    Member
    Post count: 123

    Hi,

    Can you add this one for now. I’m trying to find a solution for the others.

    Hey, did you find a solution?

    #278996
    David Martin – Support
    Moderator
    Post count: 20834

    Hi,

    Please remove the gradient by setting both options here to 100.

    Theme Options => General => Thumbnail Options => Hover Overlay Opacity (Top)

    Thanks.

    #280208
    oliverr
    Member
    Post count: 123

    Hey,
    I’m still looking for help to realize this:
    https://dl.dropboxusercontent.com/u/397267/test/test.html

    Changes:
    [SOLVED] No gradient
    – No picture-zoom
    – No animation
    – Title of project on thumb plus option to make project-title white or black (depends on thumb’s bg-color)

    Thanks!

    #280477
    David Martin – Support
    Moderator
    Post count: 20834

    – No picture-zoom: Please use this:

    .standard-browser figure.animated-overlay:hover img {
        -webkit-transform: none;
        -moz-transform: none;
        -o-transform: none;
        -ms-transform: none;
        transform: none;
    }

    – No animation: Please use this:

    figure.animated-overlay img {
        transition: none;
        -webkit-transition: none;
        -moz-transition: none;
        -ms-transition: none;
        -o-transition: none;
    }
    figcaption .thumb-info h4 {
        transform: translate(0);
    }

    – Title of project on thumb plus option to make project-title white or black (depends on thumb’s bg-color): this is not possible, you would need a developer to implement this for you.

    #280819
    oliverr
    Member
    Post count: 123

    Hey, this code doesn’t work.
    Scroll down to the Gallery to see the animation.

    #280947
    Kyle – SUPPORT
    Moderator
    Post count: 35880

    Add this:

    
    figcaption .thumb-info-alt > i {
      transform: none;
    }

    The only thing we can’t stop is the icon animation because it’s an svg

    – Kyle

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