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?

Support from Acquia helps fund testing for Drupal Acquia logo

Comments

redndahead’s picture

Status: Active » Postponed (maintainer needs more info)

Under Advanced Options check the box for AllowPagerClickBubble and put

true

Tell me if that fixes your issue.

spasmody’s picture

it does not work for me . Titles are still not clickable.

redndahead’s picture

would help if you have a site to look at.

ericprk’s picture

I'm having the same problem. You can see an example here:

http://dev.coloradolatvians.com/

Thanks

ericprk’s picture

Latest dev version fixed the pager links for me. Thanks!!!

redndahead’s picture

Status: Postponed (maintainer needs more info) » Fixed
Bevan’s picture

Version: 6.x-3.0-beta1 » 6.x-3.x-dev
Status: Fixed » Needs work

This 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.

Bevan’s picture

Status: Needs work » Needs review
FileSize
839 bytes

This patch makes the "Activate Slide and Pause on Pager Hover" feature work again. It looks like the views_slideshow_cycle_theme callback functions no longer use $rows, and not all of them have been updated. This fixes only one case which caused $rows to 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?

redndahead’s picture

Clicking 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?

Bevan’s picture

Attempting to re-attache the patch file.

Bevan’s picture

FileSize
839 bytes

Attempting to re-attach the patch file.

redndahead’s picture

Status: Needs review » Fixed

Fixing with the latest patch. If you have any other issues please open a new issue.

Bevan’s picture

redndahead; I noticed other cases where it seems the theme hook definition in views_slideshow_theme() does not match the arguments that functions call theme() with. I did not fix them because it is not clear which is authoritative.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.