If you are looking for a nice and simple lightbox implementation, you should really give simplebox.js a try. The actual result: Neat, right? No plugin, minimal maintenance (and overhead) – it just works, what else can you ask for? How it’s done First download the simplebox.js files and upload them to your child theme (you are […]
Kategori: WordPress
Kategorier
Lazy load CSS in WordPress
When using Google PageSpeed Insights you might be presented for opportunities to speed up your application. Most likely, amongst those opportunities there will be a suggestion to: Eliminate render-blocking resources A solution to this is to lazy (or asynchronous) load your Style Sheets (CSS). This can be achieved by this piece of code in your themes functions.php […]