Hi,

I am wondering how I can have the views slideshow link to a node inside my site. I want the linking to be available to the whole slide image that each slide links to a particular node.

Thanks!

Comments

abhishek sawant’s picture

You can link the slideshow image to there respective content by selecting an "content" option from link image to setting under slideshow image field in views.

Abhishek Sawant
Drupal Developer

ilovekr’s picture

Hi,

Sorry do you mean to add another field under the slideshow field that I already have in views?

I'm still confused on how to add a link for each slideshow.

Thanks

hbergin’s picture

abhishek sawant’s picture

No, Under the setting tab of slideshow field which you have added in views you will get an option as: "link image to" where you can select "content" from the drop-down list, where it will link each slideshow image to there respective node/content detail page.

Hope it helps.

Abhishek Sawant
Drupal Developer

windrainer’s picture

What if the image is from a commerce product field, it will link to the admin editing page if select "link image to content".
looking for a solution now.

windrainer’s picture

eventually figured out, in the view configuration
1. add a hidden Content:Path , set the result rewrite as " use absolute path ".
2. in the commerce product image setting , check "output this field as a link" , then fill up "[path]"
3. apply changes and everything works as a charm.