I asked a design group I’m part of where they go for website design inspiration, and here are their recommendations, in no specific order:
Let me know if you see something in there worth conversing about!
More posts from themightymo.com
Avada ThemeFusion loads 80+ javascript files on every page! DON’T RECOMMEND!
I inherited a WordPress site using Avada ThemeFusion, and it is experiencing really bad performance issues. After doing lots of my standard bag-of-tricks optimizations to little effect, I decided to simply count the javascript files. To my surprise horror, I found it was loading over 80 javascript files on every single page! (For comparison: themightymo.com…
Why I switched from WPMUDEV’s Defender Pro to WordFence for WordPress Security
A while back, I started using WPMUDEV’s Defender Pro plugin for security on all my WordPress sites. I made a decision this week to switch to WordFence. The conversation was forced on me, because I had a site using Defender Pro that was hacked. I do not blame Defender Pro for the hack, however, this…
How to Preload Font in WordPress Functional Plugin
use a plugin to do a bunch of optimizations on this site, but for some reason, the preloading of fonts is broken. So I rolled my own font preloading function and placed it in my functional plugin (You could also put it in functions.php). Here’s the code.