On this page here, http://themes.truethemes.net/Karma-HTML/index-jquery-1.html, at the bottom of the page there is a Testimonial slider made probably with jQuery. I'd like to make something similar but without the navigation. Something with auto height and fade effects. It also must be flexible, if I want to add an extra slide or something I just want to create a new <div> with a class. Could somebody point me in the right direction, or show me to a plugin? Thanks
I have used this one before. It is not the flashiest, but it is easy to configure, and works with text. A lot of sliders only work with images.
http://cssglobe.com/post/3783/jquery-plugin-easy-image-or-content-slider
Related
I almost have no experience with JAVASCRIPT, so I've searched a lot for a carousel with right & left arrows & lightbox (fancybox). & finally I found it ... but when I click left or right arrow , the all images row slide left or right. I need it to slide normally one image by one. How can I modify that, please ?
Here is an image describe how the carousel look
I already done with copying the carousel to my website, but the only issue is that the all images row slide left & right ... so when the user click left, the current four images got replaced with the next four images.
it's hard to write all needed codes here, I think the others Javascript files make effect on the final result. So, I attached all the needed files.Website's Files
First, I recommend you practice implementing the carousel following this instruction (be sure that you incorporate Bootstrap 4 accordingly).
https://v4-alpha.getbootstrap.com/components/carousel/#with-controls
My experience with carousel is that you would have to nest <div> deep in each image to control their placement and sliding. I had to create container per image for my carousel, so that was at least three levels deep. If you only use images alone per slide, you may be able to just use div containers alone.
Now, if you are using LightBox framework as well, then there are likely to be conflicting javascript functions. My suggestion is that if you really want the carousel, to just use images alone, and then style it accordingly by CSS scripts and not use the Lightbox. Otherwise, it is going deep in javascript and make custom adjustments.
https://jsfiddle.net/rkrameshkumar71/qs6z1o4u/
se angle brackets to force linking: Have you seen https://jsfiddle.net/rkrameshkumar71/qs6z1o4u/
enter code here
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
How can a website shift effect be done like this website? http://showmyshift.com/# When you click a link, the content flies by and shifts.
I believe they are either using CSS3 or Jquery to do this, how can it be done?
EDIT: I also have no idea what this effect is called, nor have I seen it before. I'm hoping someone more experienced has seen this effect before and knows what it is.
it's just a slider, simply look for a slider that allows linking to specific slides, like Unslider (tricky if you don't know what are you doing) or Owl Carousel or the millions out there, and simply link each menu item to a slide. You can also use CSS, but for what you say about your knowledge, it's not recommended since it's way more difficult
I am using grid loading effect to show my image gallery. Today I decided to add a filter option to the gallery, but I encounter a problem. When I use one of the filter options the images do not slide up together, but stay in the same position they were when all images are showed. Is there any way to make them slide together?
This is what I use for gallery: http://tympanus.net/codrops/2013/07/02/loading-effects-for-grid-items-with-css-animations/
And for the filter: http://www.picssel.com/create-a-filtered-image-gallery-with-jquery-and-fancybox/
I tried to put it all together in jsfiddle, but for some reasone the grid loading effect did not work there! So this is what I am using so far: http://pastebin.com/NpuKRJvb
Here is the pics.
All: http://i.imgur.com/xeEtSOu.jpg?1
Filter: http://i.imgur.com/lIGTQ7M.jpg?1
I also want to point out that I'm not very familiar with javascript.
p.s. Sorry for my bad English. If there are mistakes please edit, so I could learn! :)
I'm looking for a JavaScript library, pure JS or JQuery-based, that will allow me to create a slider similar to AnythingSlider or http://basic-slider.com/demos/. The most important feature I'm looking for is the ability to dynamically append new slides and then trigger a transition to it. The ability to transition to any slide is also important.
Most libraries I've investigated require that you append the slide to an element then retrigger the slider. This is fine however most scripts I've tested change the current slide position or there's a noticeable change in the elements on screen that disrupt the user experience.
Thanks.
I'm a personal fan of bx-slider. It's pretty basic, but it works really well. http://www.bxslider.com/
It just requires a basic div set up, and it's a plugin, so just call it from $('#myID').bxSlider();
Have you taken a look at the Nivo Slider? I have used this before and have never seen the problem you are describing (with retriggering the slider).