Viewing 14 replies - 1 through 14 (of 14 total)
  • Та же хрень!
    Нельзя поменять время смены слайда.
    Зачем нужен такой слайдер??? Тем более слайдер постов!! Не все посты можно прочесть менее чем за 3000 ms!

    Плагин в настоящем варианте – говно.

    I’m having the same problem. I tried to edit the timeout default directly in the plugin files to change it to 6000, but still it scrolls at the rate of 3000.

    http://the-guitar.com/

    Thanks!

    caramel_soup

    (@caramel_soup)

    Same here.

    Everything works fine, save the timeout btn elements.

    Please help out!

    Eandy

    (@eandy)

    The same problem, there anybody in there?

    RachaelPixie

    (@rachaelpixie)

    Same problem here!

    RachaelPixie

    (@rachaelpixie)

    Here is a temporary solution if you need something ASAP. Edit at your own risk but it worked for me.
    I went into script.js file in the plugin folder and increased ‘duration: 500;’ to ‘duration: 900;’ or whatever works for you.

    Eandy

    (@eandy)

    2RachaelPixie, thank you very much, it works!

    Eandy

    (@eandy)

    2RachaelPixie And you do not know how to increase the pause between auto scrolling? As I understand it, these two parameters are related.

    RachaelPixie

    (@rachaelpixie)

    Hmmm sorry Eandy, not sure about that one.

    2RachaelPixie > smart girl, THANKssssssssss

    Seems Plugin Author should re-write this bug, I hope he does so in future version udate.

    Would anybody know how we could write this script.js file modification into the Custom-Css file ?

    Then with any update, the modification won’t disappear on us.
    😉

    Wish everybody a good day ! (And a great site too ) heheheh

    Thread Starter muluk

    (@muluk)

    @rachaelpixie, thank you, your script.js mod worked for me too

    Other than changing the script, is there another solution? Or does the timer function simply not work (other than changing the script)? I’m liking the plugin, but it scrolls too fast even set at 12000, rendering it useless for my readers. Shall I hunt for another? Sooke.PocketNews.ca

    The root cause is a missing conversion from text to number.

    you should go on row 17 of script.js and change:

    form
    timeoutDuration:chpcsArgs.time_out

    to:

    timeoutDuration:parseInt(chpcsArgs.time_out)

    Thanks marcocastellani, the timing works perfectly now.

Viewing 14 replies - 1 through 14 (of 14 total)
  • The topic ‘Timeout between elements’ is closed to new replies.