Home › Forums › Theme support › Cycle Slider › Reply To: Cycle Slider
Hi,
you can set the “time out” (the time between two slides) in WP admin -> Appearance -> Allslider Settings -> Cycle Slider -> Timeout. We tested it on our demo website and it’s working. The text is always hidden on non visible slides, and fade in on active slides. If you want to show it always, you can add this css code to your style.css file:
.cycle_element h2, .cycle_element h3, .cycle_element a {
display:block !important;
opacity:1 !important;
}