X

BLOG

How to add WP’s customizer CSS into the classic editor

Recently, a newly acquired client needed the styling from the Customizer's custom CSS to show in the classic editor (TinyMCE).…

Mervyn Booth

How to reveal the footer from under the content, using position sticky

Once upon a time, a challenge like this, where you want to reveal a footer when the end of the…

Mervyn Booth

How to fix the PhpStorm error, “The IDE cannot create the directory”, in under a minute

On a couple of occasions, I've encountered a very annoying issue where PhpStorm will not open. Instead of opening it…

Mervyn Booth

How to import and export all WordPress users using WP CLI

Like everything with WordPress, there's usually a plugin to help, but we don't need one to import users as WP…

Mervyn Booth

How to make position sticky work in Safari

To make position sticky work in Safari make the sticky element a block and make a parent relative.

Mervyn Booth

The awesome Delicious Brains team acquire ACF & ACF Pro!

So, ACF, one of the best developer plugins of the last century, is now part of the Delicious Brains family.…

Mervyn Booth

How to create a Live Template in PHPStorm and WebStorm

Use Live Templates to create custom code snippets that you can quickly insert into your code by typing a custom…

Mervyn Booth

3 Ways to Improve PageSpeed by Moving jQuery to the Footer of a WordPress site.

Here's how to improve your site's rating on Google's PageSpeed by moving render-blocking jQuery to the footer. If you've ever…

Mervyn Booth

How to create a horizontally scrolling section with 2 rows using CSS grid

Creating horizontal scrolling of multiple rows with display: grid is easy. CSS grid provides powerful layout options to help achieve…

Mervyn Booth

How to Use WebP Images With Modern Browsers

WebP is the next generation image file type. WebP images are comparatively smaller file sizes. See how you can use…

Mervyn Booth

This website uses cookies.