Combating automated spam and human spam in Gravity Forms submissions

Spam is one of the banes of the internet. 🙁 Here are some quick tips for how to combat automated spam and human spam in Gravity forms submissions. Combating automated spam: Turn on the anti-spam honeypot located in the Advanced Form settings. Edit your form, go to Form Settings (hover over the title/description area and…

New Plugin: Email Text Customizer for WooCommerce

Email Text Customizer for WooCommerce is a simple WordPress plugin allowing you to customize the text of all WooCommerce emails without having to delve into template code. Why Email Text Customizer? I’ve been working with several clients recently who run popular online stores powered by WooCommerce. In all three cases, the site owners wanted to edit…

New Plugin: Iris Color Picker Enhancer

Today I published another simple plugin for WordPress called “Iris Color Picker Enhancer”. The plugins allows you to customise the default color palette used by all instances of Iris Color Picker. It also (optionally) enables Alpha Color (so you can do RGB transparency). Works for all instances of Iris Color Picker on your install – those…

New Plugin: Gift a Product Extension for EDD

Simple extension for Easy Digital Downloads allowing users to ‘gift a product’. Checkbox is added at checkout – when checked, the customer can enter gift recipient name, email and a gift message. There are no plugin settings (for now), simply activate the plugin. Demo Click here for out-of-the-box demo. The shop is in Test mode…

Introducing Rezdy Reloaded… and a little about doing Bookings with WordPress

Today I released my 13th free plugin in the wordpress.org plugin repository – Rezdy Reloaded. The plugin provides an elegant way to integrate Rezdy (popular booking software for tour & activity operators) with WordPress. First up – yes, there are already dozens of bookings and events plugins for WordPress. I’ve worked fairly extensively with (and even favourably…

New Plugin: No Markup Please

Occasionally it’s nice to build something for yourself.  Introducing No Markup Please  The plugin is built to fix an annoyance I have right here on my own blog – quite simply, to limit the amount of code visitors can post in blog comments. This post is a perfect example – the article is all about code,…

Shopp Plugin Fix for WordPress 3.7 Upgrade

If you upgraded to WordPress 3.7 you may find your Shopp storefront has suddenly disappeared. Don’t panic, there’s a simple solution! Add this code to your active theme’s functions.php file // Shopp Plugin Fix for WP 3.7 add_action(‘shopp_storefront_init’, ‘shopp_storefront_wp37_compat’); function shopp_storefront_wp37_compat() { add_filter(‘archive_template’, array(ShoppStorefront(), ‘pages’)); }   Refresh. All fixed? Yay!

Tickera Review

Tickera is a simple event ticketing system which you can use on your WordPress site.  It takes the form of a WordPress plugin, with partner iPhone app.  You can use Tickera to sell tickets to any event directly on your own website with payments processed via Credit Card or PayPal. Tickets with the QR code are sent to buyer…

FetchApp Integration Tutorial

Are you a musician wanting to self distribute your music? This tutorial will help you set up an attractive audio player on your website, with a ‘buy’ button next to each track so customers can purchase your digital music.  Customers will automatically be sent the music track once they have successfully completed checkout using PayPal…

HTML5 jQuery Audio Player Plugin for WordPress

We’ve been hard at work here, developing a new trendy audio player plugin for WordPress. HTML5 jQuery Audio Player lets you add a single audio track or a full playlist to your WordPress site using shortcode. You can customise the colours of the player, and also display ratings, album cover art, and buy/download link if…