Eric Nguyen Posted October 25, 2013 Share Posted October 25, 2013 (edited) I'm not using the default theme. I'm using a theme called fashionbird instead. There are 404 errors for most of my modules' CSS files The CSS files are expected at location: /themes/fashionbird/css/modules/<module-name>/ e.g. /themes/fashionbird/css/modules/homefeatured/homefeatured.css The strange thing is that the CSS files are actually present there! They are just empty. Interestingly, putting some dummy code in the CSS files make the 404 errors go away Is there a good way of solving this problem or do I have to manually copy the CSS files from the modules to my theme one by one? Edited November 16, 2013 by Eric Nguyen (see edit history) Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 31, 2013 Share Posted October 31, 2013 This is strange. How did you install the theme? In the theme, the css files are there but when you installed the theme, the css files did not transfer? Link to comment Share on other sites More sharing options...
gonebdg - webindoshop.com Posted October 31, 2013 Share Posted October 31, 2013 try to open the css file on your browser directly http://your-domain.com/themes/fashionbird/css/modules/homefeatured/homefeatured.css Is css file can be loaded/opened ? 1 Link to comment Share on other sites More sharing options...
benjamin utterback Posted October 31, 2013 Share Posted October 31, 2013 try to open the css file on your browser directly http://your-domain.com/themes/fashionbird/css/modules/homefeatured/homefeatured.css Is css file can be loaded/opene What could be the cause of this. When the theme is uploaded, the css files are loaded automatically. Could it be a permissions issue? Link to comment Share on other sites More sharing options...
Eric Nguyen Posted November 16, 2013 Author Share Posted November 16, 2013 This is a free Prestashop theme that I found on ... The theme include those empty CSS files (for what purpose I'm not sure) and it is Chrome's and Firefox's default behavihour to show them as 404, that's all. I simple have to manually remove/ replace these files with what I want or leaving them alone would do no harm either. I'm satisfied with this explanation and workaround for now. Thanks for your help! Link to comment Share on other sites More sharing options...
vekia Posted November 16, 2013 Share Posted November 16, 2013 can you please share url to your website? latest chrome version displays 404 errors for css / js files which are empty maybe this is the reason. 1 Link to comment Share on other sites More sharing options...
onlygoliat Posted November 21, 2013 Share Posted November 21, 2013 This is a free Prestashop theme that I found on ... The theme include those empty CSS files (for what purpose I'm not sure) and it is Chrome's and Firefox's default behavihour to show them as 404, that's all. I simple have to manually remove/ replace these files with what I want or leaving them alone would do no harm either. I'm satisfied with this explanation and workaround for now. Thanks for your help! What is the solution? Thanks! Link to comment Share on other sites More sharing options...
prestacity Posted April 22, 2019 Share Posted April 22, 2019 Paste this code in css file: @charset "utf-8"; /* CSS Document */ 1 Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now