Articles

Setting up a Google Maps display with custom CSS and disabling zoom control

Required Javascript links: <script type="text/javascript" src="https://maps.googleapis.com/maps/api/js?key=API_KEY"></script> If you are developing locally try using :
Read More

Edit gift vocher email

To edit the gift voucher emails the following files in OpenCart need to be edited. admin/language/english/mail/voucher.php (Language file) admin/view/template/mail/voucher.tpl
Read More

Changing the point at which Bootstrap Nav menus will collapse

Use the following code in your SCSS file that will allow you to change the max width at which a menu item is allowed to collapse. There is no need to edit the core bootstrap
Read More

Setting up Multi Sites in wordpress

Preparation Backup your database and files. Check if Pretty Permalinks are working on your site Deactivate all active plugins ( you can reactivate plugins after setting up the
Read More

Deleted files still existing in GIT ?

If you have deleted files and then committed the folder the file is in, and surprised to see that the commit has not taken the delete you have just done? Run this command instead
Read More

Checking website speeds

On your Mac Terminal window: time curl your website URL > /dev/null If your SSH’d into the website: time wget your website URL Note: some of these commands may create a
Read More