Hello guy!
Here is the solution for you:
Please open the file http://bostonlatino.tv/modules/mod_jaslideshow2/assets/ja.slideshow2.js and try to find codes at line 154
[PHP]
//Click on Main image
if (this.options.urls) {
[/PHP]
[PHP]
//Click on Main image
if (this.options.urls) {
this.els.each( function(item,index){
item.getElement(‘img’).addEvent( ‘click’, function(){
// URL
var url = this.options.urls;
if (url) {
var target = this.options.targets;
switch(target){
case “_blank”:{
window.open(url, “newWindow”);
break;
}
default:{
window.location.href = url;
break;
}
}
}
// Target of URL
}.bind(this) );
}.bind(this) );
[/PHP]
Good luck
PS: Please backup your files before doing