Este plugin no se ha probado con las últimas 3 versiones mayores de WordPress. Puede que ya no tenga soporte ni lo mantenga nadie, o puede que tenga problemas de compatibilidad cuando se usa con las versiones más recientes de WordPress.

SoulMatch

Descripción

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.

Capturas

  • Settings page

Instalación

  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

Preguntas frecuentes

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.

Reseñas

No hay reseñas para este plugin.

Colaboradores y desarrolladores

Este software es de código abierto. Las siguientes personas han contribuido a este plugin.

Colaboradores

Traduce “SoulMatch” a tu idioma.

¿Interesado en el desarrollo?

Revisa el código, echa un vistazo al repositorio SVN o suscríbete al registro de desarrollo por RSS.

Registro de cambios

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