Okay
  Public Ticket #941479
Testimonial Element
Closed

Comments

  • Daniel started the conversation

    Is it possible to slow down the speed of the carousel? It moves to quickly to read the content of the testimonial.

    Thanks again

    Dan

  •  2,010
    Ocean replied

    Hi,

    You can open file : hera/shortcode.php

    Find 

    $("#owl-demo").owlCarousel({
      navigation: false,
      pagination:false, 
      slideSpeed : 300,
      autoPlay : 3000,
      singleItem:true
    });       
    

    Edit line :  (3000 = 3s)

    autoPlay : 3000,
  • Daniel replied

    Great, thanks very much.