Hello Summer Sale!
Exclusive season-opening discount on TheGem theme.
Limited time offer.

Okay
  Public Ticket #1964128
Change Testimonial Speed
Closed

Comments

  • lroland started the conversation

    How do I change the testimonial speed?

  •  7,280
    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!!

  •  7,280
    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