Often when clients run WordPress on shared hosting they eventually run into PHP errors like maximum execution time or out of memory errors. This as…
Category: Web Development
To upgrade from PHP 7.0 to 7.1 on Homebrew you have to first inlink 7.0 and then install 7.1: brew unlink php70 brew install php71…
Just installed Digital Ocean monitoring beta on one of my Digital Ocean droplets where I have Trellis running for a WordPress client of mine. It…
Basic Contact Form 7 CSS styling is horrible. Here a basic setup in CSS I have been working on and will update from time to…
To access MariaDB on Trellis LEMP using Sequel Pro from you local box is easy once you know how. Like with most things in life…
Had a client ask me the other day if the existing name of the Custom Post Type in question could be changed as the url…
Decided to work on a static project or html project with Laravel Valet. But that was not meant to be. Or not right away anyways….
This morning I wanted to install WooCommerce Storefront and I got a Laravel Valet Nginx error 413: Error 413: Request entity too large This was…
We have a client with Antagonist in Holland and it has had multiple brief downtimes over the last couple of weeks. We are already no…
Sometimes you need to work with custom fields for a theme. This as you work with a template that consists of many different content fields…
Often when you set up a Trellis server you find out your PHP settings are not good enough for the WordPress app you are building….
Every time I use Contact Form 7 I fall for it. I commit the same error over and over again. I enter the wrong data…