I have an AJAX-loading paged view of image thumbnails which use the default Highslide format (Zoom) when clicked on.

This works fine for the first page of images, but after loading the second page, clicking on an image takes you to the full image instead, on its own page.

There appears to be an issue with pagination and/or AJAX-loading.

Lightbox2 handles this without error.

Comments

q0rban’s picture

Status: Active » Fixed

Hi Mark! FYI, this is fixed in dev via this commit: http://drupal.org/cvs?commit=303504

q0rban’s picture

BTW, currently the only difference b/w dev and 6.x-1.2 is the commit I mentioned above, and a commit that changes the divs to spans for the caption, to get it to working with insert module and line-break filter. See #649750: Call to undefined function highslide_field_formatter() highslide.module on line 419.

marktheshark’s picture

Thank you for your quick response

marktheshark’s picture

Status: Fixed » Needs work

Hmmm... Don't know if I'm missing something, but after installing the latest 6.x.-1.x dev version, it doesn't work at all.

Not even for the first page in a paged gallery...

q0rban’s picture

You didn't accidentally wipe out your whole highslide directory, did you? If so, you'll need to re-download the highslide js from http://github.com/q0rban/drupal-highslide-js

marktheshark’s picture

Status: Needs work » Fixed

That solved it, thanks, my bad.

A new problem detected after this:

Arrow buttons no longer cause the loading of the next picture in the gallery, can currently only view one picture at a time...

q0rban’s picture

Arrow buttons no longer cause the loading of the next picture in the gallery, can currently only view one picture at a time...

Now, that sounds like you stumbled onto a bug. ;) Do you mind creating a separate issue for that against 6.x-1.x? Thanks!

q0rban’s picture

marktheshark’s picture

Nice!

I have some other questions in this new thread

Status: Fixed » Closed (fixed)

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