Most voted "bxslider" questions
bxSlider is a plugin for jQuery that facilitates the implementation of "sliders" (range with rotatable image), supporting features such as: adaptive size, supports multiple browsers, touch devices, CSS transitions among others.
Learn more…14 questions
Sort by count of
-
4
votes2
answers3675
viewsUse jQuery function only on @media screen and (max-width:960px)
We know that there are @media queries. They work with CSS. But I need to do it with Javascript. I need bxSlider to work only on @media screen and (max-width:960px).…
-
3
votes1
answer199
viewsHow to put 3 slides together in Bxslider?
I couldn’t do it myself, I wanted your help. I would be very grateful if anyone could solve this problem for me. This is my slide picture. This is my HTML code. <div class="main"> <div…
-
2
votes1
answer282
viewsSlide gallery one image at a time with Bxslider
I’m trying to create slide gallery with http://bxslider.com/ I would like the gallery to run one image at a time and not a group of images. Example I am using but would like to CHANGE :…
-
1
votes2
answers250
viewsSpacing between Ivs overlaps
I have this site containing a slider the problem that is happening is that depending on the size of the screen the spacing between each slide changes, someone has some idea of how to solve this? I’m…
-
1
votes2
answers1136
viewsCarousel style with 3 slides
I’m trying to make a kind of slider where the middle slide appears as main and the sides will cut according to the resolution, but I was having problems in the IE and incredible that it seems the…
-
1
votes2
answers960
viewsHow to format several bxSlider on the same page with different styles?
I am developing a site whose pages will have 3 or 4 sliders (bxsliders) my problem is that I would like to format one by one, especially the margins of the buttons below…
-
1
votes1
answer162
viewsSeparate 6 images in 3 div, forming a slider with bxslider
I am using the plugin bxslider. Each slider contains 6 images that are divided into 3 div, whose classes are item_top and item_bottom, for three images from top and bottom, respectively. When I…
-
1
votes0
answers57
viewsbxSlider does not Reload when you click on your hidden Parent
Hello I have a slideshow that uses bxSlider and is inside a hidden DIV when loading the page. This bxSlider starts in another function I wrote below. I have however a button to make appear all the…
-
0
votes1
answer65
views$jQuery Easy Slider Numeric
I am using Jquery easySlider1.7.js, and have a question about the property 'Numeric'. When using this property, the plugin adds a link to each slide below the images, only when selecting one of…
-
0
votes1
answer2080
viewsChange the background-image of the div according to the banner image
I need to create an effect on my slideshow that for each image displayed in the slideshow the background of div class="banner-backg" change the background-image. For the slider I’m using the…
-
0
votes0
answers43
viewsbxslider text only, when I call js the texts disappear
I have a problem with bxslider, I don’t really know if it’s a problem or if it doesn’t only accept texts. I have this code below: <ul class="bxslider row"> <% student.qrcodes.each do…
-
0
votes1
answer125
viewsShow slide only after loading
I would like some help because when it loads my page, my slide gets all messed up, and only after about 5 seconds it goes back to normal and it ends up causing a bad impression. I’d like something…
-
-1
votes1
answer863
viewsSetting up an image slider
I studied some HTML and CSS, watching some classes on Youtube and doing the lessons of Code Academy and now I’m creating my first website. I want to add a slider of images, by what I researched, the…
-
-1
votes1
answer19
viewsDo not allow moving when there is only one bxSlider.js image
I am using bxslider and rodo perfectly the following code: <script> $(document).ready(function(){ $('.slider').bxSlider({ auto: true }); }); </script> Which results in card drive.. I…