Blog
Insights &
inspiration
Thoughts on design, development, and building digital experiences that matter.
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 …
Contact Form 7 – The specified value does not conform to the required format, “yyyy-MM-dd
If you have something like this shortcode for a date input on contact form 7: [date date-375 step:7 class:required …
Get Google reviews & display in HTML
So I noticed a lot of people looking for something that just outputs the Google reviews onto your site from your Google …
Remove Flamingo Spam messages Contact Form 7 WordPress (using SQL)
Remove Flamingo Spam messages Contact Form 7 WordPress (using SQL) Okay so this one is something I can see a lot of …