the template "Jasmin J4" wants to load the following file:
/media/templates/media/vendor/joomla-custom-elements/css/joomla-alert.css
The path is wrong. Correct should be:
/media/vendor/joomla-custom-elements/css/joomla-alert.css
Do you have any idea where I can fix this?
Then I noticed that the custom.css is not loaded, although activated in the template configuration. Of course the custom.css is available.
Here I could help myself, because I had to include the web fonts locally. Since I edited the fonts.php anyway, I added the following:
$app->getDocument()->addStyleSheet('/templates/j51_jasmine/css/custom.css');
Just wanted to point out.
Many regards
Stefan