

Hi XXXXX, It was brought to my attention by our web team that your website is now reaching XX years since its original deployment. This means that several parts of your site’s original development are out of date, and after July 31, will no longer be supported in…
Email deliverability is the single bane of my existence. If your using your own Office 365 (Not the GoDaddy Version) or an own exchange server that’s getting mail from contact forms or send mail services, add these records to your DNS as TXT to make sure they work….
You can use this for anything really, but I use it for setting a shipping insurance fee on checkout. Pretty simple really. (1) Add a hidden product with the value (dollar amount) (2) Save the hidden product and get the product ID (3) Change ID and Costs in…
Some themes using material UI’s tend to remove the boxes around WooCommerce’s input boxes. Especially the Qty indicators on checkout. Use this code to add it back in if users are missing it: .woocommerce .cart .quantity input.qty { border: #e0e0e0 solid 1px !important; }
Got a couple hundred products and they are all the same size, width and height? Set the default in the functions and forget about it. You also can enter any size, width or height to override the default. /** * Snippet to set default weight and Dimension if…
I love the Salient WordPress Theme. I’ve pretty much been able to hack the heck out of it to get it to do anything I want it to. Here are some notes to myself, incase anyone else is interested. Wider Drop Down Menus /* wider drop down menu…
No matter whether you’re on a desktop, tablet, or mobile device, you increasingly expect a website to load quickly. Google cares a lot about speed too. In an attempt to help improve the quality of its search experience, Google has used load times as a positive ranking signal…