242 comments found.
Is this not possible? Seems an obvious requirement especially if there is a back button/arrow?
Thanks Guy
Please, send me an email from here: http://codecanyon.net/user/aeroalquimia
Hi, thanks for a fantastic looking slider – and very easy to implement.
One question, is it possible to reverse the slider so if the right arrow the slider moves left, then if the back arrow is pressed the slider moves right (giving the effect of reversing the scroll)
Is that possible?
Thanks Guy
This is probably a ridiculous question… but I have the slider working on this page: http://9starmedia.com/bahai-music-prayer
but when i use the same code for the player on this page http://9starmedia.com/bahai-music-social and attempt to add links to the slides (so you click and it links to a page) the slider stops sliding.. the timer still goes.. but it never changes slides.
This is how I am formatting the code:
What gives? Am I missing something?
You forgot to close all </a> tags
<a href="http://9starmedia.com/jb-eckl-sparks"><img src="images/assets/jb-eckl-slide.jpg" alt="" />
It would be:
<a href="http://9starmedia.com/jb-eckl-sparks"><img src="images/assets/jb-eckl-slide.jpg" alt="" /></a>
It’s always the obvious stuff isn’t it! Thank you!
By the way.. is there a way to insert a video into the slideshow and make the slide show pause when it gets to the video slide for the duration of the video while it plays?
I have this implemented in a test area and works for initial adaptive page but it is not responsive?
auto function 100% for mobile device ?
Hi,
Can the height and colour of the timer line be modified?
Gracias.
Hi Eduardo. Great looking slider. Please answer these two questions:
Is it possible to assign different durations to each slide?
Can a width of 100% be applied to the slider to make it fluid?
Muchas gracias.
Responsive layout would be much appreciated.
Hello,
I’ve just purchased and I’m using your example 4 theme. This is where there is a left/right arrow and and play/pause button on absolutely positioned to the top right of the slider.
I just want to use the navigation on another area of the page (outside of the “slider” div and disable the automatic ones created from jquery.
I’ve disabled them and I added the below code to the area of the website I need. It looks good but doesn’t function with the slider. I think this may be because it required to be within the “slider” div. Is there an easy work around where I can use navigation outside of the div?
<div class="jquery-slider-navigation">
<a href="#" class="jquery-slider-navigation-prev" rel="-1"><span>Prev</span></a>
<a href="#" class="jquery-slider-control jquery-slider-control-play"><span>Play/Pause</span></a>
<a href="#" class="jquery-slider-navigation-next" rel="+1"><span>Next</span></a>
</div>
pls delete
Hello,
we use your slider in our website www.vietnam-board.de, works very good, just one thing we have.
We use this slider with 8 pictures, from 50 to 105kb. When we us any internal link in our website, sometimes we see for a short moment all 8 pictures together, one upon the other, maybe for 0.5 sec, very short, but looks not nice. Special with IE 9 I see this effect very much, with Firefox I cant see often, but sometimes also happen. With Chrome I will check soon.
YOu have any idea how we can hide this effect?
I also think people with slow connection see this effect bit more long.
Thank you in advance
Add this css style to avoid the “flash” the first time you visit the page.
.slider
{
height:250px;
overflow:hidden;
}
Change the height and the class if is necessary.
Best Regards, Eduardo Sada.
Thank you, much better now, special with Firefox. IE 9 I see sometimes this effect now also. With Chrome I just can check later.
ok, and with Chrome I see this effect very much, just FireFox ok.
Hello,
how can I slow down transitions?
Help please.
I really am struggling to set this up in a document in dreamweaver. could you get back to me.
is there any installation guides with this? ive just purchased
Hi,
Copy the js folder into your project’s folder. Then, read the help.html file. If you upload the site, you can send me (via email) the URL if still doesn’t work.
Best Regards, Eduardo Sada.
Hi, Great work on the slider. I use it all the time.
I have an instance where I’d like two separate divs to slide together when the slide advances (with controls on just one). Like an image beside a copy block, they slide at the same time but transition individually in their own separate divs. Make sense? Is there a way to link something like this together? Also I’d like the slides to advance when the image in slideshow 1 gets clicked. Also possible? I have an example link if you want to look at it for clarification.
Thanks!
i would like for the slider to show random images from the one i define, how can i do that ?
Is there a way to make this work with touch wipe or slide on touch for mobile devices?
Great slider, thanks!
Is it possible to choose two or three transitions instead of just one or ‘random’?
-Robert
Yes, set an array:
transition : ['slideLeft', 'fade', 'bar']
Great code…
Hello, I was wondering why this doesn’t work in IE9 ? Maybe a bug of some sort? I’ve tested in IE8 , and the slider DOES actually work.
In IE9 , the small timer on the bottom right as you can see advances, but the slide does not change—same if you click the arrows up or down, slide does not change.
http://www.freightlinerofhartford.com/Please advise, Thanks.
Hi,
A plugin called “Shareholic” is throwing an error, and IE stops the execution of all scripts. Try disabling that plugin, upgrade jQuery to 1.8.1 and if that doesn’t work contact me from my profile page.
Regards,
Thank you! I de-activated the plugin, upgraded to 1.8.1 and worked – then I activated share-a-holic again, and still worked.
Thanks!