Active
Project:
AT Commerce
Version:
7.x-3.0-rc1
Component:
Miscellaneous
Priority:
Normal
Category:
Support request
Assigned:
Unassigned
Reporter:
Created:
25 Oct 2012 at 11:31 UTC
Updated:
25 Oct 2012 at 11:31 UTC
First off, I'm a big fan of AT Commerce - simply wonderful work on all this!
I'm using Link Image with the slideshow and it works great - click on the image and go to the node. I'm wondering if there's a way to make the caption also link to the node - I've tried poking around with devel_themer, but it just crashes the browser when activated on the slideshow (front) page.
I think a modification of line 8 of field--field-slide.tpl.php would do the trick...
<div class="slideshow-caption"><p><?php print $item['#item']['title']; ?></p></div>
...if I could figure out how to do it.
Any guidance greatly appreciated - thanks again for AT Commerce!