4d7a
jQuery Slider, jQuery Slideshow
Bildergalerie jQuery, HTML Diashow
Galeria de Imagenes con jQuery, Slide Imagenes Gratis
Diaporama jQuery & Galerie D'Image jQuery
Slideshow Immagini jQuery, Galleria jQuery
WOW 网络幻灯片:jQuery 效果的幻灯片
Slider jQuery Chocante, Slider de Imagens jQuery
WOW Slider: jQuery слайдер изображений, HTML5 слайдшоу, CSS3 слайдер
WOW Slider: jQuery Bild-Slider & Galleri
WOW Slider : jQuery画像のスライダー&ギャラリー
WOW Slider: jQuery Afbeelding Slider & Gallery
For troubleshooting, feature requests, and general help, contact Customer Support at
.
Make sure to include details on your browser, operating system, WOW Slider version, link to your page. In most cases you'll get a reply within 1 business day.
Please read the FAQs first to see if your question has already been answered.
How can I change DOCTYPE for image slide jquery in Wordpress?Q: You wrote me use the DOCTYPE declaration for universal compatibility:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
How do I do that in Wordpress?
A: You should select
Appearance -> Editor
and change "header.php" from templates in right column.
Hello, quiero comentar que tengo problemas con el wowslider y mis div de css que estan por debajo de el desaparecen como puedo solucionar eso
You should open "style.css", generated by WOWslider, in any text editor (for example, NotePad), find following lines:
#wowslider-container1 {
...
z-index: 100;
}
Then you should open "style.css", generated by CSS3Menu, in any text editor (for example, NotePad), find following lines:
ul#css3menu1 {
...
z-index: 999;
}
You should change "z-index" parameters in both files:
"z-index" of CSS3Menu should be more than "z-index" of WOWSlider.