Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #192923

    Hi there,
    Got an issue whereby the small circular images in the testimonials section don’t display 100% opacity. When it used to work I noticed there’s a nice fade in feature when your scrolling down the image moves up into position and fades in to 100% opacity. It looks like the fading in part doesn’t happen.

    I’m using Safari 7.0 and have tried clearing cache then reloading but the issue remains.

    I hope you can help.

    Thanks

    #193044

    Hi mellorandscott!

    Can you post the link to your testimonials page so we can inspect elements?

    Best regards,
    Yigit

    #193135
    This reply has been marked as private.
    #193145

    Hi!

    It should appear once you are displaying them but please add following code to Quick CSS in Enfold theme options under Styling tab to disable the animation

    .avia_transform .avia-testimonial .avia-testimonial-image { -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
    opacity: 1; }

    Best regards,
    Yigit

    #193606

    That worked thanks so much!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Testimonial images half opacity after page load’ is closed to new replies.