Invision Community 4: SEO, prepare for v5 and dormant account notifications Matt November 11, 2024Nov 11
Posted July 1, 20177 yr Hello guys I've been fighting with bxslider for some time, and still can't make it work This in header <script src="http://site.com/js/jquery.bxslider.min.js"></script> <link href="http://site.com/js/jquery.bxslider.css" rel="stylesheet" /> and this in a "Manual HTML page" (Pages) <script type="text/javascript"> $(document).ready(function(){ $('.bxslider').bxSlider(); mode: 'vertical', slideWidth: 300, minSlides: 4, maxSlides: 4, autoStart: true, slideMargin: 10 }); }); </script> With firebug I see that the css is working, but the javascript appears inactive. What am I doing wrong? Thanks for any help.
July 1, 20177 yr You're passing the parameters wrong try this $('.bxslider').bxSlider({ mode: 'vertical', slideWidth: 300, minSlides: 4, maxSlides: 4, autoStart: true, slideMargin: 10 });
July 2, 20177 yr Author 5 hours ago, TAMAN said: You're passing the parameters wrong try this $('.bxslider').bxSlider({ mode: 'vertical', slideWidth: 300, minSlides: 4, maxSlides: 4, autoStart: true, slideMargin: 10 }); ahhh gosh, I love you
Archived
This topic is now archived and is closed to further replies.