Englishvideo slider jquery  Deutschbildergalerie erstellen  Españolslider javascript  Françaiscarousel js  ItalianoImmagini Galleria   汉语网络幻灯片: 效果的幻灯片  Português brasileiroGaleria De Imagens  Русскийслайдер изображений, слайдшоу, CSS слайдер  Svenska Bild Galleri  日本語画像のスライダー&ギャラリー  NederlandsAfbeeldingen Caroussel 

Recent Demos

 I want to make Next and Previous arrows are always showing in carousel jquery.

Q: I have a quick question that is hopefully easy to answer.

How can I make it so the next and previous arrows are always showing, not just when I hover over the slider image?

Thank you for this great tool and for your help in advance.

A: Navigation arrows are always showing for some templates. For example: Terse, Crystal, Noble.

You can change other templates manually in generated "style.css" file. Open it in any text editor (for example, Notepad), find following lines:

#wowslider-container a.ws_next, #wowslider-container a.ws_prev {
    background-image: url("./arrows.png");
    display: none;
    height: 30px;
    margin-top: -15px;
    position: absolute;
    top: 50%;
    width: 30px;
    z-index: 1001;
}



and remove line "display: none;". That's all.