242 comments found.
There’s a minor bug that stops this working on IE8 (and no doubt IE7 and IE6 too) if you make use of the transition : ‘random’ setting. The script dies with “this.shuffle : is null or not an object” (or something similar).
The issue is caused by a trailing comma in the following code within the jquery.slider.js or jquery.slider.min.js files:
this.transitions = [
'fade', 'square', 'bar', 'squarerandom', 'fountain', 'rain',
];
Either remove the trailing comma (pre-IE9 doesn’t handle these well), or make explicit references to the transitions you wish to use from the code that calls the script, such as:
width : 900,
height : 360,
transition : [ 'fade', 'bar', 'square', 'squarerandom', 'slide', 'fountain', 'rain' ]
(...or whatever combination of transitions you wish to use from the list shown in the installation instructions. Transitions will be selected randomly from the list you specify. ‘random’ is simply intended to be a convenience option for obtaining a good cross-section of transitions without listing them all).
Hope this helps somebody! It sure wasted a few hours for me 
While I’m at it, before that I also found a problem on IE8 with a repeatedly jumping and changing mouse pointer if you have the following in your stylesheet:
a:hover {
background: inherit;
}
Change “background” to “background-color” (if this suits you and/or is needed by your site design) and the problem will disappear. Eg:
a:hover {
background-color: inherit;
}
Cheers, and thanks for the great script!
Good work, enjoying using it.
Is there a way to make the slide go left with the left navigation and vice versa?
Thanks.
For some reason I am not able to get this to work in IE7 or IE6 . It gives me 4 separate images. I have validated the doc type and tried different ones. I am using the same doc type as in the example. You can follow the url below. Any help is appreciated.
cactus.vsacreative.com
Hi, remove the last comma:
pauseOnHover: false
Good one! But running the slider freezed my scriptaculous things. how can this be fixed? thanks!
Can captions be added to each image? Thanks
Is it possible to have thumbnails as navigation?
Hi Eduardo,
I just bought your theme and it is working great.
One thing I need however is to use my own buttons to move the slider left and right.
The buttons will be my own text or images below the slider.
Can you give me an example of how to do this?
Thanks.
How do I adjust the slide interval time?
Use the “delay” option
$(".slider").slideshow({
delay: 3500
});
Hi.. I’m interested in purchasing this slider for a website I’m setting up, though, there’s one thing I’m unsure about. When I start using the arrows to navigate through slides the timer seems to stop. That is, it doesn’t continue running automatically until i press the play button again.
I would like my visitors to be able to navigate through slides, but also have the timer continue to run when they do so.
Is it possible?
Thanx a lot!.
Yes, just add:
pauseOnClick : false
to the options.
BTW , there is a typo in the help documents,
<!—[if IE 6 ]> <![endif]—>look at the path 
I don’t see it O.o where is it? in which file?
Oh
The code is gone when pasted here, strange
The help file has a path from an help file of another project (lightbox :))
Bought it instantely because of the high quality other products i use from you. Thank you:)
Are you able to resize the slider so that it can look like a banner at the top of a website?
You can add a link for each image.
Nice job, looks great, easy to setup. Thanks guys.
Hey – nice work – thanks!
All going well, but attempting to place HTML content like your Pirates of the Caribbean example but note having any luck, despite how simple it looks in the example. Can you point me to where the necessary resources are for this example in the download package so that I can use/replace content?
Many thanks
Please download the file again. If you have problems with the HTML example, contact me via email.
Thanks for the quick reply~ I downloaded again, but I’m still not sure what I need to do – will send you an email. Thanks!
Wow really nice work!
Thanks 
Can it automatically adjust to the current slide’s size? I need this for a client.
All images must be the same size. You can set the width and height to 0 and the slider will be resized automatically.
$(".slider").slideshow({width:0, height:0});
Resized automatically to the first slide or to auto fit to each slide? Does it at least add a current class to the slides so I can do this myself?
It doesn’t change the size on each transition. That’s why all images must be the same size.
Hi there, i dont see the html content slider inside the package. i was looking forward for that slider. thanks in advance.
Please send me an email I will send you the example file.
@realwebdesigns
the wp version was allready there
http://codecanyon.net/item/slider-evolution-for-wordpress/244096
nice now all we need is a WordPress version