- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2016
12:12 PM
Labels:
1 ACCEPTED SOLUTION
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2016
02:13 PM
09-12-2016
02:13 PM
Hi @mwsmith136,
The way Magento works is this:
- Magento will search for the parent theme in the theme.xml file
- If no parent theme is found, then the fallback theme is the base theme (with no styles)
The theme you are seeing is the base/default theme. You should set the parent theme following this guide:
Best regards.
Gabriel
Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.
2 REPLIES 2
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-12-2016
02:13 PM
09-12-2016
02:13 PM
Hi @mwsmith136,
The way Magento works is this:
- Magento will search for the parent theme in the theme.xml file
- If no parent theme is found, then the fallback theme is the base theme (with no styles)
The theme you are seeing is the base/default theme. You should set the parent theme following this guide:
Best regards.
Gabriel
Welcome to the Magento Forums. Remember to introduce yourself and read the Magento Forums Guidelines.
- Mark as New
- Bookmark
- Subscribe
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-13-2016
01:14 AM
09-13-2016
01:14 AM
Re: Magento Theme Not Falling Back? (Beginner)
Thank you very much.