By ilovekr on
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!
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
You can link the slideshow
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
Hi, Sorry do you mean to add
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
Previous posts
Does this help http://drupal.org/node/1698262
No, Under the setting tab of
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
What if the image is from a
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.
eventually figured out, in
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.