Blog
Insights &
inspiration
Thoughts on design, development, and building digital experiences that matter.
Quickly get to folders in CMD
When jumping around different folders in the CMD line, I’ve found using AutoHotKey really handy. Below are three scripts …
Woocommerce shop item title class & html
This is a quick one but useful… Say you want to change the default H3 title to a P class and add a few classes. Simply …
Equal heights of elements with Vanilla js in Shopify
This function (original from CSS-tricks) helps to equalise the heights of anything, especially useful in a loop. So in …
Real Quick Gulp SCSS to CSS setup for small project
Ever wanted to just quickly squish SCSS into your small project? It’s node so there is a bit of faffing and cramming …
Timestamp on your CSS and JS in Functions file in WordPress
I’ve been trying to debug on XCode and the caching is very persistent….here’s a quick function to add to your functions …
MP4 Video embed that actually works on iPhone
If you’re inclined to design or get designs with mp4s embedded in them, you’ll know that iPhone starts crying a lot of …
Collection dropdown filter for Shopify
Heyo, I found this wasn’t too easy to find any help on so I just built my own function and thought I would put it up …
Bolt CMS migrate whole site
Hey, so I am using Bolt again to build a website – there are lots of reasons why you might do this, and here are a few …
Close all ACF field panels
ACF fields – one of the handiest WordPress plugins of all? Well I use it a lot, and th einternal WP pages can get a bit …
.htaccess: redirect www, force https and remove .php
Force http to https, force www to non-www and remove the file extension for .php on urls If you are using WordPress then …
Coronavirus / Covid-19 WordPress alert plugin
Hear me now, Lockdown Legion. Okay, so a lot of clients are asking for some sort of notification on their sites about …
Embed Youtube vids – quick setup
Okay real quick – this is a whittled down bit of started code from the Youtube docs. But I do find myself searching …