Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #334497

    Hi guys,

    Would it be possible to remove the animation effect of the testimonial photo popping up?

    I noticed that on the pages of my site (https://casateulada.com/casa-teulada-1/, https://casateulada.com/casa-teulada-2/ , https://casateulada.com/casa-teulada-3/ ) they don’t load until ‘after’ you’ve already scrolled down the section.

    I would rather have the photo testimonials show up upon page load. Maybe a Quick CSS tweak?

    Thank you,

    Antonio

    PS: There are also a couple other issues I reported on another couple threads posted yesterday and the day before that may need a response, all related to the same site. I guess you may get a pretty high volume of support requests and understandably take the weekend off (as it should be), so I just wanted to let you know. Thanks ;)

    #335025

    Hi Antonio!

    Please add following code to Quick CSS

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

    Best regards,
    Yigit

    #391119

    Thank you, it worked. You can mark this solved, if you want. Thanks. Antonio

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Deactivate pop up effect on Testimonial picture’ is closed to new replies.