Closed
Description
Preconditions
- Magento 2.1.2, PHP 7.0.6, MySQL 14.14
- Environment: hypernode-vagrant & production Hypernode
- Happens in both developer and production mode
Steps to reproduce
- Set the theme for a specific storeview to Magento Blank via Content > Design > Configuration > Edit.
- Create and install a theme that inherits from Magento Luma. Add some layout changes. For this example, I created a theme that removes the
logo
block throughdefault.xml
: theme-frontend-test - Deploy static content for the 'LAB51 Test' theme:
bin/magento setup:static-content:deploy --theme="LAB51/test" en_US
- Apply the 'LAB51 Test' theme to a category via Products > Categories > Design > Theme. Be sure to check the "Apply Design to Products" checkbox.
Expected result
- When checking the category or a product page, you should not see the logo. It should look like the Luma theme was applied (e.g. the grey top bar and nav bar).
Actual result
- On the category page, the logo is removed correctly and it also looks like Luma.
However on the product page, we see the Luma logo. We also see some links in the top right of the header, that should not be there, since the 'LAB51 Test' theme inherits from Magento Luma, and Luma removes these links. The copyright bar in the footer also looks like a combination of the Blank copyright bar and the Luma copyright bar.
Metadata
Metadata
Assignees
Labels
Distributed Contribution DayThe issue has been fixed in 2.3 release lineGate 2 Passed. Manual verification of the issue description passedGate 3 Passed. Manual verification of the issue completed. Issue is confirmedGate 1 Passed. Automatic verification of issue format passedGate 4. Acknowledged. Issue is added to backlog and ready for developmentThe issue has been reproduced on latest 2.1 releaseThe issue has been reproduced on latest 2.2 releaseThe issue has been reproduced on latest 2.3 release