Get Professional Customization for any Website!
Contact us here for a free quote.

Okay
  Public Ticket #430767
"What Clients Say" session
Closed

Comments

  • Luiz started the conversation

    Hi,

    I recently purchased the Damian Theme and I am raving a hard time to try to reduce the time of the looping of the "What Clients Say" session. Is it possible? how would I do that?

    Also, is it possible to fix the height - since every time it changes the session below it moves - depending on the amount of text.

    Your help will be very appreciated.

    Thank you

  •  184
    George replied

    Hi Luiz,

    1. If you want to change looping time for testimonials please open theme file functions/custom-functions.php and replace the next code:

    Current code:

    $(\\\'#bxslidertest\\\').bxSlider({
      mode: \\\'vertical\\\',
      slideMargin: 3,
      auto:true,
      controls: false,
      pager: true
    });

    Replace with:

    $(\\\'#bxslidertest\\\').bxSlider({
      mode: \\\'vertical\\\',
      slideMargin: 3,
      auto:true,
      controls: false,
      pager: true,
      pause: 10000 //change here the current time (10000 = 10 seconds) with the desired time.
    });


    2. Unfortunately you can not add the fix height for testimonials, this will be dynamic depending on the text volume.


    Best regards,

    George

    Best regards,

    George