If you choose a pager position no pager settings are displayed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 884076-pager_settings-1.patch | 2.77 KB | redndahead |
If you choose a pager position no pager settings are displayed.
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | 884076-pager_settings-1.patch | 2.77 KB | redndahead |
Comments
Comment #1
redndahead commentedThis patch was committed.
Comment #3
dtarc commentedI'm not seeing pagers enabled. The patch in #1 adjusts the keys for the views areas for which to put the pager in, but I'm seeing an unrelated issue.
Using Drupal 6.19, Views 6.x-3.x-dev (Aug 17) Views Slideshow 6.x-3.x-dev (Aug 16)
It looks like the pager is only generated when the pager type is set to fields. If the pager is set to Numbered or Thumbnails, there is no pager.
Looking at views_cycle_slideshow.theme.inc it is pretty clear that no pager is being generated for those pager types:
Comment #4
dtarc commentedComment #5
redndahead commentedI'll check it out, but all numbered or thumbnails needs is to output that div that you can see on the 9th line. Javascript takes care of the rest.
Comment #6
dtarc commentedHmm...this may be a javascript issue then from the sounds of it, I'll check out what's going on with the js.
Comment #7
redndahead commentedI have tested all 3 pagers working in cycle with this patch #866840: Make pager pluggable Going to mark this one back as fixed and if you can test the patch at that link that would help.
Comment #8
dtarc commentedThe patch in #2 at #866840: Make pager pluggable fixed the problem. Thanks!