firebug is not showing in firefox

I have found a solution to use firebug [version 2.0.19] in latest version of firefox 53.03 Please follow the steps: In your address bar enter about:config, find browser.tabs.remote.autostart set it false browser.tabs.remote.autostart.1 set it false browser.tabs.remote.autostart.2 set it false Restart the Firefox.

Magento: Cms Page Meta Title

As in magento default there is no option for cms pages to input meta title but you can do this by following the steps: Step1: Open your database find the table cms_page open the table and add a column named with meta_title Step2: Then in app/code/core/Mage/Adminhtml/Block/Cms/Page/Edit/Tab/Meta.php find the function protected Read more…