Currently, the slideshow controls don't display, even when the settings say they should.
I'm working on this. Having a bit of an issue with the "Previous" control.
| Comment | File | Size | Author |
|---|---|---|---|
| #10 | slideshow_controls_doesnt_work-996430-10.patch | 564 bytes | kubedan |
Comments
Comment #1
kentr commentedComment #2
kentr commentedIdeas are welcome.
The issue with the Previous control is due (I believe) to
Neither of those is hard to tweak, but I can't think of a simple way to have a large number of slides already loaded for reverse movement without simply storing a large history and eating up memory.
In my mind, this defeats one of the reasons for Ajax: keeping the number of elements on the page to a low number - not just for initial load time, but also for memory.
Maybe it's not that big of a deal to just reload the elements when viewing in reverse. Photos and other assets should already be in the browser cache.
Comment #3
guillaumeduveauSubscribing, and thanks for your work :-)
Comment #4
kentr commentedLatest dev version has pager working in:
Comment #5
drone commentedIt works mostly fine, but there's one issue with controls: in the looped slideshow after passing through one full cycle of the whole slideshow it stops cycling correctly, it gets stuck on the initial slide and rotates just this single slide over and over again instead of going to next or previous one. And the same behavior takes place when you click the previous button while being on the first slide so you can't get to the last slide from the first one without going through the whole slideshow.
And thanks for your work, awesome stuff!
Comment #6
drone commentedTrying to narrow down the problem area.
Say we have slideshow with 10 slides (pages). When you you're on the 10th slide and click on the next button the URL string for AJAX request contains page=11 parameter instead of page=1, so page parameter is increased continuously.
Comment #7
kentr commentedI seem to recall that sort of behavior previously.
Did you flush caches to get the newest javascript to come through?
What OS / Browser?
In just a bit, I'll have a working demo online so you can compare notes.
Comment #8
kentr commentedDemo here:
http://kentrichards.net/demos/views-slideshow-ajax
Comment #9
drone commentedYeah, I flushed all caches.
OS - Win 7, browsers - all.
And by the way, I have several items per slide and several views with slideshows per page.
Comment #10
kubedan commentedIf i try set slideshow paused on start it doesn't work.
My working path in attach.
Comment #11
kentr commented