El Patron Posted August 7, 2014 Share Posted August 7, 2014 Hi, I am helping someone with their shop in that they get a spinner when they put their shop in catalog mode. Can you all take a look and see if there is anything obvious, espeically in the .js world that is keeping this from loading? The shop loads fine in non-catalog mode. URL http://untitledplace.com/shop/index.php error are set to true. Thanks, Fred Link to comment Share on other sites More sharing options...
dioniz Posted August 7, 2014 Share Posted August 7, 2014 You have js error: TypeError: $(...).bxSlider is not a function prevText:'' in yourdomain/shop/themes/butterfly/js/autoload/scripts.js (line 78, col 2) Link to comment Share on other sites More sharing options...
El Patron Posted August 7, 2014 Author Share Posted August 7, 2014 You have js error: TypeError: $(...).bxSlider is not a function prevText:'' in yourdomain/shop/themes/butterfly/js/autoload/scripts.js (line 78, col 2) thanks you dioniz, I see this also when in catalog mode, but of course not when out of catalog mode. any tips on how I can find why? Link to comment Share on other sites More sharing options...
dioniz Posted August 7, 2014 Share Posted August 7, 2014 Hm no idea, maybe that fade thing. I saw lot of problems with that. Try to remove fade and see if it works Link to comment Share on other sites More sharing options...
El Patron Posted August 7, 2014 Author Share Posted August 7, 2014 ok, so when I turn off catalog mode jquery.bxslider.js is loaded but not in catalog mode. now I off to hunt it down... Link to comment Share on other sites More sharing options...
dioniz Posted August 7, 2014 Share Posted August 7, 2014 That's strange. jquery.bxslider.css is loaded in catalog Link to comment Share on other sites More sharing options...
El Patron Posted August 7, 2014 Author Share Posted August 7, 2014 That's strange. jquery.bxslider.css is loaded in catalog I had just completed new module the other day which allows one to add .css or .js files on the fly. I could not find the check for addJS in their shop that would keep bxslider from loading in catalog mode, ave maria. So I loaded the module, and added the bxslider call, now works in catalog mode. Thanks so much to everyone even if you didn't post for taking a look at this. 1 Link to comment Share on other sites More sharing options...
Recommended Posts