Hi,
How can I remove links from images in the slideshow? I guess It's in widgets.imageshow.php, but I was able to remove link only from the first image. Tnx
elmt.click(function (e) {
window.location = jQuery(e.target).attr('data-url');
});