If you use the a3 Lazy Load WordPress plugin with a Genesis theme, you may notice an issue with lazy loading of Genesis archive images. Single post images are lazy loaded correctly. Images on archive pages are not. Here’s the code to fix this issue.
Fixing a3 Lazy Load For WooCommerce Archive Images
If you use the a3 Lazy Load plugin on a WooCommerce shop, you may notice that while images on single product pages are nicely lazy loaded, the lazy-loading feature just doesn’t work on archive pages. This article contains code to fix the problem.
Modify bbPress Roles To Allow Participants Trash Their Own Topics And Replies
Code snippet for modifying bbPress forum participants capabilities. With this snippet active, your forum participants will be able to trash (but not delete) their own topics and replies.
The State Of Lazy-Loading – Why You Should Go Native
Google announced in April 2019 that Chrome will start supporting native lazy-loading of images. Lazy-loading offers speed boosts to image-heavy sites. Are you still using traditional lazy-loading options on your site? Here’s why you should go native.
Installing PowerShell And Azure PowerShell On Ubuntu
For quite some time now, PowerShell has been cross-platform. This means you can now use it on Mac OS and on the many different flavors/distributions of Linux. Here’s how to install PowerShell Core followed by Azure PowerShell on your Ubuntu machine.
PHP Sitemap Crawler For Full Page Cache Warming
Most webmasters know that caching is important for page speed. But not a lot is said about cache warming which is just as important. Here’s how to warm up your site cache by crawling your sitemap using cURL. The code can be run from a Linux Cron job.