98 comments found.
Hi, I’m trying to use your plugin to get a fullscreen slideshow with one image at a time, width to 100% and height fixed. Something like this: http://demo2.designerthemes.com/adapt/ Is it possible? Thanks
Yes, it’s possible! But you will have to make some styling. Also keep in mind that carousel item (.es-slides > li) width and height should be set in pixels (in case if you haven’t yet checked the docs).
If you will have any specific questions feel free to get in touch!
thanks for the fast replay. yes I checked the docs and I made some tests. The problems are two: 1. As you said I have to set width in px – if I set width to 100% the pictures’ height becomes 0. So how can I do to have fullwidth slideshow? 2. If I set width and height the pictures are stretched.
I will explain this moment!
1) When you set carousel item WIDTH (in css or using itemWidth option) it means that you set some “reference width”. This width helps plugin to determine how many carousel items you want to be visible – 1, 2 or 3! When plugin will know the number it will adjust every slide to fit exactly into the available space. For example if you create site using 960px grid, and if you want fullwidth slider then you need to set carousel item WIDTH to 960px or more. Everslider will figure out you want 1 slide to be visible.
2) Along with WIDTH you can set HEIGHT. This HEIGHT you can call also “reference height” and it serves only to get width:height ration to resize slides proportionally.
3) If you know that your carousel items will have different heights, you may set plugin option “itemKeepRatio: false” what will ignore width:height ratio, so your carousel items with have auto height.
If something isn’t clear let me know I will be glad to explain!
ok! I worked on it but: 1. I would like a really fullpage slider. Not 960px or 1100px. It should depend on the users sceen. I understand that is a ‘reference width’, but what I have to set? 1500px? 3000px? 2. If I set the height, as you said, the image will be resized proportionally, but I don’t want it. I want a fixed height. Really like the example I posted you. 3. If I set itemKeepRatio to false, my height will be ignored but I don’t want it.
/TEST 1/ maxVisible: 1, itemWidth: 3000, itemKeepRatio: false, itemHeight:300
/*TEST 2 */ maxVisible: 1, itemWidth: 3000, itemKeepRatio: true, itemHeight:300
can i have this integrated on my website
Yes, I can help to integrate Everslider into your website!
Hi,
I need a function like “go to specifyed slide” can you help about this? and when I resize browser I need to set re-set position to selected slide. its really important.
thank you
Right now API has only slideNext and slidePrevious functions. So, basically you need an API function that would rewind carousel to specific slide by numeric ID, like slideTo(10) ?
yes thats what I need. slideTo(10) it would be perfect
I buyed Backslider and Rollbar too. Your works written very clean and has nice performance. I definitely recommend to anyone.
thanks
Please drop me email using my profile page. I will send you my plugin when I will add that function.
its work perfect! thank you
Hi! one more problem I have.. When window resized slider lose position. I used scrollTo function when after window resized. But its not fire when current slider is self. for example if is curren slider 1 and loses positon. if I call scrollTo 1 its not working. if I call scrollTo 2 its working.
My plugin uses internal offset variable and when you resize carousel (after all animations to resize carousel items had completed) offset is restored. When you call slideTo(N) method, it doesn’t mean that slide with number N will be first visible slide in row. It can be 2, 3rd etc. If slide N is last slide in whole carousel, then carousel will move as far as possible to show last few slides where slide N will be last in row. So this is how it works.
for example; I have 5 slide(full screen). and my slide position is on the third slide. when I resize the screen, viewable area of slider display middle of 2 and 3 slides. when this happened I need to say “slideTo(3)”. if I say “slideTo(2)” its working perfect. but “slideTo(3)” not. sorry for my English.=) I hope explain myself..
I need to have a look on your site.. But slideTo(3) won’t move carousel if you are already on slide 3. Or! If plugin is in “carousel” mode (due to the internal implementation of carousel mode) if you are using slideTo() method, you won’t see items moving in “carousel fashion”, slideTo() will simply move to make slide you asked visible or will not move if it’s already visible. If you expect to make it first slide, then unfortunately in some circumstances you won’t be able to.
I have send you my test link, thank you
I sent you a private message regarding an issue I had
I replied, please check email!
This thing is NOT loading in IE 10. PLEASE! 3 different machines.
Hello! I have updated preview, please check again and let me know!
No, your preview page is still not working for anyone that is using IE 10. We’ve emptied caches, etc… So, what is up with this? We buy from here with the confidence that these products are sufficiently vetted.
Ok, here is the problem with IE 10. When your preview page is within an iFrame (with CodeCanyon’s Iframe at the top), the sliders do not show. “Remove this frame” solves the problem.
Oh. Good that you have figured this out and shared solution with everyone. Thanks!
Hi. I used your plugin already on another HTML website now. I have a question.
http://www.energie-gesundheit.at/On this site, the slider does not appear in Safari. It is shortly visible, then it gets unvisible. Theres currently no option for me to show it in Safari – other bowsers work. Whre could be the problem? What i notice is also, that the slider at first is vertically extreemly high and its size reduces in seconds to to normal. Can you help me? Thank you!
Thanks for contacting me! I see that height of slides in carousel has been calculated as 0px. That’s why it disappears shortly after start! In everslider css I see that you set carousel slides size as width:100%; height: 100%;. This is wrong. Carousel item width must be always in px! same for height, but if you use “itemKeepRatio” option you can leave height unset and it will be automatically set to “auto”.
I followed all the steps as you mentioned on the documentation page, but it doesn’t work. it only shows the images I put in html. do I need to edit css or something. need help 
<!- jQuery library and easing ->
<script type=”text/javascript” src=”http://cdnjs.cloudflare.com/ajax/libs/jquery/1.10.1/jquery.min.js”></script>
<script type=”text/javascript” src=”http://cdnjs.cloudflare.com/ajax/libs/jquery-easing/1.3/jquery.easing.min.js”></script>
<!- Everslider CSS and JS files ->
<link type=”text/css” href=”css/everslider.css” media=”screen”/>
<script type=”text/javascript” src=”js/jquery.everslider.min.js”></script>

