Editing the testimonials

Home Forums All Other Themes Editing the testimonials

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #224674
    Polina Askatovna KlimchenkoPolina Askatovna Klimchenko
    Participant
    • Topics: 7
    • Replies: 15
    • Total: 22
    Member since: April 17, 2024

    Hi!

    My website: http://avtovikup78.ru/. In the block with reviews, I want to increase the scrolling time of reviews: now they change every 3 seconds, I need them to change every 7 seconds.

    Moreover, I want to make it possible to enlarge the client’s photo at the bottom of the review (so that when you click on it, it opens in full size). I am attaching a screenshot for clarity: https://ru.paste.pics/26bcdbfca209e45bf953462b80471972

    #224681
    Sonl SinhaSonl Sinha
    Moderator
    • Topics: 0
    • Replies: 30975
    • Total: 30975
    Member since: August 16, 2013

    Hi,

    Q. I want to increase the scrolling time of reviews: now they change every 3 seconds, I need them to change every 7 seconds.??

    Ans: Kindly go to Admin >> Theme folder >> assets >> js >> complete.js >> line number 90 from here you can change Timeout speed.

    Replace this : autoplayTimeout: 5000,
    To this : autoplayTimeout: 10000,

    Kindly see screenshot : https://nimb.ws/9ZhMCml

    Q. I want to make it possible to enlarge the client’s photo at the bottom of the review (so that when you click on it, it opens in full size)??

    Ans: We can only enlarge the client’s image, but when clicked, we cannot open it in full size.

    Kindly use this CSS code to enlarge client’s photo.

    .skt-testimonials .skt-testimonial-image { width: 136px; height: 136px;}
    .skt-testimonials .skt-testimonial-image img { width: 136px !important; height: 136px;}

    Regards,
    Dave

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.