Bx slider not sliding

Sorry to be vague but I need a fresh look at a bug I’m having.
I’m using bx slider plugin on a wordpress site.
As you can see the slider doesn’t move even though the options are all set up - site is here

If anyone spots a js bug via thier debugger ( I couldn’t) please feel free to advise…

The slider itself works fine for me (on an iPad).
Admittedly, it fades (as opposed to sliding) and doesn’t start automatically, but I presume these are configuration options.

Thanks Pullo - for some reason I cant see it fading on desktop browsers IE, chrome or firefox?

Its fading for me in Chrome and Firefox OK (when you click the image navigation buttons).

It should transition automatically not on clicking the nav buttons… Thanks anyway

There is an autoStart option.
This should default to true, but what happens if you try setting it explicity?

jQuery('.bxslider').each(function(){
  autoStart: true,
  ...
}

… simple answer in the end… the page was calling a min script that had the autoStart: set to 0!
Changed the variable to true and hey ho we’re back in business…

Apologies yet another school boy error!

2 Likes

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.