56da
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 to get the wordpress picture slider html code to put in my volusion html editor?Q: Hi, I recently downloaded your free program to use to see if it would work with my volusion software and if it will i would like to purchase the software for online use. I made a quick trail slideshow but now cant figure out how to get the html code to put in my volusion html editor?
A: To use WOWSlider you should be able to add html code and upload files (images, .js, .css) on your server.
It seems that your platform Volusion e commerce allows to do it:
http://support.volusion.com/article/web-scripting-support-volusion
Please, see how to install the WOWSlider into your html page:
1) Create your slideshow using WOWSlider.
2) Publish it on a local drive in any test folder:
- open Gallery->Properties->Publish or click 'Publish' button on the main menu panel;
- select 'Publish to folder', click 'Browse' button and select any local folder
- click 'Publish' button
3) Open index.html file from the saved folder in any text editor (Notepad for example)
or you can:
- open index.html page in any browser
- right click on the page
- select view source of the page.
You'll find 'engine' and 'data' folders in this saved folder also.
4) Copy code for the HEAD section and paste it inside the HEAD/BODY section of your own
webpage, for example:
<head>
...
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="engine1/style.css" media="screen" />
<style type="text/css">a#vlb{display:none}</style>
<script type="text/javascript" src="engine1/jquery.js"></script>
<script type="text/javascript" src="engine1/wowslider.js"></script>
<!-- End WOWSlider.com HEAD section -->
...
</head>
5) Copy code for the BODY section and paste it inside the Body section of your own web
page in the place where you want to have a gallery, for example:
<body>
...
<!-- Start WOWSlider.com BODY section -->
...
<!-- End WOWSlider.com BODY section -->
...
</body>
6) Notice, you should copy 'data' folder with images and 'engine' folder with all files
into the same folder with your own webpage.
7) Preview your website in the browser.
Also you can try to use 'Insert to page' wizard. Simply click inside the page to select where
you want the slideshow to appear and press "Insert Before".
Notice, that if you want to install galleries in Blogger posts and other pages which are
not on your FTP server / domain name you should upload 'engine' and 'data' folders on your
server and use absolute paths for all WOWSlider files, for example:
<!-- Start WOWSlider.com HEAD section -->
<link rel="stylesheet" type="text/css" href="http://yourdomain.com/engine1/style.css" media="screen" />
<style type="text/css">a#vlb{display:none}</style>
<script type="text/javascript" src="http://yourdomain.com/engine1/jquery.js"></script>
<!-- End WOWSlider.com HEAD section -->