Code

Discussion on jQuery Slider Evolution

Discussion on jQuery Slider Evolution

Cart 2,623 sales

aeroalquimia does not currently provide support for this item.

242 comments found.

Hi Is it possible to make our slider 450×450 px? We want to purchase this one: http://www.aerowebstudio.net/codecanyon/jquery.slider/example_3.html

regars

When I click next or previous the animation stops playing. I want it to still animate even if the user does click next or previous. Check the demo it does the same. Any help?

Hi is possible control the Slider with Custom Buttons outside the Slider?

Thanks

When is version 2 going to be released. Is there a way to change the controls to custom thumbnails. I need it but I want the version 2.

Hello, what is the limit for slideshows for each page? I purchased the scipt and noticed it is limited only to 9 images. Can I make more?

Is there a way to plug in a different height and width so that it is responsive? I’ve tried a few things and it just breaks it.

Hello, i would like to report bug. The ”$.browser” amd “jQuery.browser” command is no longer supported in newest jquery and leads into non function javascript code and not working slider.

It is important to replace all these.

Hello sir. There’s a way to destroy my intanced slider? Because I’m loading all my links dinamically via ajax, and I’m invoking the method $(”#slider”).slideshow every time I call a page with a slider. But I’m thinking about destroy before call the method again to save resources.

I am trying to figure out how to start the homepage slider at the next slider image after someone picks the Read More button and goes to another page. I want them to come back to the slider image they were originally at.

also no support for nearly a week for his other plugin “lightbox evolution”.

Any touch support being added?

como quitar la pausa com mouse over?

Gracias Rodrigo

I’m having an error with JQuery version 1.9 is the use of the property $. browser.msie, it was removed from JQuery. I saw that you fixed the version of Lightbox, then I believe it is easy to fix. Thank you.

Excellent – Very easy to implement – I have it pulling from a membership advertising database with six 125×125 ads each. Two columns of two on the right sidebar – Looks nice!

Items like this one, that are done right, can save you a lot of time!!

REDACTED

I’m working on a fix. For now, you need jQuery 1.8.3

Regards,

How do I remove the bar timer the bottom? :) Thanks.

timer: false

<script type="text/javascript">
  jQuery(document).ready(function($) {
    $(".slider").slideshow({
      width      : 900,
      height     : 360,
      timer      : false,
      transition : "explode" 
    });
  });
</script>

Regards,

Just purchased it

I need to display multiple instances of this slideshow on one page. One of this instances should have no thumbs.

How to do this ? (hide the thumbs)

Thanks for your answer

Each slideshow has its own class.

<div class="slider">
  <div>
    <img src="assets/slide_1.jpg" alt="" />
  </div>
   ...
</div>

<div class="anotherslider">
  <div>
    <img src="assets/slide_1.jpg" alt="" />
  </div>
   ...
</div>
Initialize these sliders with their options:
jQuery(document).ready(function($) {
  $(".slider").slideshow({
    width      : 900,
    height     : 325,
    transition : 'bar'
  });

  $(".anotherslider").slideshow({
    width      : 500,
    height     : 200,
    transition : 'bar',
    selector   : false
  });
});

Thanks for your help with the issue I had – all I can say is I really appreciate your help and the work you have done to integrate what I asked for!

One last question – is there a way to turn the auto scroll to off?

Thanks Guy

Hi, I’ve just sent a message. Thanks…

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey