Recently I set up a demo site for one of my plugins (Conditional Woo Checkout Field Pro). On the demo site I am using Ninja Demo, which is a great plugin for letting potential customers spin up quick preconfigured demo sites to try out a plugin. The plugin has a few steps I wanted to […]
Blog
Add Custom WordPress Image Sizes
WordPress comes with four default image sizes: thumbnail, medium, large, and full-size. Those are good for most purposes, but on occasion you might want to have another size image to fit a certain area on your site. This tutorial will show you how to add custom WordPress image sizes that you can work with in […]
Install Free Let’s Encrypt SSL Certificates on WP Engine
Learn how to install free Let’s Encrypt SSL certificates on WP Engine in under 5 minutes. Your site needs to be secured with an SSL certificate!
Get & Set Height of Divs
I have a plugin with a number of content boxes on the plugin’s main page. The way the plugin is set up, other developers can add new boxes, or remove existing boxes. And I wanted to allow the boxes to be responsive so when viewed on smaller devices the user wouldn’t have to scroll across […]
Searchable Dropdown in WordPress Plugins
There are a lot of plugins that include some sort of select/option drop-down menu. Some of these plugins only have a handful of options to choose from, so leaving them as a pull-down menu is probably fine. Other plugins can potentially have a lot of options (think of a list of site users, posts, or […]