Using views 2.6 and upgraded Views Slideshow and Views Slideshow: Imageflow to the latest 6.x-2.x-dev. I have updated the database, cleared cache and double checked my settings in the View UI. The images and slideshow are displaying correctly but now the images no longer link to their respective node. Anyone else experiencing this problem or have a fix?

God Bless,
Jeff

Comments

mima’s picture

Hi,
I have the same problem with 6.x-2.x-dev.
Mima

harris_david’s picture

I am experiencing this as well

gillesbailleux’s picture

Subscribing

brulain’s picture

Same issue here => subscribing: wonderfull module, but very instable until last versions...

shadysamir’s picture

Subscribing, same problem

bserem’s picture

subscribing

please note that even if you display an image (not linked) and rewrite its output as a link from the VIEWS options the link doesn't work when imageflow is selected.

It seems like imageflow discards the appropriate html tags... strange!

Haarht’s picture

Subscribing, same issue.

BoromirOfGondor’s picture

StatusFileSize
new6.39 KB

subscribing, same issue, link to node is not working any more.

Views Slideshow ImageFlow is a great module, I love it, it looks really cool and perfectly enhances my photography website.

Versions used atm:
Drupal Core 6.16
Views 6.x-2.10
Views Slideshow 6.x-2.x-dev
Views Slideshow: Imageflow 6.x-2.x-dev

Exported view is attached.

So many thanks for your help, best regards,
Chris

brulain’s picture

Does anyone know a solution for this problem? Or only some news?
Thanks!

hdcwebteam’s picture

Subscribing

ergonlogic’s picture

I'm experiencing the same issue, links to nodes are no longer working.

Drupal Core 6.16
Views 6.x-2.10
Views Slideshow 6.x-2.0
Views Slideshow: Imageflow 6.x-2.x-dev

anschinsan’s picture

This did the trick for me in 6.x-2.x-dev Version from 18 may 2010 :
In /sites/all/modules/views_slideshow_imageflow/themes/js/views_slideshow_imageflow.js

I changed/ disabled following line (Nr 37):

onClick: flow['onClick']

to
// onClick: flow['onClick']

I know this is no solution - but it helps for the moment until some Jquery Guru can really solve it.

Thanks for this fantastic views style, by the way!

ergonlogic’s picture

Thank you, anschinsan! That worked perfectly.

brulain’s picture

It doesn't work for me...

bserem’s picture

works perfectly! just remember to empty your cache :)

ps: where did you find the 18-may dev? the latest dev is one released on the 28 of april!

aaron’s picture

you shouldn't have to do that -- you can just blank out the onClick setting in the view to have the same effect w/o hacking the module.

aaron’s picture

Status: Active » Needs work

i think i see what's going on, actually: looking at @BoromirOfGondor's export, it seems the onClick field is blanked... that will cause it to malfunction, actually; it should actually read the module's default in most cases: function() { document.location = this.url; }, or failing that, probably something like function() { return false; }.

I'll update the module to ignore blank settings if that's been done, as that will break things...

aaron’s picture

Status: Needs work » Needs review

Someone please try the latest in CVS (dated today) and report back if it works.

Thanks!
Aaron

ergonlogic’s picture

Status: Needs review » Reviewed & tested by the community

Tested CVS HEAD, and image links work fine. So, as far as this issue goes, I'd say it's fixed.

Note, however, that when the page loads the slider appears all the way to the left and the initial glide to the center image isn't occurring.

Haarht’s picture

Status: Reviewed & tested by the community » Needs review
StatusFileSize
new9.49 KB

I updated and flushed the caches but it still doesn't work for me. Views export is attached.

brulain’s picture

StatusFileSize
new72.76 KB
new39.78 KB

Hi aaron,

In my local site, this new dev version (2010-May-19) works fine, but images are smaller than before after clicking on imageflow.
In my production site, wich is the same, this new dev version doesn't work (IF images don't link to node). So, I have:

- desactivated IF (admin/build/modules).
- uninstalled IF (admin/build/modules/uninstall).
- deleted IF directory on server.
- cleared cache.
- copied new dev version IF directory on server.
- installed IF (admin/build/modules/uninstall).

After this new installation:

- In views, the slideshow display with IF mode are already enabled... and settings the same as before (?)
- In available updates (admin/reports/updates), IF version is still the last dev version, ie '6.x-2.x-dev (2010-Apr-28)' (see attached file). But .info file seems to be OK (see attached file).

Very strange...

Apfel007’s picture

subscribe

Views Slideshow 6.x-2.1
Views Slideshow: ImageFlow 6.x-2.x-dev (2010-May-19)
Views Gallery 6.x-1.2
Views 6.x-2.10

mima’s picture

Hi,
with the new imageflow release (2010-May-19) problem is resolved. Please find below the module releases that work well together:
Views 6.x-2.10 (2010-Apr-08)
Views Slideshow 6.x-2.0 (2010-May-18)
Views Slideshow: Imageflow 6.x-2.x-dev (2010-May-19)
Mima

brulain’s picture

This is my configuration, but it doesn't work.
Sorry...

anschinsan’s picture

To aaron regarding #17

I updated all modules as recommended by update status module and now have versions:
Views 6.x-2.10
Views Slideshow 6.x-2.1
Views Slideshow: ImageFlow 6.x-2.x-dev (2010-May-19)

I tried different settings and it never worked - until I did exactly what isn't recommended in #17: I deleted the 'onClick override' in the views settings and produced a blank onClick override. Now, with imagecache croped images and the setting 'link this field to its node' it work's.

Thanks for working on this!
Anschinsan

Haarht’s picture

I just tried #25 and it works. Such a simple workaround, I wonder why I didn't try this after updating the modules.
Thanks !

brulain’s picture

I tried a lot of settings too, but it never worked, with or without function in 'onClick override' field.

bserem’s picture

are you clearing your caches in between?

it works with the fix mentioned in #25
you can see a live version here: http://www.karnavalikokomitato.gr/

brulain’s picture

Yes, I have cleared caches, many times.

brulain’s picture

Oups...
Yes, it works fine: I had older versions in the Lithbox folder (mistake). Sorry.
Thanks a lot for your help!

mbria’s picture

Solution posted on #12 worked for me on:

views_slideshow 6.x-2.2 (datestamp "1277071510")
views_slideshow_imageflow 6.x-2.x-dev (datestamp "1271377230" and updated on 2010-05-19 to 1274228482")
imageflow library 1.3.0

My view plays with custom PHP field and returns an IMG inside an Anchor:

"<a href=\"$base_url/node/".$node->nid."\"><img class=\"gt_media_imageflow\" src=\"$base_url/$img_dest\" title=\"$img_teaser\" /></a>";

So #12 hack (on line 40) with "function () {return false;}" as onClick overwrite (although I believe after the hack this is not required any more) did the job.

Cheers,
m.

alfthecat’s picture

StatusFileSize
new11.89 KB

Hi,

I'm facing the opposite of this issue. My imageflow shows images, and on click it opens the image. I would like to remove that, and go with un-clickable images.

I have made sure there is no 'link this field to its node' settings enabled.

Does anyone know what I should input to stop the images to carry a link?

-- edit
Sorry, found it: function() { return false; }