Questions tagged [sliders]

99 questions
0
votes
1 answer

bxslider only working on vertical scroll, not horizontal

I'm trying to implement a bxslider on a website sidebar but for some reason it is only working when I set the mode to "vertical" when I set the mode to "horizontal," which should be the default, or put nothing at all for mode, the slider transitions…
Bs3kg
  • 109
  • 1
  • 2
  • 12
0
votes
1 answer

How to make scale text-fields and slider-bars when resizing a window (HTML/JADE/CSS)

I currently have a div called controPanelChamber that has a few other divs nested inside of it to look like the following (when in fullscreen): which is great. The code is as follows div#controlPanelChamber h2(id="control_panel_header") Control…
Pig_Mug
  • 157
  • 3
  • 13
0
votes
1 answer

From vertical to horizontal slider

I have this slider on my WP page, which is vertical. I would like to convert it so it his horizontal. As I understood I need to change my JS code. jQuery(function($) { var image_es; var zoom_timer; var win_width = 0; function…
osiic21
  • 129
  • 2
  • 2
  • 9
0
votes
1 answer

Master Sliders swipe and href

I have this code for sliders.
0
votes
0 answers

How do you create sliders to change the HSV values?

I don't speak in English very well, But im trying to create sliders to change the values of HSV (Hue Saturation and Value). I created the 6 sliders and I was able to print their values. I want to create 6 sliders to modify Hue min, Hue max, Sat max,…
Yehadska
  • 59
  • 6
0
votes
1 answer

Multiple jquery-ui value sliders affecting eachother

I am trying to make a loan calculation using 3 jquery-ui sliders. The parameters are: Amount to borrow Duration / Amount of months to pay back Interest rate While changing the sliders I would like to display the values of: Monthly amount +…
Toothfairy
  • 243
  • 4
  • 18
0
votes
3 answers

Add autoplay function to simple jQuery slider

My current slider functions perfect, and also has a working pagination (paginated dots, active state, and control) but I just want to add ONE new feature without breaking anything: The ability for my slider to autoplay on page load. Any suggestions,…
fred randall
  • 7,023
  • 18
  • 73
  • 167
0
votes
1 answer

Multiple Slider

How can i make multiple slider in same page? Second slider not working i mean all sliders working in same page and they are different sliders. I think its name is multiple slider. I couldnt find information about that. Sorry my English. Thank you…
ercan
  • 71
  • 1
  • 1
  • 7
0
votes
2 answers

jssor two independent sliders on a single page

I would like to ask if I can have two independent jssor sliders in a single page. What I want to do is create 2 sliders which will act as a separate part of the page. That means that I want the animations of the 2 sliders start simultaneously. I…
tsalaki
  • 1
  • 1
0
votes
1 answer

jquery slider not setting value up to 2 decimals

1- the value on slider is showing $10 and not whowing 10.00 , and more ! 2 and how we set the slider like this is http://loopj.com/jquery-simple-slider/demo.html Predefined List, Equal Steps & Snap
0
votes
1 answer

Jquery UI two sliders on same page

i have two jquery ui sliders on the same page, with different value ranges, but when i change one, the other one changes also, even when they have different variables, I would like them not to affect each other, so when i make one sliders value…
Riff
  • 51
  • 6
0
votes
1 answer

adjust jssor slider in a container div

I have 3 divs the first is headed "DivHeader", the second "DivMenu" is a menu and is left and the third is the content "DivContent" where the sliders are being. I have a problem with the div "DivContent" since the sliders do not fit the size of…
0
votes
0 answers

jquery: local/global variables for multiple sliders on one page

I had what I liked to think was the perfect slider written -- it dynamically counts the number of elements, their widths, and adjusts itself accordingly. It works universally, only requiring minimal styling based only on a top-level wrapper ID and…
david
  • 123
  • 2
  • 13
0
votes
2 answers

How do I use text as pagination with Owl Carousel

Using Owl Carousel I wanted to use text from the alt="Image Alt Text" or title="Image Title Text" of images as pagination instead of bullets / circles. In the process of writing the question and fiddles I sussed it. See below. Hope this is useful to…
Victor
  • 714
  • 1
  • 9
  • 23
0
votes
1 answer

jssor slider 3 not working

Please help!!! slider 3 doesn't work Javascript jQuery(document).ready(function ($) { var options = { $DragOrientation: 3, //[Optional] Orientation to drag slide, 0 no drag, 1 horizental, 2…
suman315
  • 1
  • 1
  • 2