I am using the Views Showcase module to display some node content. Everything is looking pretty good after taking some time to play with the CSS. One thing i have noticed though is i cant generate a link to the node except through the image. For instance, in my views set up i set the node title to link to the node, when it shows up in the views showcase it maps the link correctly, but when i click on it nothing. Is it not possible to have links in view showcase using the node title?

thanks

Comments

Anonymous’s picture

I have exactly the same problem. The link appear - it highlights when hovering (as is should) and the target seems to be correct ... even the little hand appears. But on clicking - nothing happens.

Anonymous’s picture

... me too.

balderdk’s picture

the problem exists because of jquery cycle plugin is preventing the default behavior.

Line: 870 in jquery.cycle.all.js

in function pagerFn

out-comment the first line that reads "e.preventDefault();"

and your good :)

Anonymous’s picture

This works perfectly...

Is it likely that commenting that out will ever come back to haunt me elsewhere?

(Of course if I ever update that jquery.cycle.all.js I will completely forget about this)