Dreamtheme Posted February 25, 2015 Share Posted February 25, 2015 As from PS 1.6.0.12/13 js\jquery\plugins\bxslider\jquery.bxslider.css this was introduced. My question is, how this is supposed to be overwritten in the themes without !important in the same classes? As this affect Homeslider, assesoaries, product in same category, thumblists and other other older modules, as this css directly override any other css with those classes? 1 Link to comment Share on other sites More sharing options...
Orphee Posted March 1, 2015 Share Posted March 1, 2015 (edited) As a side effect, this new thing generates 404 errors : /images/bx_loader.gif not found Origin, Referer: my_url/js/jquery/plugins/bxslider/jquery.bxslider.css Edited March 1, 2015 by Orphee (see edit history) 1 Link to comment Share on other sites More sharing options...
Dreamtheme Posted March 11, 2015 Author Share Posted March 11, 2015 I have submitted this as bug on the forge, and there is answer you can see it here. http://forge.prestashop.com/browse/PSCSX-4991 Link to comment Share on other sites More sharing options...
Orphee Posted March 11, 2015 Share Posted March 11, 2015 I don't understand his answer… Link to comment Share on other sites More sharing options...
Dreamtheme Posted March 11, 2015 Author Share Posted March 11, 2015 Simply it means that you should override the classes on every module that use them.. its not best choice but this is it. 1 Link to comment Share on other sites More sharing options...
Chtizz.fr Posted May 28, 2015 Share Posted May 28, 2015 Hello, in js/jquery/plugins/bxslider/jquery.bxslider.css there is a css error that causes this 404 error. Just change : background: url(/images/bx_loader.gif) center center no-repeat; with : background: url(images/bx_loader.gif) center center no-repeat; (remove the slash before "images") But in case of upgrade, theses changes would be overriden... Regards. Link to comment Share on other sites More sharing options...
garyjj127 Posted July 9, 2015 Share Posted July 9, 2015 Excellent!! Can this be marked as solved now? Link to comment Share on other sites More sharing options...
Recommended Posts