Take your website
To the next level
Discover our newly launched customization services and elevate your web projects to new heights.
Delegate tasks, save time, and unlock the power of professional WordPress outsourcing.

Okay
  Public Ticket #1964128
Change Testimonial Speed
Closed

Comments

  • lroland started the conversation

    How do I change the testimonial speed?

  •  6,933
    Oliver replied

    Hi,

    You need to edit:

    /wp-content/themes/scalia/js/testimonials-carousel.js

    line 57.

    In order to change it in the child theme you can deregister this style:

    wp_register_script('scalia-testimonials-carousel', get_template_directory_uri() . '/js/testimonials-carousel.js', array('jquery', 'scalia-carousel'), false, true);
    

    And add this code to the js file in your child theme with your modifications. 

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver

  • lroland replied

    Great . . Thank you!!

  •  6,933
    Oliver replied

    Welcome!

    Please note if you comment on your ticket before we reply, your ticket will be pushed down of the tickets list. 

    Regards, Oliver