I have a problem with a kwicks slider.
The current situation is that i have a very simple kwicks slider with 5 pictures. What i have to do is to insert another image to each one of the previous 5 when each panel of the slider expands. But i don't want the initial images disappear when the other image appears. In a way the point is to have the entrance of an image over the initial images when panels expand.
Related
so I'm using WP metaslider for a slideshow/gallery display. Everything works great with it, except instead of clicking on the image in the slider and opening its original size in a new window, I would prefer to click on the image in the slider and it enlarging within the slide, similar to the accordion gallery styles, but I want the image clicked on to get larger and the other images to remain the same size or get smaller.
I've tried CSS and javascript shown here but it did not work.
I am open to other plugins that may give me a closer result than this, but the accordion plugin here is the next closet but I still want to be able to see all of the images without them being cut off.
http://kerimthedj.com/new/photos
I need help..
I have a gallery of images on one page and slider on the other one. I need when I click on 3th image on gallery that slider start from that picture on the slider on the other page.
http://today.danijel.host56.com/pages/bath_coll.html ==galery==
http://today.danijel.host56.com/pages/single/bath1.html ==slider==
Is that possible?
This doesn`t work..
I have been playing with the api of jssor for a little while now and there is a setup that I can't manage to reproduce.
I am trying to use a nested slider (http://www.jssor.com/demos/nested-slider.html)
but display the thumbnails for the set of slides that is being displayed. After looking at the api code, the library doesn't seem to allow multiple thumbnail navigator on the same slide container (apparently the slides set selectors in the nested sliders counts as a thumbnail navigator).
I have tried setting thumbnail navigators with unique id for each of the sub sliders containers but that gave me weird results.
Basically, I would like to merge the nested slider and this one http://www.jssor.com/demos/image-gallery-with-vertical-thumbnail.html so that the vertical thumbnail navigator shows me the current set of slides.
Is it possible to do that?
Thanks!!
Please follow steps below to work it out.
make a main slider with thumbnail
make child sliders with thumbnail
place each child slider in each slide of main slider.
Btw
Please let me know the thumbnail skin for main slider, and the thumbnail skin for child slider, I will work out a demo for you.
please check out the demo http://www.jssor.com/testcase/nested-slider-with-thumbnail.source.html
I'm very new to jQuery so only using the plug ins at the moment. I have downloaded a carousel slider which you manually slide, to view images with text information underneath, then you can click on more (at the bottom of the image/text box) and another box slides to the right with more info etc. I then added text links to this box that slides out to enable the visitor to see the images bigger using the light box plugin.
When I click the text link to open light box (to see the image bigger), the carousel text box that slid out stays in place (over the light box image) so I have to manually click the 'x' in the corner of the carousel box to view the image...
Does anyone have any thoughts on the sort of code I would need to implement into this... would it be adding code to the .js file of the carousel to tell it to close when lightbox is in use????? if so PLEASE what kinda thing would it be?
Try to find the css classes of your lightbox popup and of your carrosel and set the biggest z-index to lightbox div and a not so bigger to the carrosel div. In this way the first will appear over the last one.
I am trying to implement a twitter bootstrap carousel. Except, I need to put content (containers, rows, spans, copy) in the slides rather than a big image. But, I do have a big image (1366x450) to display as the background of each slide, scalable/responsively.
I can't quite find a way to do this so that the background image scales correctly and the slide displays at the responsive sizes needed. I need quite a bit of padding top and bottom of the content.
Any ideas where to start?