Okay
  Public Ticket #2265745
How to edit timing for main slider
Closed

Comments

  • Winston Leong started the conversation

    I do not find anywhere for me to adjust the timing for the main slider.

  •  1,634
    Andrey replied

    Hello, Dear Winston Leong!

    In order to improve slider's speed, please open in code editor file \wp-content\themes\finvision\js\main.js and go approximately to the line # 668.

    Replace this part of code:

    animation: "fade",
    pauseOnHover: true, 
    useCSS: true,
    controlNav: dots,   
    directionNav: nav,
    prevText: "",
    nextText: "",
    smoothHeight: false,
    slideshowSpeed:10000,
    animationSpeed:600,
    

    With this code:

    animation: "fade",
    pauseOnHover: false, 
    useCSS: true,
    controlNav: dots,   
    directionNav: nav,
    prevText: "",
    nextText: "",
    smoothHeight: false,
    slideshowSpeed:7000,
    animationSpeed:600,
    

    Save changes in file, then clear cache in a browser and check results at front-end.

    Best Regards!


  • chandan rai replied

    this is not working sir, is there any other way to fix this

  •  1,634
    Andrey replied

    Hello, Dear Chandan Rai!

    Please also change this parameter

    pauseOnHover: true,
    

    to this one:

    pauseOnHover: false,
    

    Save changes, clear cache in a browser and check results at front-end.

    Best Regards!