This plugin hasn’t been tested with the latest 3 major releases of WordPress. It may no longer be maintained or supported and may have compatibility issues when used with more recent versions of WordPress.

SoulMatch

Description

When you’re showing grouped content in rows (e.g. blog posts, products, feature sets), it’s almost inevitable that variations in content lengths will throw off your layout.

SoulMatch helps you equalize the heights of your elements so that everything hangs together nicely, even when the page is resized. Simply provide a CSS selector (class, id, etc.) and the plugin will do the rest.

Screenshots

  • Settings page

Installation

  1. Upload the plugin files to the /wp-content/plugins/soulmatch directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings -> SoulMatch screen to configure the plugin

FAQ

Installation Instructions
  1. Upload the plugin files to the /wp-content/plugins/soulmatch directory, or install the plugin through the WordPress plugins screen directly.
  2. Activate the plugin through the ‘Plugins’ screen in WordPress
  3. Use the Settings -> SoulMatch screen to configure the plugin
How do I make this plugin work?

Go to WP Admin > Settings > SoulMatch and define CSS selectors for the elements you want to equalize.

Reviews

There are no reviews for this plugin.

Contributors & Developers

“SoulMatch” is open source software. The following people have contributed to this plugin.

Contributors

Translate “SoulMatch” into your language.

Interested in development?

Browse the code, check out the SVN repository, or subscribe to the development log by RSS.

Changelog

0.1.1

  • add .filter(‘:visible’) for better matching
  • add a hook to re-match on window resize event

0.1.0

  • first version to be submitted to wordpress.org