Skip to content

Undo remove css done in a parent theme

I have one theme that is removing a specific css file that is not needed for it. layout/default_head_blocks.xml <page xmlns:xsi=”http://www.w3.org/2001/XMLSchema-instance” xsi:noNamespaceSchemaLocation=”urn:magento:framework:View/Layout/etc/page_configuration.xsd”> <head> <remove src=”mage/calendar.css”/> </head> I now have a child theme that inherits the above theme. Is there a way… Read More »Undo remove css done in a parent theme

Magento 2 Backend admin config system error

I have found an issue on Magento 2.4.7 only in developer mode. error: 1 exception(s): Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: ‘Magento_MediaStorage::system/config/system/storage/media/synchronize.phtml’ in module: ‘Magento_MediaStorage’ block’s name: ‘systemconfigsystemstoragemediasynchronize_0’ Exception #0 (MagentoFrameworkExceptionValidatorException): Invalid template file: ‘Magento_MediaStorage::system/config/system/storage/media/synchronize.phtml’ in module: ‘Magento_MediaStorage’ block’s name:… Read More »Magento 2 Backend admin config system error