Remove white background from image – CSS solution.

So I’m building a premium WP theme tailored for Affiliates and product review websites – and I’m hoping to release it later this year. I was just working on a product review demo page where I’ve uploaded an image of a MacBook Pro and I wanted to change the background color for the header of […] Continue reading.

June 4, 2021

Chatbot Lazy Loader Plugin

I’ve was struggling with page speed issues on my WordPress website after adding a chatbot. To fix that problem I created Chatbot Lazy Loader, a WordPress plugin that eliminates the page speed issues created by chatbots. If your website is loading a chatbot widget, it’s likely negatively impacting your page speed. This plugin will prevent […] Continue reading.

July 8, 2020

Drift Chatbot – Optimize for Page Speed

Update July 9th 2020: I’ve created a WP plugin called Chatbot Lazy Loader to handle the optimization of your chatbot. It even hit #3 on Product Hunt. When we’re considering JS dependent functionality, we need to weight its benefits against its costs. Chat bots are powerful support and lead gen tools, but like any JavaScript […] Continue reading.

July 1, 2020

6-Step Guide To Custom Post Loop Gutenberg Blocks

Here’s what we’ll accomplish in this brief guide – we’ll have a custom Gutenberg block that allows you to interface with the WP_Query class. You can loop through your posts or a custom post type and add query parameters like taxonomy, post count, and post order. To demonstrate this, we’ll create a Testimonials block. The […] Continue reading.

December 30, 2019