Dear Customers! We're out of the office from the 6th of October to the 11th of October. We sincerely apologize for the inconvenience. For WordPress 5.5.* related issues, please visit this article

Okay
  Public Ticket #1454559
Testimonials
Closed

Comments

  • Michael started the conversation

    Hello, is there any way to adjust the scrolling speed of the testimonials? I have a few larger testimonials that require more time to read and right now it just moves too fast. Is there any custom CSS I can use to adjust the speed? 

    Thanks ;)

  •  255
    Joanna replied

    Hi Michael,

    Check out this ticket for the same question:

    https://veented.ticksy.com/ticket/1368743/



    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)

  •   Michael replied privately
  •  255
    Joanna replied

    Hi Michael,

    Oh! Apologies for that! 

    Basically all you need to do is edit this file:

    \north\wp-content\themes\north\js\jquery.custom.js

    in the section from line 270 where it says:

    jQuery('.testimonials').flexslider({
            animation: "fade",
            selector: "ul.text-slider li.text",
            controlNav: false,
            directionNav: true ,
            slideshowSpeed: 5000,  
            start: function(slider){
                jQuery('body').removeClass('loading'); 
            }
         });
    

    Change the value for the slideshowSpeed.

    slideshowSpeed: 5000,
    

    5000 = 5 secs

    Just change it to a higher value.

    Then save, upload and replace the file to the same directory via ftp/hosting control panel


    Kind regards,
    Joanna
    Veented Support

    Find a helpful article for your theme here: https://veented.ticksy.com/articles/#article-categories

    Check out our latest article: How to Improve Page Loading Times

    Don't forget to hit the like button below if you are happy with your support answer :)