When the Timer delay setting is 0, the Views slideshow does not cycle automatically, only manually using the previous/next controls. The pause/resume controls don't make sense in that case and should be removed, IMO.
| Comment | File | Size | Author |
|---|---|---|---|
| #2 | 718144-hide_pause-1.patch | 1.14 KB | redndahead |
Comments
Comment #1
redndahead commentedMarking as critical to look at before release.
Comment #2
redndahead commentedHere is a patch to fix it.
Comment #3
marcvangendDidn't test the patch yet, but it looks sensible. One thought: can a situation exist where $options['singleframe']['timeout'] is not set or NULL, causing the if statement to return FALSE when it should return TRUE? In that case,
if ($options['singleframe']['timeout'] === 0) {would be appropriate; if not the patch should be fine.Comment #4
redndahead commentedThat shouldn't be the case, but it may be safer to add the comparison. Thanks
Comment #5
redndahead commentedThis has been committed, thanks.
Comment #6
marcvangendThank you for including my suggestion in this great module.