NWDthemes magento extensions FAQ

How To Make Wunderadmin Magento Admin Theme Work With Localized Module

Wunderadmin Magento Admin Theme overrides two page templates: header.phtml and footer.phtml. If some other extension, like Localized one overrides them too it will cause issues with admin theme.

To solve this problem need to override them again. To do it copy header.phtml and footer.phtml templates from /app/design/adminhtml/default/default/template/magento_localized/ to /app/design/adminhtml/default/wunderadmin/template/magento_localized/ and do the following changes to them:

/app/design/adminhtml/default/wunderadmin/template/magento_localized/header.phtml

Replace logo image src on line 15.

/app/design/adminhtml/default/wunderadmin/template/magento_localized/footer.phtml

Copy javascript code with waButtons, waTheme and jscolor.dir definition from Wunderadmin Magento Admin Theme original footer.phtml template located at /app/design/adminhtml/default/wunderadmin/template/page/ to javascript part of new footer.phtml template.

This will solve the issue. If you have problem with other extension overriding this admin theme templates you can solve it in similar way.

Leave a Reply

Your email address will not be published. Required fields are marked *

This site uses Akismet to reduce spam. Learn how your comment data is processed.