...

are these the only thing that you need?
No, you don’t! Looks like you did something wrong. I’d recommend you to contact me using mail form on my profile page and send me link to your html page. Thanks!
thanks for responding! I just figured out how to do what I want. I wanted to do simple slider, and it works great now!! 
Apologies, if you could also append that code to have the same happen for pagination you will be my hero.
Hi there,
Getting on very well with this – almost have it implemented on the site but can’t for the life of me find a decent way of having the prev and next arrows externally to the slider.
So I want the slider to be 900px wide and 30px either side of that the slider arrow buttons (example dimensions).
Any help you could give me would be great.
Cheers
Hi!
First you need to disable internal navigation by setting ‘navigation’ option to false.
Then you need to place everslider div into relatively positioned div with 30px left and right padding (maybe you would need to set box-sizing: border-box; css prop). Then add two absolutely positioned links on either side of div. Next add following JS code to make links work as navigation for Everslider
$(function(){
var es = $('.everslider').data('everslider');
$('#next-link').click(function(){ es.slideNext(); });
$('#prev-link').click(function(){ es.slidePrevious(); });
});
Hi again, firstly thanks for your response, secondly sorry but I am pretty much a n00b at all this and am a copy and paste expert.
What have i got going wrong here? Feel like I may be a couple of lines from glory!!!
<script type="text/javascript" src="/kCommerce/scripts/everslider/jquery.everslider.min.js"></script>
<link href="/kCommerce/scripts/everslider/everslider.css" rel="stylesheet" type="text/css" />
<script type="text/javascript">
$(function(){
var es = $(\'.everslider\').data(\'everslider\');
$(\'#next-link\').click(function(){ es.slideNext(); });
$(\'#es-prev\').click(function(){ es.slidePrevious(); });
});
</script>
<div class="popularprods_head">Popular Products</div>
<a href="" class="es-prev"><span class="alt-arrow">Previous</span></a>
<div class="featured_slide">
<div id="mycarousel" class="everslider">
<ul class="es-slides">
'.$featured_list.'
</ul>
</div>
</div>
<a href="" class="next-link" id="next-link"><span class="alt-arrow">Next</span></a>
<div class="popularprods_foot"> </div>
<script type="text/javascript">
$(document).ready(function(){
$(\'#mycarousel\').everslider({
mode: \'circular\',
itemWidth: 275,
itemHeight: 150,
maxWidth: \'900px\',
moveSlides: 3,
maxVisible: 3,
itemKeepRatio: true,
syncHeight: false,
keyboard: true,
navigation: false,
});
});
</script>';
Hello!
I am interested in purchasing the Basic Template Everslider for Wordpress and am wondering if it can be customized to continually slide without any pauses. I am specifically interested in this sort of slider – http://foxtrail.sitehousedesigns.com, and am wondering if your carousel can be tweaked to become like this one.
Thanks so much!
Hello! Link that you provided does not load. But I may say that it’s possible to configure Everslider WP carousel to slide infinitely using 1) linear transition 2) animation time that is equal to timer delay
Hi, I tried to upload the plugin but the wordpress response is that there are not any plugin. I upload to the server by FTP too but it doesn’t appear in my wordpress panel.
You need wordpress version of this plugin. But you have purchased JS version
i want to use dynamic like append wirh jquery, it is possible
You mean dynamically add slides?
$( ).append(); jquery
if you want to append slides to already running carousel it won’t work!
Hi, can i slide to a specific image? Someting like “slideToPicture(5)”?! Thank you.
Hi! Plugin does not have such api method. But I can add it for you if you buy Everslider plugin
Purchased this for my boss, love the plugin… However, when I try to load it up on a mobile site (Using iPhone 5 with iOS7) the site refuses to load the image slider. I’ve taken out the html for the image slider, and the page loads fine.
The image slider only has 3 images in it, there’s no reason why it shouldn’t be loading.
There is a problem with CSS3 animations on iOS7 that I’m working on. As temporal solution you can switch over to jQuery animations by setting useCSS option to false. If it’s not related to animations, then please send me privately a link to your site and I will check
Hello! So far, your plugin does exactly what i needed it for :)) I just have a little question, is there a way to have the autoplay on the normal mode? Or should i do just a loop that trigger the next slide?
You can do this with window.setTimeout() and slideNext() method that you can run as in example var s = $('.everslider').data('everslider'); s.slideNext();
Thank you 
Hi – i noticed jcweb’s comment above. I think that confirms there is an ios7 issue. Although, this bug that im experiencing with the fluid/full width is happening in all browsers phone and desktop.
Can you please take a look at this soon? Im trying to deliver some work to a client and if i cant get this to work ill have to use a different plguin.
thanks
Ok. I will try to figure out what’s actually happening in iOS7 and will release update to my plugin.
Now regarding your problem. Could you give me URL to what you are doing so I could have a look. Please contact me privately with an URL
I have fixed iOS7 issue and uploaded update to my plugin a minute ago. You will be notified after it will be approved on Codecanyon.
Hi flGravity,
I have just upgraded to iOS7 and am now experiencing issues similar to Sherwoodmg.
Where the animations and swipe events were super sexy, now they are pretty much unusable on the iPad (iOS7) and iPhone (iOS7).
I realise iOS7 has only just been released, but thought you should be aware it is creating issues with your awesome plugin. (love it when ‘upgrades’ break things – not)
CJ
Hi! Thanks for reporting this problem. I will try to fix it as soon as possible and will update you when Everslider update will be available to download form Codecanyon. Meanwhile I can suggest to set “useCSS” option to false as temporal fix.
I have fixed iOS7 issue and uploaded update to my plugin a minute ago. You will be notified after it will be approved on Codecanyon.
Am i missing something or does this not not work on mobile devices? Your own documentation and examples do not work on both chrome and safari on iphone.
Ive been pulling my hair out trying to get the scroll to work either on click or swipe and it just would not work, so, i tested your examples here: http://plugins.gravitysign.com/everslider/
and i got the same result. The carousel does not respond to click or swipe.
is this intended? In not, whats wrong and how can it be fixed? Really need an answer as soon as possible. Sunk all day on getting this working with my site but it doesnt work on phone… :/
And what about navigation controls. Do they work in my preview on your phone?
No, the navigation isnt working either. It looks like it tries to work, but after the first tap/swipe it doesnt even engage anymore. Same with your demo sliders.
you can see my implementation here: www.versioncast.com/indi
u: indi p: ind1
let me know what you find or if there is a way to make this work.
I cannot say why it does not work on your phone. My plugin is compatible with touch devices and I never have any complaints. I tested your site on my android phone that has webkit browser and everything works fine. Check your mobile browser version using this chart – http://caniuse.com/touch
hm. odd. Thank you for looking into this so quickly. Ill try it on some other devices and see how that goes. The only thing i can think of that may be causing a bug is that I have ios7 on my phone and ipad mini (both of which dont work for me currently). Since ios7 is not quite in production yet, there may be a bug or a compatibility gap.
Ill let you know if theres still an issue with it after ios7 is officially released.
This issue im having aside, its an amazing plugin. Well done.
Also you can try to set “useCSS” option to false to switch to jQuery animations. Not sure if this will help but you should give it a try!
that worked!!!
Really? and touch also works?
yup. Touch, swipe, tap and click. all works now.
Another question, im trying to use the image carousel now and id liek to know how to make it fluid 100% width. Is this something easy to do? Or do i need to customize it?
looks like im having the same problem that your other customer “Blackbookink” had. What did he/you do to fix that?
more specifically, when i change the width of .everslider .es-slides > li { width: 1100px) to a higher value than the default 500px i get a pretty bad JS error that crashes any browser i open it with. On my phone it freezes the whole device.
Make sure that you have also set height for .es-slides > li and if possible send me URL to the page, as I need to have a look.
it does have a height set.
same site and login. this time its the top hero slider that i need help with:
versioncast.com/indi
u:indi p:ind1
I was about to ask you to change slide with to 1100px for testing… but noticed that you did something and slides have 1100px now and seems Everslider works fine. Have you found the problem?
it stil doesnt work on mobile device.. the slider doest respond still. The broswer doesnt crash anymore, but it still isnt working.
i canted the mode from mode: ‘circular’, to mode: ‘carousel’, and that stopped the browser from crashing.
try it on mobile device or resize the browser down to mobile size and youll see that the arrows are unresponsive and im unable to go from one slide to the next.
it works fine at the default 500px wide, but changing that breaks the plugin
That’s interesting… I see now what you mean. There is no JS errors, need to add some breakpoins to the code to figure out why it happens. When I will know the reason I will let you know.
I have figured out the problem. There was division by 0 that was hanging site. I will upload bugfix for my plugin, but for now you can fix this in jquery.everslider.js. You need to replace
this.visible = Math.floor(this.visible);
with
this.visible = Math.floor(this.visible) > 0 ? Math.floor(this.visible) : 1;
in line 547
thanks a million, man. I appreciate your attention to this very much.
no problem! 
Is there any easy way to make the feature carousel turn the other way? (left to right instead of right to left)
Found it!
Thanks to you, your code is well commented. I found the direction part pretty easily. 
Thanks! Great that you figured this out!
Hello, I have a question before I make my purchase. Is it possible for the plugin to easily add and remove a special class to the central piece in the carousel mode. I need the slide on focus to be highlighted. Thanks.
Hello! You can add afterSlide callback which accepts array of slides (LI elements) as argument, that become visible after animation completes. Then you can find central LI element in this array and add class to it to highlight.