Magento Stack Exchange is a question and answer site for users of the Magento e-Commerce platform. It's 100% free, no registration required.

Sign up
Here's how it works:
  1. Anybody can ask a question
  2. Anybody can answer
  3. The best answers are voted up and rise to the top

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?

share|improve this question

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

share|improve this answer
    
i followed: magento.stackexchange.com/questions/100691/magento-2-theme: MyStore/MyAbstract/ - i did enable the developer mode. according to my theme table in my DB "type' is set to 1. i changed to 0. did the following, php bin/magento setup:static-content:deploy and remove all the static files clear all the cache, still no luck – roger Feb 11 at 16:47

Your Answer

 
discard

By posting your answer, you agree to the privacy policy and terms of service.

Not the answer you're looking for? Browse other questions tagged or ask your own question.