Fork me on GitHub
Sudo Slider

GO HERE INSTEAD

Comments

Comments (418)

  1. Greg:
    Nov 11, 2011 at 01:03 PM

    Hi - thanks for the awesome plugin.. I sent you some coffee :)

    I"m wondering if its possible to change the transition style at runtime? At startup I want slides but later I want either fades or slides depending on the context. I've tried changing sudoSlider.fade at runtime but it had no effect.

    Also would it be possible to have an 'id' oriented api for adding/showing/removing slides? The index oriented api is inadequate when adding/removing slides dynamically.

    Thx :)

  2. Erik Krogh Kristensen:
    Oct 26, 2011 at 04:09 PM

    @Eric:
    The fix i wrote about earlier doesn't work.
    I've fixed the problem in the latest version of SudoSlider, so just download that.

    @Olivier:
    No, i do not.
    If you could upload an example where you show the problem, then i might be able to help you.

    @Logan:
    As much as i hate IE, as much a have to admit that Microsoft did a good job making animations smooth in IE.
    So unless you can up with a smoother way of animating than jQuery.animate, then thats just the way it is.

  3. Logan:
    Oct 24, 2011 at 07:52 PM

    Hello, when I use the SudoSlider in IE9 it is very smooth, but when I use it in latest versions of Firefox or Chrome it stutters a bit when switching slides. Can someone help? Thanks.

  4. Olivier:
    Oct 18, 2011 at 01:30 PM

    Hello i've tried to put your script on my site but i've got an issue. In each li, i have html code as fieldset. When i run your script, the slide is working but at the end, the margin is always 0px and only the first fieldset is shown.
    Do you have an idea ?
    Thanks for your work

  5. Jarsa:
    Oct 12, 2011 at 03:25 PM

    Works like a charm now. Thanks!

  6. Erik Krogh Kristensen:
    Oct 11, 2011 at 09:21 AM

    @esvalot:
    Thanks, fixed in the next version.

    @Amal:
    Like this?
    http://webbies.dk/SudoSlider/assets/files/SudoSlider/package/demos/callbacks%208%20%7BhideNavWhenNoFocus%7D.html

    @Jarsa:
    Change this line:
    $(this).wrap("<a href=" + linkHref[t-1] + ">");
    To:
    $("img", this).wrap("<a href=" + linkHref[t-1] + ">");

  7. Jarsa:
    Oct 08, 2011 at 02:19 PM

    External links with ajax demo gives ul a li img structure. External links without ajax demo gives proper ul li a img.
    How to change function to get latter structure?

  8. Amal:
    Oct 07, 2011 at 06:50 PM

    Hi, I've just discovered this today and think it's great! Thanks for sharing your hard work and offering so much support. I was just wondering - how would I make the next and previous buttons fade out when not in use. I would like them to appear only when the user hovers over the slider.

  9. esvalot:
    Oct 07, 2011 at 09:26 AM

    There ara a javascript error only in IE7 (of course) using the "captions example" (http://webbies.dk/SudoSlider/assets/files/SudoSlider/package/demos/callbacks%203%20%7Bcaptions%7D.html).

    To fix it you will need to keep out the the last coma in the variables declaration calling sudoslider object. (},

  10. Erik Krogh Kristensen:
    Oct 06, 2011 at 08:51 PM

    @smartpill:
    By adding a little callback, it is very posible to keep the slider "focused".
    The below demo makes sure that to browser is at least scrolled to the top of the slider, at the beginning of an animation.
    http://webbies.dk/SudoSlider/assets/files/SudoSlider/package/demos/callbacks%207%20%7Bkeep%20slider%20focused%7D.html

    @Eric:
    Now i am able to replicate it, thanks.
    The problem seems to be that IE9 doesn't trigger a load-event, that it was supposed to.
    The way i'm trying to fix it isn't exactly pretty, but i it seems necessary.
    Try to use the version of the SudoSlider script that i link to below:
    Full source: http://webbies.dk/SudoSlider/assets/files/SudoSlider/tmp files/js/jquery.sudoSlider.js
    Minified: http://webbies.dk/SudoSlider/assets/files/SudoSlider/tmp files/js/jquery.sudoSlider.min.js
    I'm not releasing this fix yet, because first i want to know if it really works.
    So plz. se if you can replicate the bug again, i couldn't with that version.

    @Cameron:
    As i see it, you have 3 slides that are very similar, but the slider is able to slide between them.
    I tried in a couple of browsers, and i couldn't replicate the bug.

    @Jarsa:
    I think you just ran into the problem that my comment form doesn't support inserting html.
    Try to link to a page where to demonstrate the problem, or you could send me a mail on erik[at}webbies{dot]dk

  11. Jarsa:
    Oct 03, 2011 at 04:58 PM

    Hi again,
    continuous slider is working again with new version. Thanks for that!
    New question. If ajax is false, it is easy to put links to banners. Like

    1. colin:
      Sep 14, 2012 at 02:04 PM

      Hi cameron,

      did you resolve this problem if so can you tell me how as i have the same issue.

      cheers,

      colin

  12. Cameron:
    Oct 01, 2011 at 11:30 AM

    Hi, I love the slider but I can't seem to get it to work properly. When you move the slider along here:

    http://vermilionsite.com/RedFox/index.html

    it just bounces back to the first slide. Please help me, this is urgent! I have tried reverting back to the original code and it still doesn't work!

  13. Eric:
    Sep 30, 2011 at 02:49 PM

    Hi Erik,

    Unfortunately, I have to confirm that Sudo Slider doesn't work properly with IE9, Windows 7, 64 bit. I'm trying to implement the auto with resumePause script, but when I quit a page with a slideshow to move to another one with another slideshow, sometimes the slideshow doesn't start and displays all the images from left to right, as explained in a previous message. So today I tried to re-build another site with some slideshows, this time with only few changes to your CSS and HTML codes, and I see that this time again, sometimes the slideshow doesn't start and display both previous and next command button (at a beginning of a slideshow, it shoud display only the next button). You can see this example here: http://eriper55.myhostpoint.ch/sudoslider. As I have to deliver a site to my client soon, I unfortunately will have to leave Sudoslider and find another one, unless you can help... I hope you can, thank you.

  14. smartpill:
    Sep 29, 2011 at 06:20 PM

    @Erik: I just tried the minified 2.1.4 and had no problems. I did run into one little thing, I set up the navigation to be fixed in the left column so when I am on a slide that's longer than the others (I have text content that varies, so the height varies) the navigation is still accessible in the left. However, if I then click on a link to another slide, the slide advances but the page does not scroll back to the top of the slider so the user has to scroll back up to see the shorter text content. Is there a way to force the top left corner of the slider area to be visible? Basically, I just want it to work as an anchor or "back to top" of the slider then slide.

  15. Erik Krogh Kristensen:
    Sep 26, 2011 at 06:28 PM

    @ccruz:
    I tried to see if i could do a quick demo, and i could.
    You are free to copy.
    http://webbies.dk/SudoSlider/assets/files/SudoSlider/package/demos/autowidth centered.html

    @smartpill:
    Could you send me your minified version, i would really like to have a look at it.

    @Eric:
    When a page is closed, all the javascript should be terminated as well.
    It would be a really stupid move by Micrsoft, if IE9 "restarts" the same old scripts if you move quickly back onto the page.
    I'll keep it in mind, but i don't think there's anything i can do about it.

    @Rafael:
    In every webbrowser that i tested, my demo worked.
    If you don't give me something a bit more specific, or an uploaded site where the bug is present, there's really nothing i can do.

    @Jack:
    There sure is.
    Just add this option to your configuration:
    numericText: ['', '', '', '', '', '', '', '', '', ''] // Add more depending on how many slides you have.

    @Ugyen:
    When using fade animations, SudoSlider uses a very high z-index (100000).
    But this shouldn't affect the slider when it isn't actually doing a fade animation.
    Could you link to a page where the issue is present, because i don't think that i can help you more without seeing the page.

    @Jarsa:
    I don't know why i missed that one, but now its fixed (in 2.1.4).

  16. Dmitriy:
    Sep 26, 2011 at 05:07 PM

    Good plugin! How can i make RANDOM slide-show this Sudo-Slider ?
    Thanks.

  17. Jarsa:
    Sep 23, 2011 at 01:52 PM

    Like Phil, I have problems with continuous slider. It rolls backwards past all the previous slides to the first one. Just like in demo:
    http://webbies.dk/SudoSlider/assets/files/SudoSlider/package/demos/continuous.html

  18. Ugyen:
    Sep 22, 2011 at 09:37 AM

    Sir,
    I am using you scripts. Its wonderful

    When i use menu dropdown, the menu get hidden behind the picture, i could not set ti go behind the dropdown. Checked with z-index too.

    Please advice.

    thanking you

  19. Jack:
    Sep 22, 2011 at 03:29 AM

    Hi,

    I've been using your numeric slider which is quite brilliant. Is there a way to turn off the text inside the box? I just want a box as the means of navigation.

  20. Rafael:
    Sep 17, 2011 at 10:51 PM

    Hi!
    I'm trying to set up SudoSlider just like the 'Multiple "slides" pr. slide' demo.
    Unfortunately each time i click on "next" it moves x slides and then just goes scrolls back to slide 1.
    Tried to simplify it to the minimum but even with your demo i can't get it to work.

    Any ideas?

    Regards,

    Rafael

  21. Eric:
    Sep 16, 2011 at 02:23 PM

    Erik,

    I refer to my previous message, and can add the following: I have noticed that the issue comes when I jump too quickly from a html page to another one with again a slideshow. If I stay on a page, let's say 10 seconds, and then click a link on the menu that opens anoter page with a slideshow, it works. When the issue happens, I can sometimes solve it by refreshing the page (F5). I tried as well to empty the cache memory, but it doesn't solve the problem.

    Maybe in the script there should be a function that when a page with a slideshow is closed, the script stops the slideshow properly before re-starting the other page with a slideshow... I hope you can help...

  22. smartpill:
    Sep 09, 2011 at 07:31 PM

    FYI - I was running v2.1.3 minified and was having some issues, mainly all the links kept returning to the 1st slide. Switching to the uncompressed version fixed it, so I recompressed the uncompressed version myself and the errors went away. Just wanted to mention that in case others were running into strange problems.

  23. ccruz:
    Sep 09, 2011 at 09:27 AM

    I need to use something like the Autowidth Audo Slider but I'm having a hard time centering the whole div with the buttons and the slider keeps staying aligned to the left. Please help.

  24. Erik Krogh Kristensen:
    Sep 06, 2011 at 07:25 PM

    Hi, all.
    Sorry for the slow response to some of you, but i do have other things to do.

    @Pascal J:
    I dont know why you experience that error, because i cant replicate it.
    I tried to create a little demo ( http://webbies.dk/SudoSlider/assets/files/SudoSlider/package/demos/multiple%20sliders%20tmp%20demo%20pause.html )
    that i think replicates the slider you are trying to create.

    @YNG:
    Did you use Google translate?
    Just to make sure that i get you (because right now, i dont), would you upload an example of the problem you are experiencing, so i can see it?

    @Phil:
    The slider should be able to do exactly what you are descriping that it doesn't do.
    I have a demo here: file:///C:/Users/Erik/Dropbox/Webbies/Sudo%20Slider/package/demos/mutiple%20slides%20pr.%20slide%20continuous.html
    In that demo, it copies 3 of the 5 slides, both to the left and to the right of the slider.
    And if you want to now how i do it:
    When the transition to slide "7" is done, the function "adjust" runs (internal function), and that makes an instant transition to where the slider should be (slide 2).

    @Rob:
    Yes, you have to use callback in order to achieve that effect.
    I did it here: http://webbies.dk//SudoSlider/assets/files/SudoSlider/package/demos/tmp2.html

    @Inah Mercedes:
    Yes.
    http://webbies.dk/SudoSlider/assets/files/SudoSlider/package/demos/multiple%20sliders.html

  25. Inah Mercedes:
    Sep 05, 2011 at 12:36 AM

    Hi, I love the auto height flexibility, it's exactly what I've been looking for, but I was wondering if there's a way for me to include multiple, separate sliders on one page?
    Thanks!

  26. Rob:
    Sep 02, 2011 at 11:39 AM

    Hi, just wondering, if I set the slider auto to true, is there a way to stop the slider after the last slide has been played?

  27. YNG:
    Aug 29, 2011 at 04:30 PM

    HELLO.It is a great plugin! Thank you.
    I am a Japanese, I'm sorry in poor English.

    I have a problem.
    1. Method of auto slide's stopping when the last slide is displayed
    or
    2. Method of only the last slide's setting time long

    Please Help Thank you.

  28. Pascal J:
    Aug 25, 2011 at 01:26 PM

    Hi there, really like your slider.

    Just wondering if you could post the JS code in order to have TWO separate basic sliders on the one page, each starting automatically - but also be able to pause each individually? I can manage to pause one of them, but it messes up the second. Any assistance really appreciated!

    Thanks from Australia.

  29. Eric:
    Aug 22, 2011 at 11:57 AM

    Hi Erik,

    You're right, I downloaded the package on August 8th, and I've seen that a new release was available since August 15th. So I downloaded again the package, and now it works ! Thank you again for this great slideshow, highly customisable, and convenient for many situations. Coffee donated for the week ;-)

  30. Erik Krogh Kristensen:
    Aug 20, 2011 at 08:49 PM

    @Eric:
    I know that such a bug existed in previous versions. But i'm not able to replicate it in the latest version (2.1.3, see the bottom lines in the file "changelog.txt".)
    Are you sure that you are using the latest version?

  1. 1
  2. 2
  3. 3
  4. 4
  5. 5
  6. 6
  7. 7
  8. 8
  9. 9
  10. 10
  11. 11
  12. 12
  13. 13
  14. 14
  15. 15

This thread has been closed from taking new comments.

Help and support

If you need help, the first thing you should do is read the documentation.
Start with reading howto setup the slider if you are completely lost.

Donate to the project

I like my work, like to see a piece of code grow.
But humans doensn't live of air alone.
So if you like my creation, you should consider giving me a cup of coffee.

See the demos

The demos showcase just how much Sudo Slider can do.
They showcase features such as AJAX, fading, methods, captions automatic slidehow and a tabs.