Hi,
Im using ja_slideshow on the ja_helio template. Im trying to insert a link on each picture shown in ja_slideshow so if a visitor clicks on the image is redirected to another page.
I’ve followed the comments in other threads, adding the “Description Parameters” and my html source code is now showing:
<script type=”text/javascript”>
JaSlideshow = new JaSlideshowClass({
siteurl: ‘http://192.168.18.15/joomla2/’,
type: ‘fade’,
pan: ’10’,
zoom: ’10’,
width: 690,
height: 250,
url: ‘images/stories/banners/’,
images: [‘flow1.jpg’,’flow2.jpg’,’flow4.jpg’,’flow5.jpg’,’flow6.jpg’,’flow7.jpg’],
captions: [”,”,”,”,”,”], urls: [‘http://www.google.com’,’http://www.google.com’,’http://www.google.com’,’http://www.google.com’,’http://www.google.com’,’http://www.google.com’], duration: [2000, 5000],
transition: Fx.Transitions.sineInOut ,
navigation: ‘none’,
resize: 0,
classes: [‘prev’, ‘next’, ‘active’],
play : ‘play’,
thumbnailre: [/./, ‘t.’]
});
</script>
It works on IE, where Im able to click the images and get redirected to google, but it doesnt work on Firefox, where the images are not clickable
Any ideas why it is not working correctly on Firefox?
Thanks