This is an image slideshow that brings each image into view using 1 of N randomly chosen Transitional effects in IE browsers. For other browsers that don’t support these built in effects,a custom fade transition is used instead!
See demo on side bar – See Super Transitional effects in IE browsers
1. Simple, simple, simple.
2. Easy installation.
We can use this plug-in in two different way.
1. Go to widget menu and drag and drop the “Super transition slideshow” widget to your sidebar location. or
2. Copy and past the below mentioned code to your desired template location.
Installation Instruction & Configuration
* Unpack the *.zip file and extract the /super-transition-slideshow/ folder.
* Drop the ’super-transition-slideshow’ folder into your ‘wp-content/plugins’ folder
* In word press administration panels, click on plug-in from the menu.
* You should see your new ‘Super transition slideshow’ plug-in listed under Inactive plug-in tab.
* To turn the word presses plug-in on, click activate.
* Go to widget link under Appearance tab, Drag & drop ‘Super transition slideshow’
widget to your desired location in the active sidebar or use mentioned code in the desired template location.
Frequently Asked Questions
How to arrange the width & height of the slideshow?
1. This plug-in will not create any thumbnail of the image.
2. To change or use the fixed width take “super-transition-slideshow.js” file from plug-in directory and go to line 63 and fix the width, see below.
slideHTML+=’<img src=”‘+this.imagearray[index][0]+’” />’
to
slideHTML+=’<img width=”200″ src=”‘+this.imagearray[index][0]+’” />’
3. And take the “super-transition-slideshow.css” css file from same directory and set the width to “sts_class” class.
How to change the slide delay time?
Go to ‘Super transition slideshow’ link under SETTING tab to change these settings.
Where to upload my image?
wp-content/plugins/super-transition-slideshow/images/
also you can chage the location via ‘Super transition slideshow’ setting link.
how the slide show manages the order?
The file names are returned in the order in which they are stored by the file system.
Tags: slideshow, transition

42 comments so far
Leave a reply