242 comments found.
You can’t find easier and prettier results than this, in my opinion. Good job Eduardo, a must buy for me. Top Notch
Is it possible to have external triggers for the slider? For example: I have a slider that contains four HTML blocks. I want to create thumbnails of those HTML pages and place them somewhere else on the page. Then, when a user clicked the thumbnail, the appropriate html block would appear on the slider. Is this possible?
Hello,
can i use this script loading external data via ajax? is it full screen compatible?
No and No, sorry.
Hi! Is there any way to hide the numbers and navigation on the bottom of the sliders in the Minimalist slider? All I need is the transition – no need to see the number of slides or navigate back and forth. Please let me know. Thank you.
Set the options: navigation, selector and control to false.
jQuery(document).ready(function($) {
$(".slider").slideshow({
navigation : false,
selector : false,
control : false,
width : 900,
height : 325,
transition : 'bar'
});
});
Hi, i have a small problem with the slider, for some reason when I load the homepage it the slider loads fine, but if i click on one of the menus on the right, for example calendar and then I go back to the home page it displays the second image on the slider at the bottom of the slider, please see the following screenshoot http://img194.imageshack.us/img194/9163/loadingio.jpg this image appears really fast and goes away. Is there a way to prevent that image from showing when loading the slider? if so please advise me on how to fix this. it also happens if you click the homepage several times. Here is the link of where im using the slider http://testwebpage.hostoi.com/index.html
Hi,
Add “overflow:hidden” and the size to the div of your slider:<div class="myslider"> ... </div>
.myslider {
width: 600;
height: 500;
overflow: hidden;
}
Love this slider!
Is there anyway to make the slides appear in a random order?
Is it possible to make the slider full width? or in any form resizeable?
No, sorry 
Hi!
Before load the slider, all banners show at the same time... how can I fix this?
Hi,
Add “overflow:hidden” and the size to the div of your slider:
<div class="myslider"> ... </div>
.myslider {
width: 600;
height: 500;
overflow: hidden;
}
Works fine!
Thanks 
I had some problems to add a link on the slider, but it´s all good now, thanks to the support that the creator gave to me by email.
Awesome slider guys!!
I’m trying to add multiple images after the slider has been initialized. Is there any possible way to do this?
I can’t seem to be able to use .slideshow more than once.. I managed to get 2 images after it has been loaded, but more than 2 doesn’t work..
I’m sorry I don’t know how you could do that.
I am trying to get this to work on this page with the minimalist theme, but no luck. What do I do? www.shantabana.com
Replace
transition : square,
with:
transition : "square",
thanks
Does this work with the latest version of jquery? (1.7)
Of course.
Just wanted to say that this is a great slider and any issues I had were very quickly resolved by contacting aeroalquimia for support. Totally recommend it.
Hi, thanks for your work, it’s a very beautifull slider. But I have some problems to implement links on my pictures.
Do you have any idea to solve it?
I’m sorry to have cried wolf so soon. I found out that it was because I only had one slide, so probably the proper styled html doesn’t output until 2 or more are entered. Also, until there is at least one slide, you have this error shown in the backend :
Notice: Undefined index: imgs in /home/roundpy/public_html/inchoobijoux/wp-content/plugins/wp-slider/addons/slider-manager.php on line 27
0)
Hi,
Thanks for the notice. I will look into it.
Regards,
Hello! I have a small problem : it seems the slider’s theme CSS file doesn’t inject in the code. Thanks!
Could you send me the URL ?
Hi there, Does it play videos on the sliders?
Is possible but I don’t recommend it unless you use the “slide” animation.
Regards,
why isn’t all this touch (iOS) enabled.
Please ignore that question. I got it figured out. Thanks.

Wonderful slider! I have a problem: The slider cover my CSS menu. I tried z-index to move the menu up but it didn’t work. Do you have any idea to fix this?