Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: Hi, just found your slideshow software. Amazing !!! Love it.
I'll buy the business license but I really would need one feature:
If I click on a picture that has a URL configured, the target is opened in the same window. Is there anyway, even by changing the javascript myself to open that target in a NEW WINDOW.
So that the slideshow goes on and my customers don't need to click BACK but just CLOSE the window where I send them to ?
A: Yes, it is possible.
To add link to slideshow image you should select image by clicking on it and specify link you need for this image in the 'Url' field just below the main window.
You can also change the target for the links in engine/js/slideshow.js file:
var target=obj.target?obj.target.trim():"_self";
and change it to:
var target=obj.target?obj.target.trim():"_blank";
For troubleshooting, feature requests, and general help, contact Customer Support at . Make sure to include details on your browser, operating system, Visual SlideShow version, link to your page.
Make the process of creating your sites for non-profit and commercial purposes easier, this solution is free and doesn't require special skills.