Testimonial Slide Speed

Home Forums All Other Themes Testimonial Slide Speed

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #99847
    william.singwilliam.sing
    Member
    • Topics: 3
    • Replies: 1
    • Total: 4
    Member since: December 16, 2017

    To whom it may concern,

    I was hoping to see if it was possible to change the testimonial slide speed. I have Spirited Pro and you can find the website at techtalentlink.com/wordpress.

    Please let me know if I need to go into the code and change anything.

    Kind Regards,
    – Will

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

    Hi,

    Kindly go to js Folder >> custom.js and find code below:

    jQuery(document).ready(function() { 
       jQuery('#testimonials .quotes').quovolver({
          children    : 'li',
          transitionSpeed : 600,
          autoPlay    : true,
        autoPlaySpeed:6000,
          equalHeight   : false,
          navPosition   : 'above',
          navPrev     : false,
          navNext     : false,
          navNum      : false,
          navText     : false,
          navTextContent  : 'Quote @a of @b'
        });
        
      });

    And change there testimonial speed "transitionSpeed : 600,"

    Regards,
    Chris

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