fbpx

Tips, tricks, and other valuable WordPress knowledge to save you time and make you money!

Blog

Add a Picture to an iMovie Background

While working on a video in iMovie, I wanted to add an image to the center of a title clip. There are 3 steps involved with adding a picture to an iMovie background: Drag the image above the existing title card Click on the image clip and then on the Video Overlay Setting Icon above…

Line Wrapping in Nano Editor

There have been countless times in which I would like to copy a line in a file that I’m viewing using the nano editor. But, by default, the line continues off the terminal window, so anything that I select and copy will be limited to what’s visible within the window. And, I finally figured out…

SiteOrigin Page Builder Not Showing

Having issues trying to find the SiteOrigin Page Builder for a WordPress site? I ran into an issue where a client’s site was no longer showing the SiteOrigin Page builder on the page’s edit screen. I was seeing the Page Builder tab on the edit page previously but a WordPress update made it so that…

How to stop spam WordPress comments

We started getting a lot of spam comments that were generated by bots for marketing purposes. It got to be really annoying to see and delete all of the notification emails that we would get, so we wanted to figure out a way to stop spam WordPress comments and figured out a way to cut…

Add Comments to PHP File

There are two methods to add a comment to a PHP file: multi-line comments and single-line comments. Method 1: Multi-Line Comments Multi-line comments, also known as block comments, are added to PHP files using the following structure: /* multi-line comment */ For example, a PHP file would look like this: Method 2: Single-line Comments Single-line…

Fix Zapier 403 Error

I was working with a client recently and they were receiving a 403 error from Zapier. Here is how I fixed up a Zapier 403 error: Allow Access to and Whitelist the xmlrpc.php file Some web hosting platforms deny all access to the xmlrpc.php file because it “counteracts a potential brute force attack where an…

Fix “E: Could not get lock /var/lib/dpkg/lock” Error

I ran into the “E: Could not get lock /var/lib/dpkg/lock” error the other day while running an Ansible playbook on a client node running Linux. “E: Could not get lock /var/lib/dpkg/lock” is a frustrating issue to solve as there isn’t very good documentation out there about how to fix it up. The key thing that…

Change Section Background Color in Salient

It can be difficult when you start learning how to edit a page or post in WordPress. If you buy the Salient WordPress theme, add on top of that having to learn how to edit a page or post using the Visual Composer. There are five steps involved in changing a section background color in…

SQS Queue in Laravel Not Working

I recently switched a client site to use AWS SQS as the queue provider instead of a database to speed things up a bit. After creating a standard Queue in SQS, adding the AWS SQS credentials to the config/queue.php file per Laravel’s documentation, and updating the QUEUE_DRIVER in the .env file, I could see that…

Connect RDS to Lightsail

I created an RDS instance for a client the other day and needed to connect it to their Lightsail instance. I had never done this before and the documentation out there isn’t as simple as it should be. So, how do you connect RDS to Lightsail? There are 4 simple steps to connecting your RDS…

Want to use our API?