242 comments found.
Hello, I am having an issue with youtube videos in the slider. When I embed the youtube video with iframe the navigation for the slider disappears.
Please Help. Thanks
It’s okay, figured it out, removed ‘display:none’ in the CSS .
Hi
Great slideshow!
How to I set it up so the left and right navigation arrows are visible all the time (not just on hover)?
i can use 2 different templates for 2 instances of the slider in the same page?
Example: 1 bigger slider with 1 template and 1 small slider with other template.
ty
Great script!
Nop 
I like this slider very much. But I have to support ie6 and I’m finding that despite the ie6 style sheet and the conditional comment being in the page the backgrounds to the gifs still aren’t showing as transparent. They have a light blue-green background. I’m not sure which image files to try to edit as all the gifs and PNGs in slider/themes/default/images seem to be transparent when I open them in Fireworks. I’ve taken the ie6 call out of the comments and placed it directly after the main stylesheet but no difference. Any ideas?
Hola nuevamente. Muchas gracias por la respuesta tan rápida. Voy a hacer lo que me indicas. Cualquier cosa te comento. Un abrazo. Que todo te vaya bien en la mudanza.
Hola. Hace un par de días te envié un email. Adquirí ya el Slider Evolution y me gustaría saber si es compatible con el Lightbox Evolution para poder comprarlo. Y, si es compatible, por favor, indícame de qué manera debo colocar el código JS y HTML o los archivos en común para que funcione.
PD.: No souy muy bueno en JS así que cualquier detallado se agradece. Abrazos.
Hola, perdón por la tardanza estoy en plena mudanza por lo que todavía no he podido responder los mails. Son totalmente compatibles y funcionan bien juntos, lo único que debes tomar en cuenta es no poner el script llamado jquery.min.js dos veces. Sólo va una sola vez, antes que todos los demás.
Saludos.
The slideshow seems to be showing all images at once before loading the slideshow. Is there a fix to this?
Hi there. I love your script. I have manage to customize it for my website but i need to modify the speed of the pause between slides. Can you explain to me how can i do that?
Hi, just purchased your script. Works great!
I have a couple quick questions.
I would like to be able to customize the selectors and I was wondering how I might be able to do the following: 1) I need to add a wrapper to the default jquery-slider-selectors class. I need the wrapper to be the full width of the browser and the actual .jquery-slider-selectors to be only 960px. How can I add the wrapper in the javascript?
2) Instead of just images for the selectors, I would like to incorporate words (in order to be more SEO friendly) for each individual selector. How could I achieve this?
Thank you again. Excellent script!
var wrapper = $(".slider").slideshow().esqueleto.selector.wrap('<div class="jquery-slider-selectors-wrapper" />');
2. Because the selectors are added via javascript, it doesn’t matter if you add text to them. Search engines are unable to read them.
Thank you for your response.
I tried adding that to line 183 of the jquery.slider.js file, and I was unable to get it to work.
I’ll email you a URL if you would be able to take a look.
Thanks again.
Replied 
Hi, The slider works very well – no problems. I have however a conflict with a dropdown menu immediately above the slider. I’m using a jQuery dropmenu but the dropdowns are obscured by the slider. Is there a dropdown menu system that plays well with this slider? Is there another solution? Thanks,
It’s easy to fix, just add to the dropdown a z-index > 10. Send me the URL and I’ll show you where.
Thanks for the great slider. So far I’ve gotten strange results changing slider and image sizes. Either they don’t show up or they partially show.
Also, when I change the height attribute for the slider inside the html, the ‘next’ and ‘previous’ button don’t shift their position even thought their offset is set Top:50%;. Are there other ares besides the html file where I need to change height and width properties to work with images of sizes other than 900×325? I searched for ‘900’ and ‘325’ in the other files and found nothing, so I’m pretty confused.
I wanted to email you this question, but I couldn’t find a ‘contact the author’ link.
thanks
Could you please send me the URL ?
From here: http://codecanyon.net/user/aeroalquimia
Regarding your question, you can set the size of the slider when you add the script:
$(".slider").slideshow({
width : 500,
height : 200,
transition : 'bar'
});
All images need to be the same size. In this case: 500×200.
Hi there,
I’m a bit confuse on adding this code on Wordpress. Any reference for adding the code on Wordpress?
Thanks!
Hi,
You should buy the WordPress version: http://codecanyon.net/item/slider-evolution-for-wordpress/244096?_?
Of course this standalone script works on WordPress too, but it is your responsibility to add it.
Best Regards.
It looks like this: http://d.pr/8KVV
Images are missing from the slideshow after the latest update. See http://phuketrenthouse.com
Please advise.
Hi,
I can see all images :/
What browser are you using?
It looks like this: http://d.pr/8KVV and it’s Chrome/Mac, but you need to let it run for a while then they start to dissapear. It wasn’t like that until I have upgraded.
Sorry, just wondering if you had time to check it.
Yes, but the problem is that every time I open the page I see it correctly. Yesterday I waited 2 hours and it was still working.
I agree, it doesn’t manifest itself every time, so I made this short movie for you. Got to say that at first everything looked ok, then the images are started to dissapear on one computer but not on the other one. As you can see image is being loaded at first but then, when the text appears, there is no image again. And it’s only in 2 windows out of 3. I have noticed this after upgrading to the latest slideshow. http://www.youtube.com/watch?v=-J5hDCLjyLE
Try this:
#mytopslider .mycontent {
height: 200px;
width: 672px;
position:relative;
}
Thanks that seemed to solve it! Are your going to add this in code?
Hello,
Is there a way on sliderTransitionFinishes to be able to output the number of the slide the slider is on?
Thanks
Yes. $(curSlide).index(). The first slide would be 0. Just add +1 if you want it more real.
$(".slider").bind("sliderTransitionFinishes", function(event, curSlide) {
alert( $(curSlide).index()+1 );
});
hi
just wondering if I purchase can I slide videos, youtube, vimeo iframes etc as well as images?
so for examples say I want 4 images and 1 video in the slider?
is that possible?
thanks
Hi there,
I am using your slider and love it so far, but am seeing an issue where in some browsers (mostly Chrome, but sometimes it works) when I add a “description” to my images, they show a hyperlink under the description. In other browsers they don’t. I do have a link on the image but I don’t understand why it doesn’t always show up?
Thanks, Owen
Hi,
Could you please send me the code you are using to my email?
Regards,
Eduardo Sada.
Hello,
I bought your Jquery Slider Evolution. This is a great slider.
I would like to know if this is possible to put some data (images for exemple) near the slider (on the right side for instance) NOT below the slider.
Hope you understand what I mean.
Thanks.
You can put content wherever you want. It’s just HTML with CSS .
<div class="slider">
<div>
<img src="slider_1.jpg" />
</div>
...
</div>
<div class="mycontent">
Lorem ipsum dolor sit amet, consectetur adipisicing elit.
</div>
.slider {
width:400px;
float:left;
}
.mycontent {
width:500px;
float:left;
}