Let’s take a look at how to customize the default WordPress login page without using any plugins. Changing the Logo First, open your functions.php file in your child theme and drop in the following function: Just keep in mind that get_template_directory_uri() returns the root directory of your parent theme. To return the root directory of…
Let’s dive into how to add custom fonts to WordPress without using any plugins. Choose a Font Originally, I was using a font called “Arrow” from DaFont. This actually ended up giving me problems later on, something I’ll cover later. Convert to WOFF2 (if you need to) Any font in the entire world. Just make…
Today we’re going to take a look at how to enqueue stylesheets in a WordPress block theme. My main stylesheet for a newly created custom WordPress block theme wasn’t loading after several tries and I couldn’t figure out what was going on. Every search result was just saying , “Oh, you gotta enqueue your stylesheet,…
Today I learned about the importance of the natural stacking order. I spent probably an hour scratching my head trying to figure out why my element with the z-index of 500 wasn’t appearing on top of another element with a z-index of -500. At first I thought it might have something to do with my…
Unfortunately, this project was put on the back-burner by management until the project was eventually scrapped. I absolutely would have loved to have seen this project through to completion, however, sadly, it just wasn’t meant to be. However! There is a dim light on the horizon… There’s a possibility that I will pursue a personal…
Learning How to Mount an SFTP Directory Using Rclone Since the beginning of my web dev journey, I’ve been using FileZilla as my primary SFTP client for two huge reasons. Number one, it’s available cross-platform and Linux is one of those platforms. Number two, it’s available at a really good price: free. Over the last…
This article assumes you’ve already got a Raspberry Pi set up and running the latest Raspberry Pi OS, and you’ll be hosting a React app locally (meaning it’s only accessible on your local network). First you’ll want to enable SSH. There’s some fancy ways to do this in the terminal, but the easiest is to…
Recently I was faced with the following situation: How does one make something cool? And what is “cool”, exactly? “Cool” seems to be this ever-changing intangible “something” that everyone wants. Perhaps the mysterious nature of “cool” is the very thing that makes “cool” so desirable. In other words, “cool’s” state of being is what perpetuates…
The Project This project was particularly interested because it tapped into 3 different disciplines. When BluePoint first approached me, they were looking to update their existing website and fix some of the issues with it. Once we got deeper into the project, it wasn’t as clear cut simply because the company itself was going through…
Step 1: What’s out there already? During my initial research, I found that there were a few models already out on thingiverse, which gave me a good place to start. At least I could use the measurements and dimensions of the license plate mount! And just to begin, I was only able to speculate if…