Hello, I have upgraded from 1.6.0.9 to 1.6.0.11. Now the sliders are missing from weight and price filters. I have found that the JqueryUI style sheet files (.css) are not being rendered in the HTML.
The site is set to write out all the css file links in the header and NOT to combine them into one file so I can see all the css files in the header. The missing html links are: <link rel="stylesheet" href="/js/jquery/ui/themes/base/jquery.ui.core.css" type="text/css" media="all" /> <link rel="stylesheet" href="/js/jquery/ui/themes/base/jquery.ui.slider.css" type="text/css" media="all" /> <link rel="stylesheet" href="/js/jquery/ui/themes/base/jquery.ui.theme.css" type="text/css" media="all" /> I have truied the upgrade on two separate installations and see the same results. Also I have seen the same problem on a prestashop demo site that do not belong to me. http://demos5.softaculous.com/PrestaShop/index.php?id_category=3&controller=category I have not modified the codebase and am using the default bootstrap theme. Can anybody shed light on why the css files are not being added to the HTML? Kind Regards, Mark.