slideshow onClick event - how to turn it off
Permalink
Hi,
I have a simple slideshow with 3 images on a clients site and they do not want the images to be clickable.
At the moment you can click on the images to go to a new page with that image on it and I would like to turn that function off please.
Any ideas? I have a template ready but don't know which bit to turn off or comment out or anything??
Nige
I have a simple slideshow with 3 images on a clients site and they do not want the images to be clickable.
At the moment you can click on the images to go to a new page with that image on it and I would like to turn that function off please.
Any ideas? I have a template ready but don't know which bit to turn off or comment out or anything??
Nige
I'm also looking for a way to turn off slide show click events. Or at least do something more useful than opening up a new window...
Think I just figured it out.
Copied Slideshow folder from concrete/blocks to blocks in the outer most folder (which overrides the version in the concrete folder).
Then in view.php in the imgClick function added this: event.preventDefault();
Copied Slideshow folder from concrete/blocks to blocks in the outer most folder (which overrides the version in the concrete folder).
Then in view.php in the imgClick function added this: event.preventDefault();