2ed3 Make javascript slide show controller always visible
  • Visual SlideShow

  • FAQ

Is possible change the option of javascript slide show controller, always visible

Q: Another question, please: is possible change the option of controller, always visible?

A: You should find the following code in engine/css/slideshow.css file:

.slideshow-controller-hidden {
        opacity: 0;
}



change it to:

.slideshow-controller-hidden {
        opacity: 1;
}

Related

  • February 27, 2013 Saved projects do not open in make slide show

    I have several galleries I have created previously and now, when I try to open them, it just goes to the screen you get when you launch the software and they do not open. However, others of my galleries ARE opening.

0