Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #254654

    Hi,
    Would there be a way to animate images (Fade-in)? What I am looking for is the effect that we can get on the testimonials images; example here: http://kriesi.at/themes/enfold/shortcodes/testimonials/
    On images such as the ones here: http://toticorp.com/benefits/
    Just need them to fade in one after the other.

    I tried to use the testimonial shortcode on the benefits page but we needed the images to be slightly bigger on top and bit smaller at the bottom. If there is a way to use the testimonial shortcode to do this, I am all ears :)
    E.

    #254781

    Hi Edna!

    If you put those elements inside a Color section with this settings they will fade in when the page is loaded.

    Best regards,
    Josue

    #255022

    Hi Josue,
    Thanks for the reply. I have put the top portion into a Color Section. The fade in effect is applied on the entire section and not just the images (IE even text is faded in).
    Would there be a way to just fade in the images? The goal here is to basically have the same feel as the bottom part of the page.
    Or is there a way to have different size Testimonial images? This would be ideal as I can generate two sets and use it as needed.
    E.

    #255236

    Hi!

    Indeed, using the Testimonial element would be ideal, what size do you want to have for the images, you are referring to this right?

    Regards,
    Josue

    #255607

    Hi Josue,
    Yes I am referring to that. If I can choose to display either:
    90px × 90px images or 80px × 80px that would be awesome.
    Those are the two sizes we are using right now depending on the case. For the time being I have no issues with the 80×80 images but if we need slightly bigger ones then I can’t use the Testimonial shortcode. It reduces the image size to 80×80

    E.

    #255724

    Hey!

    Try adding this to the Quick CSS:

    div.avia-testimonial-image img, div.avia-testimonial-image{
        width: 90px !important;
        height: 90px !important;
    }

    Cheers!
    Josue

    #255821

    Thanks so much Josue :)
    Did a tiny adjustment to the code.
    I kept the testimonial in the Color Section. Added a div id to it and changed the css to target that Div id. This way I can have both sizes on the same page :)

    Thanks so much for all your help. It’s much appreciated.

    E.

    #255831

    You are welcome, glad we could help :)

    Regards,
    Josue

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Animated (Fade-in) images’ is closed to new replies.