Magento Admin 404

After transferring a database, if you get a 404 error when trying to access admin panel, run the following query on the database: SET FOREIGN_KEY_CHECKS=0; UPDATE `core_store` SET store_id = 0 WHERE code=’admin’; UPDATE `core_store_group` SET group_id = 0 WHERE name=’Default’; UPDATE `core_website` SET website_id = 0 WHERE code=’admin’; UPDATE `customer_group` SET customer_group_id = 0 […]

Make tables Responsive

At Tablet resolution and lower, the table will change. Your CSS :before labels will be used for each cell, and the table header Rows will be hidden

JMapping custom Google Maps

Use this library to make custom Google Maps with custom markers among many other options Download the Archive jquery.jmapping-2.1.0.tar See the developers site for documentation