Set time for "Happy Visitor" in Coffee Pro theme?

Home Forums All Other Themes Set time for "Happy Visitor" in Coffee Pro theme?

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #62806
    Bram LarrickBram Larrick
    Member
    • Topics: 27
    • Replies: 25
    • Total: 52
    Member since: March 29, 2016

    Can you show me where to find the code to change the speed?

    And, how many testimonials show up on the page?

    Thanks!!

    #62892
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Bram,

    Kindly go to js/custom.js line number 63 you will find autoplay option in next line add this code

    autoplaySpeed:500,

    Regards,
    Dave

    #62911
    Bram LarrickBram Larrick
    Member
    • Topics: 27
    • Replies: 25
    • Total: 52
    Member since: March 29, 2016

    That worked great.

    Now how can I make just one testimonial show up at a time as they scroll?

    Thanks

    #62964
    Sonnal S SinhaSonnal S Sinha
    Moderator
    • Topics: 0
    • Replies: 30588
    • Total: 30588
    Member since: August 16, 2013

    Hi Bram,

    Kindly go to js/custom.js line number 70 you will find this code 981:{ items:2}

    Replace the code with below code:

    981:{ items:1 }

    Regards,
    Dave

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