Hello, I installed Mache skeleton and upgraded from Grav 1.4.5 to 1.7.9 step by step as per the documentation, is working, but slow compared with Grav 1.6 in same server.
My problem is that despite I followed all the steps to inherit Mache theme into custom theme MyMache, it does not take the changes I did in the custom.css file.
Reference; https://learn.getgrav.org/17/themes/customization#theme-inheritance
In fact it does not place the reference to the custom theme in the html source, I get:
<link href="/new/user/plugins/form/assets/form-styles.css" type="text/css" rel="stylesheet">
<link href="/new/user/plugins/simplesearch/css/simplesearch.css" type="text/css" rel="stylesheet">
<link href="/new/user/plugins/login/css/login.css" type="text/css" rel="stylesheet">
<link href="/new/user/themes/mache/css/grid.css" type="text/css" rel="stylesheet">
<link href="/new/user/themes/mache/css/style.css" type="text/css" rel="stylesheet">
<link href="/new/user/themes/mache/css/menu.css" type="text/css" rel="stylesheet">
<link href="/new/user/themes/mache/css/jquery.bxslider.css" type="text/css" rel="stylesheet">
<link href="/new/user/themes/mache/css/responsive.css" type="text/css" rel="stylesheet">
<link href="/new/user/themes/mache/css/animate.css" type="text/css" rel="stylesheet">
It is missing:
<link href="/user/themes/mymache/css/custom.css" type="text/css" rel="stylesheet" />
In the Admin module I have selected my custom theme: MyMache
Any help is appreciated
Regards