Mm Plugin: HTML5 Placeholder Polyfill

MIGHTYminnow is proud to announce our new plugin: HTML5 Placeholder Polyfill! The plugin adds placeholder support for older browsers like Internet Explorer 7/8/9 and Opera Mini which don’t support placeholders natively. We simply took Mathias Bynens’ amazing jQuery placeholder polyfill and bundled it as a WordPress Plugin – the jQuery itself is widely used and … Continue reading“Mm Plugin: HTML5 Placeholder Polyfill”

How to Make a Custom jQuery WordPress Plugin

We love jQuery. A lot. And we use it a lot too. In fact, on pretty much every site we build, we utilize a common set of basic jQuery snippets that do some handy things (opening external links in a new window, adding helpful classes to list elements, labeling links based on there “href” attributes, … Continue reading“How to Make a Custom jQuery WordPress Plugin”

Custom Excerpt Placeholder for Events Manager

This PHP snippet creates a #_CUSTOMEXCERPT placeholder to be used with the Events Manager plugin. Just throw it in functions.php, and you can then use #_CUSTOMEXCERPT in place of #_EVENTEXCERPT in your event/list templates. The snippet has two variables you may wish to edit: $strip_HTML – whether or not to remove HTML tags from the … Continue reading“Custom Excerpt Placeholder for Events Manager”