PlusSlider 1.0
I’ve been working on PlusSlider and I’ve finally finished Version 1 as promised.
The two features I’m most proud of:
- the ability to swap between fading & sliding seamlessly
- Extremely easy to use
Compatibility
I’ve tested PlusSlider 1.0 on IE7+, Chrome 8, Firefox 3.6, Safari 5, Opera 10.63 and it works perfectly.
If you find any problems or would like new features, let me know and I’ll work on it.
Hey!
great job!
look, how to show numbers in controls? I`ve tryed createPagination: true but they dindt show up – tips?
cheers
Thanks =)
They actually show up by default, the CSS property ‘text-indent’ hides the numbers.
Hey!
Actually I found where to change (in the code I’ve got from github) when I saw that font-size:0; declaration
=]
anyway, thanks for your answer!
I wanted to let you know that I used your PlusSlider on a website I did for the company I work for. I hope that’s okay. Great work! I’ve been very unhappy with just about every slider I’ve come across until I stumbled onto yours. Works in nearly all browsers perfectly, allows just about any element, so I can have SEO text visibly & prominently included, you’ve got pagination, fading, sliding, and back/next buttons… Works like a Dream, Thank you so much!
My only glitch is in IE6, but who cares about that crap? It doesn’t happen on your demo, but I get the last pagination link overflowing to the next line. No big deal, just annoying. Works fine on everything else. Who expects ie6 to work anyway?
Thank you for making this slider, which appears to be perfectly suited for my needs. Something I think might be really helpful is providing an example of what the “generated HTML” looks like — that way it would be really easy to see which css classes need to be styled in certain ways.
Also, it would be great if in addition to the sample code you provide with the download, there was also an example that didn’t have any styling at all (or at least very minimal styling). Like just showing the navigation links as an unstyled bullet list off to the side of the slideshow, and the “previous” and “next” buttons just a plain link off to the side as well.
This would make it much easier to figure out how to customize it yourself (which seems to be your intended purpose with this, as opposed to some of the more full-featured slideshows that are attempting to provide a fully-themed experience “out of the box”).
Thanks again!
Hi, I love this slider!!! would it be circle with horizontal effect?? I mean, without returning to the first one, I’d like it to be continuous..
Thks!!
Hi and thanks =)
I’m going to work on this for the next version release.
Brilliant Work! This is by far simplest, most easy slider I’ve found.
One question though – how do you adjust the width of div.plusSlider-controls? It appears to be generated in the JS but I can’t figure it out. Any help would be greatly appreciated!
Thanks William. .plusSlider-controls width is automatically and dynamically generated with this option:
paginationWidth: true. Just addpaginationWidth: falseto turn that off and you will have full control via the CSS. Let me know if there is anything else I can help you with =)Just Coooool! I agree with your statement: it works the right way. Simple and straight. Many thanks for sharing.
As soon (sooner than later) I use it in a project I’ll let you notice. You earned a reader today.
Cheers! (and yes, I read the comments before cheering you…)
very nice solution, I took the liberty to list this on my little site, kinda of a hobby of mine
Excellent slider/fader. Much more flexible that the others I have used. Good work !
Is there anyway to integrate video via iframes?
Yeah, if you dropped in the youtube embed code it should work perfectly.
Great slider! It’s exactly what I’ve been looking for, and I’ve been looking for a while…
One quick question (which may have an obvious answer, but I’m pretty new at all of this) — how would I show the .plusslider-controls for #slider, but hide them for #slider2?
Hi Kelsey,
You can do this by editing the javascript PlusSlider
createPaginationoption.$('#slider').plusSlider({createPagination: true
});
$('#slider2').plusSlider({
createPagination: false
});
You can see the rest of the options available on the slider demo page or on the github page – Make sure to scroll down to the “Default Options” area.
Let me know if you have any other questions.
When I replace ” createPagination: true ” with this code, I just get errors. Am I putting it where I’m supposed to be in the javascript?
Perhaps I explained it in a confusing way. You should change “createPagination: true” to “createPagination: false”
Hi there,
First I must say that you did a great job with this slider. Beautiful and extremely easy to use. Though, I’ve noticed a bug I think. When you click on the first bullet it acts like the next link. It doesn’t return to the first slide, but instead goes to the next slide. Press it again and continues to the next slide just like the next button. Is there a fix for this?
Cheers and thank you again.
Hi Christian,
Thanks for the kind words and for spotting that! I’ll publish a fix sometime today – So it should be updated before 22/11/11.
This bug has been fixed.
Hey there,
I’m wondering what’s the best way to do a full width slider with this plugin. I’ve tried a few things but I can’t get it quite right. Any insight?
Hey Adam, I’ve seen this done before but I haven’t done it myself. I’ll give it a try tonight and I’ll let you by tomorrow know how it’s done.
Hey there,
I’ve used this great script and achieved great results setting it up for full width. Try styling the divs responsible for the slides with style:
Cheers!
Update: I’m working on this functionality for the slider version and I’ll let you know once it’s done.
As Christian said, you could simply set the width to 100% which would work nicely on the fader version.
I have a ? where are you putting this CSS code I already have the slide-show installed?
Am I editing in the
jquery.plusslider.js
or the
plusslider.css
I cant find the tables you are talking about
jquery.plusslider.js should never be edited – unless you are trying to extend the plugin itself. plusslider.css should be edited to achieve the desires style. I usually start off with the minimal version. If you download the plugin via github, it should come with a minimal version ( stripped of unnecessary styles ).
I’m new a CSS coding, here is my script, I dont want to redo the position it took me long enough to get it where its at I just want to make the width flush with all resolution – so the banner up top looks presentable here is my coding if you can help me out that would be great-full and for future reference I would like to purchase a license for commercial use if at all possible
Do you have an example of the slider somewhere? I’d need to see your CSS and the plugin options to make sure it should be full width. No need to purchase a commercial license – Anyone may use the plugin commercially for free.
hi, Jamy!
as all the other guys, 1st I want to thank you for this great slider – its just what need. Yet, I need a favor: is it possible to disable the back button/arrow on the 1st slide and the forward button/arrow on the last slide?
Hey Paulo, I’ve just added this functionality. To disable both the previous and next button add the following to the rest of the options:
disableLoop: 'both'So you would have something like this:
$('#slider').plusSlider({disableLoop: 'both'
});
Jamy, many thanks!
If one day you come to Porto, let me know, because I want to pay you a coffee (on the most expensive coffee shop here).
Now I’ll try to hide the previous and next arrows on the 1st and last items of the slideshow
this script needs some buzzing
I’ll use my twitter account to get it some more publicity
This is ridiculous!!!!!!! HOT!!!!!
Is there any way to add thumbnails instead of numbers for the pagination? That would put this slider in charge or all others! It is so sleek and smooth in my browsers… which is rare for most sliders!
Thanks for any help!
Hi,
stupid question…
How can I set the slider start at slide “2″ or at slide “itsname”
?
Really thanks
I mean, how to set start slide number, from another function..
Hi Nicola, what do you mean by ‘from another function’?
You can set the starting slide by changing the index on the
defaultSlideoption.Hi
I can’t find any reference to that option here.
http://www.arieni.com/modules/mod_plusslider/assets/jquery.plusslider.js
I tried “current” before… And what I mean is this:
http://pastebin.com/ymQ3Ygpv
but it doesn’t work surely because of an improper use of the syntax
Check out the github page. It has some documentation which could help. Version 1.2 (your link) is relatively old.
In the current version you could change the slide by making use of the various callback options within the plugin or by doing something like this:
This is also all in the documention on the github page.
Note: Some of the PlusSlider generated markup / class names have changed since version 1.2
Hi Jamy,
Thanks for a great fader. It looks nice in mozilla browsers, but unfortunately not as good in IE 7. It looks nice in IE9, but everyone doesn’t have that as you know.
I wonder how to center the little dots underneath and give the whole thing a frame as well in IE 7. Or take away the frame so I can make my own in a surrounding div…
Thankful for hints.
Hey Paul, the slider doesn’t have a frame in IE7 because the
border-colorCSS property on.plusSlidercontains an RGBA value. If you change that to a normal hex colour, such as#333333it should display correctly. Also the little dots ( pagination ) is off center in IE7 because IE7 doesn’t support the ‘display: table’ CSS property and value and that’s the most simple way to horizontally center an element with a dynamic size with CSS. I’d say the most simple solution would probably be to give the pagination container a set width, it should automatically center after that.Let me know if you run into any (other) problems.
Edit: Add this after your current script – it should center the controls:
Hi Jamy,
I’m using your great slider on this site: http://www.tienda.com/ I’m having what I think is a z-index issue with the Google powered autocomplete search in the header.
Once the page loads, if you start typing in the search box, the results pop down, but when another slide fades in, it is positioned above the results returned from Google. I can’t find anywhere on the Google side of things to adjust the layer position.
Any ideas??
Thanks, Chris