Try now, it's free! You can use it for free to create sites for your and your clients' purposes!
Q: I cannot get the program to generate a slideshow player with the
controls on the bottom. It will generate to a folder, but when the
html is pasted into my site, the controls are again in the middle.
A: Try to do restart Visual Sldieshow app, select 'bottom' position for controller
and publish the slideshow in the empty folder.
Check the result and if everything is fine, reinstall the slideshow on your site.
Make sure new engine files have correctly overwritten the old ones.
You can previously remove old 'engine' folder from the server.
If the problem persists, try to change the position of controller manually.
Open engine/css/slideshow.css file and find the following code:
.slideshow-controller {
background: url(../images/controller.png) no-repeat;
height: 42px;
left: 50%;
margin: -21px 0 0 -119px;
overflow: hidden;
position: absolute;
bottom: 50%;
width: 238px;
z-index: 10000;
}
Set value you need for the 'bottom' parameter, for example:
.slideshow-controller {
background: url(../images/controller.png) no-repeat;
height: 42px;
left: 50%;
margin: -21px 0 0 -119px;
overflow: hidden;
position: absolute;
bottom: 10%;
width: 238px;
z-index: 10000;
}
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.