Hi
Is there any chance that the simple slideshow plugin could be updated to allow linking from the slides to other pages on the website ?
It appears to me that jquerytools plugin allows for this, below is the code the plugin genrates on my site:
Code:
<div class="slideShow">
<div class="ipPluginSimpleSlideshowImages">
<div><img alt="Atlas Sytem" src="http://www.megantech.pl/image/atlasBanner.png" /></div>
<div><img alt="Asia 2" src="http://www.megantech.pl/image/asiaBanner.png" /></div>
<div><img alt="Africa" src="http://www.megantech.pl/image/africaBanner.png" /></div>
<div><img alt="Asia Pump" src="http://www.megantech.pl/image/asiaBanner2.png" /></div>
<div><img alt="Droplet Chip" src="http://www.megantech.pl/image/drop700.jpg" /></div>
<div><img alt="Dolomite chip2" src="http://www.megantech.pl/image/arty6.jpg" /></div>
<div><img alt="Graphene Supermarket" src="http://www.megantech.pl/image/grapheneBanner1.jpg" /></div>
<div><img alt="graphene2" src="http://www.megantech.pl/image/grapheneBanner2.jpg" /></div>
<div><img alt="Globe Reactor" src="http://www.megantech.pl/image/syrris_globe_700.jpg" /></div>
<div><img alt="Calorimetry" src="http://www.megantech.pl/image/calorBanner2.png" /></div>
<div><img alt="Custom Systems" src="http://www.megantech.pl/image/syrris_custom_700_2.jpg" /></div>
</div>
<div class="ipPluginSimpleSlideshowTabs">
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
<a href="#"></a>
</div>
At the bottom are the blank <a href="#"></a> lines which I understand are generated by the jqueytools script.
Any chance that the plug could be updated with an extra field in the backend into which the relevant link to the associated webpage could be added ?
Alan