Sometimes PhotoShop throws an error and tells me that can it can not place a document that I'm dragging into another document because the current document has an input-only color profile. Do you have this problem too? If yes, read on to learn how to easily address this warning.
Why I often ask my clients for their Public IP addresses and other IP questions
There are several reasons that I often ask my small business owner clients for their IP addresses including filtering in Google Analytics tracking, whitelisting in WordPress limited login plugin and even adding to to SPF DNS records.
CSS trick for removing unwanted horizontal scroll bars
Have you ever noticed in your browser window that there's an unintended horizontal scroll bar, or maybe on your iPhone, that there's an unexpected horizontal dark line that shows up when you touch the screen? Well, that means your content is wider than the viewport, and there are easy ways to fix this.
Display the first word of a variable in Statamic
Explore coding solutions for displaying the first word in a form field or variable by using PHP explode or a Regex Replace alternative in your Statamic CMS websites.
Stylize what document thumbnails look like
Creating image thumbnails on a website used to be a manual PhotoShop process, but now there are many ways to do this right in the code! Learn how to write custom CSS or use classes from Tailwind or Bootstrap.
Fix a white, blank Widget page on your older WordPress website
Sometimes for one reason or another, you're unable to update your current WordPress release. This can cause your site's Widget area to stop being displayed with the WordPress admin panel. In fact, your Widget page may display as a white, blank page. If this is your situation, then I have a solution for you.
Pinterest Pin size: does the perfect size exist?
Your Pinterest pins are displayed best when you use a 2:3 ratio for your pins. That's a vertical rectangle, ideally 1000 x 1500 pixels.
What are the URLs of default Woocommerce pages?
The popular ecommerce plugin for WordPress, Woocommerce, creates four default pages on your site. I recently needed to know these URLs in order to block Google Ads from being served on my Woocommerce shop pages. It took a few minutes to figure out what pages I needed to add to the Google Ad Exclude list, so I created this list to help someone else in the same situation. To note, I also excluded...
Fixing Mobile Usability Issues detected from Google Search Console
If you've registered your website with Google Search Console, then periodically you may receive emails notifying you when Mobile Usability issues have been detected. A notification may look similar to the screenshot below. They often highlight common errors such as "Text too small to read," "Clickable elements too close together," or "Content wider than screen."
How to add a WordPress code snippet to your header and footer
Inserting a script or piece of code, known as a WordPress code snippet, into the header or footer of your website is a very common request. Here's how to do it.

