I am not sure if this is possible with slick slider to have bottom navigation as scrollbar and not the "dots". Of course, this is something that is not provided default in the slick slider but is there anything that we can do to make it work? Similar solution is provided by other JS library such as sly js. But i just want to know if it is something that we can do with slick.
Related
I was wondering, has anyone encountered a slider library than can do the same styling (or maybe close) like the attached image?
Slider
I tried using both slick and owl carousel and styled via CSS and JS but I end up messing up the sliding functionality. I've been stuck browsing all available slider/carousel libraries.
Thank you in advance
I am looking for an image slider which can be used by touch devices as well. I don't want to reinvent the weel and found the very nice jQuery Slider
owlcarousel.
On the page http://www.skyplugins.com/sky-jquery-touch-carousel/tooltip_skin_variation.html I found an other slider.
This slider slides more smooth without interrputions which looks much more better to me. I don't understand the technique behind this slider. Whats the difference to owlcarousel? Is it possible to merge the (much more) options from owlcarousel (example easy ajax image preloading) and make them more smooth scrolling like the other one? Does the other one only use an other css animation or is it somehow related to the jquery.touch library? I would like to understand the scrolling technique behind the second slider.
I hope you can help.
Regards Sturmi
I'm trying to recreate a slider like on the following link in the sidebar called recent results: http://demo.themeum.com/sportsline/. Here you see an slider with a fixed background and with content sliding. i've tried recreating it by different frameworks, but it does not seem to be responsive? so how could i recreate something similar as in the link?
Use bootstrap. That is what they are doing in your link:
http://getbootstrap.com/examples/carousel/
Is anyone know how to create a horizontal reel scroll slideshow in asp.net as in the following link!
link of Live Demo horizontal slide show for WordPress
Basically you need Jquery with this, there are lots of sliders around.
Simple and easy that suits your requirement is this
http://net.tutsplus.com/tutorials/javascript-ajax/building-a-jquery-image-scroller/
Demo for above
http://nettuts.s3.amazonaws.com/300_jquery/image%20Scroller/imageScroller.html
You need to bind images at load of a page to the slider and Jquery will take care of the rest.
How do I incorporate the following sidebar menu feature using jQuery where the menu on the left re-appears as the user scrolls down the page?
Here's an example sidebar menu.
There's a really good tutorial over at Nettuts about this exact thing:
Creating a Floating HTML Menu Using jQuery and CSS
Jquery CSS Control:
http://css-tricks.com/scrollfollow-sidebar/
and tutorial is also nice,
if you are using bootstrap then you can use affix control of bootstrap, that is also good