- Issue created by @promes
- 🇳🇱Netherlands promes
The custom-style.css file is defined in admin/appearance/settings/zeropoint as: themes/custom/zeropoint/custom-style.css.
when I look in de sourcefile of a site page I find this link:
<link rel="stylesheet" media="all" href="/themes/contrib/zeropoint/themes/custom/zeropoint/custom-style.css?sslgqd" />
.
When I click on that link I get this text:
<!DOCTYPE html><html><head><title>404 Not Found</title></head><body><h1>Not Found</h1><p>The requested URL "https://www.heerdersoos.nl/themes/contrib/zeropoint/themes/custom/zeropoint/custom-style.css?sslgqd=" was not found on this server.</p></body></html>
My conclusion: the link url of the custom css should be corrected. - 🇳🇱Netherlands promes
Since the new ordering of css aggregation I changed in another site with a subtheme the subtheme-style.css definition in mysubtheme_theme.libraries.yml to have this css last in the list into:
subtheme-global:
version: VERSION
css:
theme:
css/subtheme-style.css: {preprocess: false}
The preprocess: false does the trick. I hope it helps in a solution.For the time being I removed function zeropoint_library_info_alter() in zeropoint.theme and changed in zeropoint.libraries.yml 'weight' => 210 into preprocess: false:
zeropoint-custom:
Version: VERSION
css:
theme:
_custom/custom-style.css: {preprocess: false}
And of course I use the old location of _custom/custom-style.css. - 🇲🇹Malta florian
Please check your theme settings>
The custom CSS file path should be something like _custom/custom-style.css if you want the file to be placed in the _custom folder.
You may place the file outside theme folder: ../custom-style.css - 🇳🇱Netherlands promes
In xxx/admin/appearance/settings/zeropoint I defined the location of the custom css file to be in: themes/custom/zeropoint/_custom/custom-style.css
or:
folder: themes/custom/zeropoint
path: /_custom/custom-style.cssYou say:
The custom CSS file path should be something like _custom/custom-style.css if you want the file to be placed in the _custom folder.
You may place the file outside theme folder: ../custom-style.cssWhat is the difference? Must it be:
folder: themes/custom
path: /custom-style.cssWith your setting (see attachment) I still get this message:
Warning: file_get_contents(themes/contrib/zeropoint/themes/custom/custom-style.css): Failed to open stream