Nodejs and NPM have made life so easier. If you use Gulp toolkit with it I am sure you love it 😍 However, I came across Error: EACCES: permission denied, mkdir (directory permissions) issue today when I tried to install all gulp packages and their dependencies with the following commands in a project. $ npm install I also [...]
Fahid Javid
I get several requests for “How to change default email sender in WordPress” to the desired ones while providing tech support for the WordPress themes. It’s very annoying when someone gets important contact form emails as spam or simply don’t like the email address of the type wordpress@yourdomain.com (in my [...]
Fahid Javid
PHP has a pretty straight forward method to working with MySQL databases. I will explain to establish a connection to the MySQL database, but I am not going to go into SQL which is the language used to put data in and get data out of a database. There are five steps to make PHP database interaction and […]
Fahid Javid
Have you ever had a client need help on their WordPress site, and have FTP access, but not actually give you a WordPress account to use? All you have to do to create a new admin user in WordPress with FTP, All right? Add the following code snippet to the end of your theme’s ‘functions.php’ […]
Fahid Javid
Since June 2016, Google Maps requires a special Google Maps browser API key when you need to display Google Maps on your site. Without setting API key or setting an invalid Key, you’ll see the following error: Oops! Something went wrong. This page didn’t load Google Maps correctly. See the JavaScript console for technical details. [...]
Fahid Javid