Mm Plugin: jQuery Responsive Select Menu

jQuery Responsive Select Menu Automatically turn your standard WordPress navigation menus into responsive select / drop-down menus when the screen is below a certain width. Download Now » See Demo » GitHub Repo » jQuery Responsive Select Menu gives you a simple way to make your navigation menus responsive for mobile devices like phones and … Continue reading“Mm Plugin: jQuery Responsive Select Menu”

Mm Plugin: Super Simple Related Posts

Super Simple Related Posts A super simple widget to output related posts based on categories, tags, or custom taxonomies. You get to decide how the posts are related (categories, tags, custom taxonomies), what to show (posts, pages, custom post types), and a whole lot more. Download Now » See Demo » GitHub Repo » The … Continue reading“Mm Plugin: Super Simple Related Posts”

:hover Effects for Mobile

We recently completed a project in which we needed to popup a tooltip-like box when hovering over an element. The :hover CSS pseudo-class works fine in desktop, but not so well on mobile. What ends up happening on mobile is that tapping the target element does indeed pop up the tooltip, but tapping elsewhere on … Continue reading“:hover Effects for Mobile”

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”

Our New Mobile First Child Theme for Genesis 2.0+

Mobile First Genesis 2.0 Child Theme Download our new Mobile First Child Theme for Genesis 2.0. The theme looks and feels identical to the Genesis 2.0 Sample Theme, however it has been optimized with a “Mobile First” approach, meaning faster load times and an overall better experience for mobile users. Download Now » See Demo » … Continue reading“Our New Mobile First Child Theme for Genesis 2.0+”

Add Expanding “Read More” Links to Your WordPress Blog

Here’s a handy jQuery/CSS snippet that adds special “read more” links to expand and hide your WordPress blog posts, accordion style. This is pretty useful if your blog page is spitting out a bunch of long posts, and you’d like to consolidate some space. The code is set to work with default WordPress classes and … Continue reading“Add Expanding “Read More” Links to Your WordPress Blog”

Fake See-Through Backgrounds with CSS

Here’s a little bit of CSS to create a cool “see-through” effect, which is particularly fun when using fixed-position background images. Try scrolling me! Considerations This method utilizes the :after pseudo-element, which doesn’t work so well on inputs, but if you want to apply the same effect to form elements you can just create a lighter/translucent version … Continue reading“Fake See-Through Backgrounds with CSS”

Tech Tip Tuesdays: Output a list of pages that includes/excludes pages based on their title

Hello and welcome to our first Tech Tip Tuesday, MIGHTYminnow’s very own tips & tricks series. Stay tuned for more… WordPress’ native wp_list_pages() function is great for doing just what it sounds like – outputting a clean list of pages with one line of code – but sometimes we need to do more. The following code … Continue reading“Tech Tip Tuesdays: Output a list of pages that includes/excludes pages based on their title”