61 comments found.
OK, I’ve got a issue report from one my theme users…
See: http://www.flickr.com/photos/37859124@N00/6178354884
Found the issue: I use an iMac at 2560×1440 resolution. If I narrow the Chrome window (I have the same version as you) to about 1155, the slider snaps into the right position. If wider, It’s way over to the side.
Any ideas what is going on? I’d appreciate quick response, thanks!
Hi Feeleep
I’ve found where the issue stands, its about your menu, so please add to #asyncslider css rule CLEAR :BOTH and everything works fine
#asyncslider {
clear:both;
}
So the problem is at your menu, but its not a big deal.
Glad to see my script there, and good luck with sales!
Hey man, I love this thing, its looking awesome and i want to buy it, just first I need to know is there a way to have many asyncsliders on one page? Cheers and thanks in advance for your response! Regards!
Hi
Thanks for your comment buddy, unfortunately this version doesn’t support multiple instances inside one page, but I am considering this as the next update, thanks.
Hello and thank you for the wonderful slide, can I hide the slide until the end of image upload? I created a file slide.php, which is then included in the index.php. Thanks.
I love this slider, very nice.
Just a small feature I would like to add a count down bar that displays how long is left before the next transition. Is this possible via a callback?
Yes you can do this somehow via callback.
Here is the idea
After each callback, call function that counts down x-seconds to the next slide, and that x = autoswitch value.
I hope you understand it
Thanks for your comment 
Hi.
Is there an option to autohide the left arrow on the first slide and right arrow on the last slide? I couldnt tell if there was an option to set the slideshow so it doesn’t loop back to the beginning, but if so, this would be nice for usability.
Just curious, Marc
Hi marcrabinowitz
Yes it is possible to do this via “callbacks”, it is just needed some extra code to handle this, and also you can do this by yourself if you have an idea how asyncslider works (I think about API )
OK, I finally decided to purchase this great slider, however, js Console reports an error for IE7 : “Expected identifier, string or number”, asyncslider, line 28 character 3.
“autoswitch: 5000,” (it’s the very last init param) contains comma at the end so I believe an error in IE7 is caused by an empty (non existing) param. Am I right or else? I’d like to be sure before purchase, any hint would be appreciated.
As for autoplay being started automatically after manual navigation, I’d love to have it resolved as well. Everything else is just perfect!
Hi feeleep
Thanks for getting back. The problem with IE7 was only at demo version on index.html file, so don’t worry about it.
Also autoplay interval resets after manual navigation and continues sliding automatically.
Thanks 
OK, bought it yesterday, very easy to set all up and works as expected. However, I’ve noticed something that looks like minor bug and just wanted to get author’s feedback on that…
When using “firstSlide” param in combination with “autoswitch” set to “off”, the slider starts to run in autoplay mode with default timing. For example, I have the following:
var asyncslider = jQuery( ".asyncslider_container" );
asyncslider.asyncSlider( {
firstSlide: 2,
direction: 'horizontal',
prevNextNav: true,
centerPrevNextNav: 20,
slidesNav: jQuery( "#slider_buttons_env" ),
minTime: 800,
maxTime: 1200,
easing: 'easeInOutQuad',
keyboardNavigate: true,
random: false,
autoswitch: 3000
} );
Another cool future update would be an auto detect of each slide height and set it along with other styles. If height not set, some strange things happen to slide’s content/layout – at least in Firefox.
Overall, great job over here!
Hi feeleep,
Thanks for purchasing AsyncSlider with an extended license.
Yes I’ve noticed it and fixed immediately, it was one-line code that did that!
I am going to submit an update for this item, until it is approved by CodeCanyon staff, can you give me your email and I’ll forward the original updated files.
I’ll work on the height detection of each slide and will let you know when the update is ready.
Thanks again
var asyncslider = jQuery( ".asyncslider_container" );
asyncslider.asyncSlider( {
direction: 'horizontal',
prevNextNav: true,
centerPrevNextNav: 20,
slidesNav: jQuery( "#slider_buttons_env" ),
minTime: 800,
maxTime: 1200,
easing: 'easeInOutQuad',
keyboardNavigate: true,
autoswitch: 'off'
}, function() { $(this).asyncSlider("set", "autoswitch", "off"); } );
...but the callback doesn’t do the job. Any advice would be appreciated.
Hi feeleep,
The update has been approved, and you can get it.
The reason why your code didn’t do the job is because when you use option firstSlide the callback won’t be called, it will be executed after the next or prev method.
Thanks for your appreciation
P.S. In this update I’ve improved also the way of generating height for each slide but I am not sure if it works properly now, but I can assure you that is better than the previous version 
As you can see I actually didn’t use “firstSlide” with the above code but callback function still doesn’t set autoswitch to off. Maybe I’m missing something, are you able to provide working example?
Oops! Ignore my previous message, my Browser did cache an old version and it seems like the callback works fine with the latest release. Thanks!
Lol, I was about to resubmit the item, because I thought I’ve submitted the old version.
I am glad its working now. Thank you too!
Thanks for the autoplay update 
It would also be good if you could consider adding a feature that will ‘stop autoplay after navigation’
I have no idea if that makes any sense to anyone besides me?
Hi buddy
You’re welcome, and yes you are absolutely right, I should do that thing after you click on navigation – then stop auto-playing.
I will let you know when this update will be available
Regards 
Just bought this great slider! Thank you for the autoplay update!
Just one more little thing….could you add a ‘pause on hover’ function? And since I’m wishing…would it be possible to add a ‘per slide duration’ function?
Thanks!
Hi buddy
Thanks for your comment! I’ll consider adding these two cool features suggested by you, and I think they are great!
Yup – put me down for an extended license when you add autoplay and IE support!
Nice work!
Hello buddy, new update of AsyncSlider has been released.
Features added:- Auto-play
- Animation queueing
- IE bug fixed
Really bad because it doesn’t work with IE7 and IE8 . There’s some ‘slice’ method unsupported. If you make it IE7 and IE8 compliant I’ll buy extended license.
Hi feeleep,
Sorry I didn’t had time to release the new version of AsyncSlider because I was on vacation. So really soon I’ll do this fix and will let you know.
Thanks
Great! I’m looking forward to the latest version coz you’ve got a really cool product!
Hello buddy, new update of AsyncSlider has been released.
Features added:- Auto-play
- Animation queueing
- IE bug fixed
Ok.. disregard last post… I found what was causing the issue. I have an ajax panel inside the
Any ideas with that issue?
Because you load content from AJAX , it is recommended to call AsyncSlider instance after that AJAX load is finished with a callback or something like that.
Do you understand what I said?
Thanks for purchase
Hello buddy, new update of AsyncSlider has been released.
Features added:- Auto-play
- Animation queueing
- IE bug fixed
Love this control. I am using it for a registration page. Since I am javascript-handicapped, could someone help me with the code to make all the async elements come from a inside the
I currently understand the async elements to be all children of the
I need the aysnc elements to be children of a in the
It seems like this should be easy but I am getting lost in the javascript.
Thanks!
Great job! I’ve bookmarked this and wait for the autoplay to come.
Very soon my friend
I’ll let you know when an update is available
My regards
I really like it, but need the autoplay to be able to use it on a few sites I’m working on. Any idea when that might be available arl 1nd?
I am going to add this feature asap after I get back from vacation.
Thank you
Hello buddy, new update of AsyncSlider has been released.
Features added:- Auto-play
- Animation queueing
- IE bug fixed
Hello buddy, new update of AsyncSlider has been released.
Features added:- Auto-play
- Animation queueing
- IE bug fixed
Check out the demo in Site preview
purchased it. but it doesn’t work on IE.. bummer.. 
Well, I’m working to fix it and will let you know. Thanks for purchase
Hello buddy, new update of AsyncSlider has been released.
Features added:- Auto-play
- Animation queueing
- IE bug fixed
I like it. I’d buy it if there were an auto play option.
I’d add this forgotten feature in the next release.
Thanks
Hello buddy, new update of AsyncSlider has been released.
Features added:- Auto-play
- Animation queueing
- IE bug fixed
Auto start/play ???
Would add this feature in the next version
Hello buddy, new update of AsyncSlider has been released.
Features added:- Auto-play
- Animation queueing
- IE bug fixed
Top Work – BM’d.
Maybe good idea to add ‘outline: none’ to the links css for us firefox users.
That can be done by every user, just apply css rule in pre-defined css files of AsyncSlider.
Thanks for your appreciation
AWESOME ! I was in love with the Slider effect when Apple used it on their iMac page. . .so it’s cool to see it on CodeCanyon now!
Good job and good luck with sales!
Thank you very much mate
Lets hope for it
Perfect !
Thanks my Albanian Buddy 
