after creating a new theme in app\design\frontend\ appears in my back end under design when i change it to my custom theme, CSS or JS is NOT loading. tried the following: php bin/magento setup:static-content:deploy delete var\cache var\generation pub\static\ - no luck - however my default theme from fresh installations works just fine. i dont think there is any permission issue otherwise my default would not work. is there anything I am missing?
you do have at least a valid theme.xml and registration.php in app/design/frontend/YourVendor/yourtheme/ ? did you try to enable the developer mode? (at the top of the .htaccess in your root dir) There is also a 'theme' table in your db. You might want to look in it if everything is ok. Once we had the problem that the type was set to virtual and noone knows why. Be sure it's 0 |
|||||
|