bxslider Questions
3
A bxSlider's inner item click event doesn't fire after Chrome has updated to version 73. How can I fire .on('click') event for elements in new Chrome?
It fires in Chrome when slides are moving.
E...
Jevons asked 28/3, 2019 at 2:43
2
Solved
I am trying to change the amount of slides shown at different window widths, on inital load its pulling the right amount of slides through. but on resize the min/max slides within the slider option...
Institutionalize asked 16/8, 2016 at 16:17
3
Solved
I am currently trying to implement THIS very simple content slider. I have reached a point where it is working, however using the CSS code below I need to make the slider full screen, filling the e...
3
I'm using probably one of my favourite jquery slider plugins: bxSlider
http://bxslider.com/options#touchEnabled
Recently they've updated with some touch enabling for devices. This allows you to s...
Rollandrollaway asked 22/1, 2013 at 13:47
4
Solved
The error message on clicking is
jquery.js:4388 [Violation] Added non-passive event listener to a scroll-blocking 'touchmove' event. Consider marking event handler as 'passive' to make the page mo...
Megilp asked 29/3, 2019 at 6:26
6
Solved
I am using bxslider to create a slideshow of my images. The images are updating dynamically. My problem is the sideshow fade-in and fade-out work even only one image is present. How can I stop this...
Martial asked 9/7, 2014 at 13:11
1
Solved
The following snippet should demonstrate the problem quite well:
(function ($) {
$('.bxslider').each(function() {
var bxid = $(this).attr("data-bxid");
var bx = $(this).bxSlider({
...
Cum asked 5/9, 2018 at 13:13
9
So I just started using bxslider.
I however I'm having issues setting the size of the slider. Naturally it takes the height of the largest element (I think). How do I set it to a fixed height, say...
2
Solved
I have created a hybrid app in which I used bxslider and placed div inside it as follow,
<div class="bxslider">
<div id="chart1" style="text-align:center">
<span id="barChartTitle...
Shilling asked 9/1, 2017 at 4:40
8
Solved
I have created 4 sliders. Initially all 4 are hidden (display:none) so I have used this code to display the relevant slider on click of its respective category.
The slider configuration.
touchE...
Virgiliovirgin asked 22/8, 2013 at 6:28
7
My designer put a bxslider to scroll through 3 divs nicely on my page.
When the page runs, in the html I see it generates 6 divs on the page. It shows div 3, div2, div1, div3, div2, div1.
Just bec...
Jimmie asked 4/11, 2013 at 20:40
3
Solved
I am working on this website ( I wasn't the one made the website but I have to fix it unfortunately).
I've got this error on firebug : TypeError: j(...).bxSlider is not a function
Here is my <h...
Soothe asked 6/5, 2014 at 19:2
4
Solved
I want to add an extra class to the current visible slide, i dont have so much knowledge of jquery i'm trying it by following code.
$(document).ready(function(){
$('#slider1').bxSlider({
pager...
2
Solved
I justed started using bxSlider and I ran into a problem. I want a slider with fixed width (all images have the same value) and adaptive height. It is a pretty standard task, but I'm stuck and I do...
5
I'm trying to add a class "disabled" to the pager if the slider has only 1 slide showing, and nothing to actually slide.
I'm sliding a div, not a list.
It's just a basic div:
<div class="bxsl...
1
Solved
I am using angularjs in my application where I have created a directive for bxslider. Below is code of directive:
angular.module('sbAdminApp')
.directive('bxSlider', function(){
return{
restrict...
2
Solved
Alright so the problem is basically unknown for me, never had it before.
I tried adding bxslider today but it seems it doesnt work properly. I tried using the other version of the JS that he provid...
Voracity asked 20/7, 2016 at 16:58
1
Solved
I used bx slider to run a slider on my nodejs website. Here is my code:
$(document).ready(function(){
$(".bxslider").bxSlider({
minSlides: 1,
maxSlides: 40,
slideWidth: 300,
slideMargin: 40,
...
6
Solved
Anyway I recently started using bxslider and I'm having an issue with it.
It seems to calculate its viewport size wrongly on page load, which means it doesn't work well on mobile devices, tablets...
15
I'm building an website that uses bxSlider.
As the page loads, all of the slides are visible, stacked on top of each other. Once the page is fully loaded, the first slide remains visible and the r...
10
Solved
I want to continue the autosliding after clicking on a bx pager item.
Here's the code:
$(document).ready(function () {
$('.bxslider').bxSlider({
mode: 'horizontal', //mode: 'fade',
speed: 50...
Bulimia asked 11/12, 2013 at 11:59
2
Solved
I'm having some issues with this website I'm working on.
I'm using Bxslider plugin to create a sort of a portfolio for the projects page BUT something's wrong with it:
As soon as I click a thumbn...
Lussi asked 7/8, 2015 at 14:15
4
Solved
I want to make a really simple seamlessly-looping carousel and have tried using bxSlider, but am encountering an issue where my images are off-center.
I have 3 x 1000px wide images and all I want ...
2
Solved
Can you help me to fix this issue. I was trying to integrate the arrow controls(left & right) to BxSlider when I pressed the next key(right arrow) the last slider image show up which not suppos...
Greisen asked 21/2, 2013 at 2:50
2
I use this slider http://bxslider.com/examples/thumbnail-pager-1.
It works, but I have a lots of elements and thumbnails don't fit on one line and move to the next line. How is it possible to do th...
1 Next >
© 2022 - 2024 — McMap. All rights reserved.