Questions tagged [bxslider]

bxSlider is a fully responsive jQuery content slider with many flexible customization features. Slides can contain images, videos or HTML

bxSlider is a fully responsive jQuery content slider with many flexible customization features. Slides can contain images, videos or HTML

Some of the features are:

  • horizontal, vertical and fade transitions
  • display and move multiple slides at once (carousel)
  • prev / next, pager, auto controls etc...

This tag should be used when asking questions related to bxSlider. Along with this tag, it is recommended to add the jQuery tag as well.

Links:
website
GitHub repository

923 questions
-1
votes
1 answer

Css menu moving when Bxslider changes slides

The last few days i was creating alone the website for my company (private ambulance). I was learning during the process and i was thinking that the only thing left to finish it was to write the content of some pages. But today i found a strange…
chris pattas
  • 97
  • 1
  • 10
-1
votes
1 answer

Change dynamically bxslider speed on click of prev/next button

I have setup bxslider with following //
steve
  • 1,297
  • 4
  • 19
  • 33
-1
votes
2 answers

Possible to use bxslider getCurrentSlide method to assign a class to the active slide?

I'm using bxslider with captions only. Using CSS, I've stacked the captions on top of each another. What I want to do now is assign the active caption(or "slide") a class, so I can change its background color. Could this be done using one of the…
manh2244
  • 133
  • 2
  • 15
-1
votes
1 answer

ios6 touch event handling javascript

I am trying to improve the touchwipe js. where i want to hanlde only horizontal scroll and if its any vertical scrolling comes up let browser handle my fix works fine in ios5 but in ios6 its getting frezee any idea…
Neha
  • 1,532
  • 1
  • 10
  • 13
-2
votes
1 answer

How to set a jQuery script's options / arguments via a variable

If a script's arguments are like this: .not( '.loaded' ) .bxSlider( { mode: rendered.data( 'mode' ), speed: rendered.data( 'speed' ) } ) …
Cliff P
  • 47
  • 1
  • 6
-2
votes
2 answers

Bxslider Not Working on Bootstrap Tabs When i change tab

i am using bxslider on my new web page with bootstrap. I tried to put different sliders for each tab. When website loads first time everything okey but when i change div bx slider is not loading and showing contentet…
user1727482
  • 1
  • 1
  • 1
-3
votes
1 answer

Hidden bxsliders on other tabs

I have problems with bxslider. Check it here When you switch on the other tab bxslider content disappears. Why this is happening? How to fix this bug? $(document).ready(function(){ $('.tabs_menu a').click(function(e) { …
z_u_l
  • 25
  • 1
  • 7
-3
votes
4 answers

Name cannot begin with the ' ' character in jquery if else condition

I am just trying to check the window width and based on the width I change some values using jQuery.