Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: Hello! I see from your demos that most SlideShow Templates seem to continually hide and
unhide the bottom Control Buttons (Previous/Play/Pause/Next).
Is it a fixed feature or is it possible to let them constantly visible on screen? Are there any Templates that do just that, or are we forced to do it through code changes?
Thank you for answering me. I look forward to hearing from you.
A: You should open generated "slideshow.css" file in any text editor (for example, NotePad), find following lines:
.slideshow-controller-hidden {
opacity: 0;
}
and change it to:
.slideshow-controller-hidden {
opacity: 1;
}
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.