Needs review
Project:
Views Slideshow: ImageFlow
Version:
6.x-2.x-dev
Component:
Code
Priority:
Normal
Category:
Bug report
Assigned:
Unassigned
Reporter:
Created:
29 Apr 2010 at 21:17 UTC
Updated:
31 Aug 2010 at 15:33 UTC
Jump to comment: Most recent file
Comments
Comment #1
mima commentedHi,
I have the same problem with 6.x-2.x-dev.
Mima
Comment #2
harris_david commentedI am experiencing this as well
Comment #3
gillesbailleuxSubscribing
Comment #4
brulain commentedSame issue here => subscribing: wonderfull module, but very instable until last versions...
Comment #5
shadysamir commentedSubscribing, same problem
Comment #6
bserem commentedsubscribing
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!
Comment #7
Haarht commentedSubscribing, same issue.
Comment #8
BoromirOfGondor commentedsubscribing, 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
Comment #9
brulain commentedDoes anyone know a solution for this problem? Or only some news?
Thanks!
Comment #10
hdcwebteam commentedSubscribing
Comment #11
ergonlogicI'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
Comment #12
anschinsan commentedThis 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!
Comment #13
ergonlogicThank you, anschinsan! That worked perfectly.
Comment #14
brulain commentedIt doesn't work for me...
Comment #15
bserem commentedworks 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!
Comment #16
aaron commentedyou 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.
Comment #17
aaron commentedi 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 likefunction() { return false; }.I'll update the module to ignore blank settings if that's been done, as that will break things...
Comment #18
aaron commentedSomeone please try the latest in CVS (dated today) and report back if it works.
Thanks!
Aaron
Comment #19
ergonlogicTested 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.
Comment #20
Haarht commentedI updated and flushed the caches but it still doesn't work for me. Views export is attached.
Comment #21
brulain commentedHi 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...
Comment #22
Apfel007 commentedsubscribe
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
Comment #23
mima commentedHi,
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
Comment #24
brulain commentedThis is my configuration, but it doesn't work.
Sorry...
Comment #25
anschinsan commentedTo 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
Comment #26
Haarht commentedI just tried #25 and it works. Such a simple workaround, I wonder why I didn't try this after updating the modules.
Thanks !
Comment #27
brulain commentedI tried a lot of settings too, but it never worked, with or without function in 'onClick override' field.
Comment #28
bserem commentedare 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/
Comment #29
brulain commentedYes, I have cleared caches, many times.
Comment #30
brulain commentedOups...
Yes, it works fine: I had older versions in the Lithbox folder (mistake). Sorry.
Thanks a lot for your help!
Comment #31
mbria commentedSolution 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:
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.
Comment #32
alfthecat commentedHi,
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; }