• Resolved Waqas Ahmed

    (@userlog45)


    Hi,

    When the user clicks on the arrows, the slider must move FOUR slides at a time how this can be done please let me know. Thanks

Viewing 1 replies (of 1 total)
  • Plugin Support baljitdhanjal

    (@baljitdhanjal)

    Hi @userlog45,

    You can achieve this with a small change in plugin code.

    Follow this path :- plugins\timeline-widget-addon-for-elementor\assets\js\twae-horizontal.js

    In twae-horizontal.js file

    Add this line of code
    slidesPerGroup:4,

    next to this line of code var swiper = new Swiper( selector, {

    And then minify twae-horizontal.js file.

    Remember whenever you will update the plugin your custom changes in plugin code will be lost.

    Thanks

    • This reply was modified 3 years, 8 months ago by baljitdhanjal.
Viewing 1 replies (of 1 total)
  • The topic ‘Move FOUR slides at a time on click arrows’ is closed to new replies.