• Resolved lrkr

    (@lrkr)


    Is there any update on the slider speed issue mentioned here? https://www.ads-software.com/support/topic/slider-speed-33/

    When will the next plugin update be released? And will it make slider speed adjustable?

    Until then, can you suggest any code to just disable the slider transition altogether?

    We would rather have no transition than the default slider speed.

    We’re not using one of the Auto Listings themes and the slider speed is way too fast.

    Thank you in advance.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi lrkr,

    I had faced the same issue with the slider speed.
    Please check two files.

    First, \wp-content\plugins\auto-listings\assets\js\auto-listings.js.
    Near line 102 you will find 2 parameters: pause and speed. You have to change their values to suit you.

    For me it was:
    pause: 3000,
    speed: 2000,

    Next file is \wp-content\plugins\auto-listings\assets\js\lightslider.js.
    You will again find pause and speed parameters (lines 13 and 18).
    Change their values as before.

    These changes helped me control the speed of the slider.

    Hope that helps.

    Thread Starter lrkr

    (@lrkr)

    Thank you for your response and help with this issue. I will give that a try.

    Thread Starter lrkr

    (@lrkr)

    Looks like that worked. Thanks!

    • This reply was modified 2 years, 10 months ago by lrkr.
Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Slider Speed Follow-up’ is closed to new replies.