3.0-beta1 had me excited with it's pager features, but either I'm doing something wrong, or there's a bug.
When I select 'fields' as the pager style and select the title field as the pager, it does display the pager items (all the titles in the view), but they're not clickable. I've tried setting row style to semantic fields to manually fix it, but since it doesn't pick up other row styles, this is not a solution.
Setting the pager to 'numbered' or 'thumbnails' does work, though.
Can someone tell me what I'm doing wrong, or if this is a bug that needs fixing?
| Comment | File | Size | Author |
|---|---|---|---|
| #11 | 931466.patch | 839 bytes | Bevan |
| #10 | 931466#comment-3961792 Fields pager outputs only text, not clickable, comment #8.patch | 839 bytes | Bevan |
| #8 | 931466 #8 Fields pager outputs only text, not clickable.patch | 839 bytes | Bevan |
Comments
Comment #1
redndahead commentedUnder Advanced Options check the box for AllowPagerClickBubble and put
true
Tell me if that fixes your issue.
Comment #2
spasmody commentedit does not work for me . Titles are still not clickable.
Comment #3
redndahead commentedwould help if you have a site to look at.
Comment #4
ericprk commentedI'm having the same problem. You can see an example here:
http://dev.coloradolatvians.com/
Thanks
Comment #5
ericprk commentedLatest dev version fixed the pager links for me. Thanks!!!
Comment #6
redndahead commentedComment #7
Bevan commentedThis is broken again using latest 3.x-dev versions of both views and views slideshow. Also the "Activate Slide and Pause on Pager Hover" option is broken.
Comment #8
Bevan commentedThis patch makes the "Activate Slide and Pause on Pager Hover" feature work again. It looks like the
views_slideshow_cycle_themecallback functions no longer use$rows, and not all of them have been updated. This fixes only one case which caused$rowsto interpreted as$attributes, thus rendering markup like<div 0="<img src="..." />" 1="<img .../>">.Clicking Fields pager items still does not do anything. (Unless the field is a link, in which case the browser is directed to the
href=""of that link.) Is it supposed to?Comment #9
redndahead commentedClicking on this patch doesn't seem to open for me. Maybe it's the spaces and comma's in the name. Can you retry uploading it?
Comment #10
Bevan commentedAttempting to re-attache the patch file.
Comment #11
Bevan commentedAttempting to re-attach the patch file.
Comment #12
redndahead commentedFixing with the latest patch. If you have any other issues please open a new issue.
Comment #13
Bevan commentedredndahead; I noticed other cases where it seems the theme hook definition in
views_slideshow_theme()does not match the arguments that functions calltheme()with. I did not fix them because it is not clear which is authoritative.