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.

Simple Columnizer

Descripción

Simple columnizer create “Widget Area” with name “Columnizer Widget Area” in admin section with Drag & Drop “Columnizer” widget. You can generate number of columns. Place short code where you want. Short code available to you after save the widget.

Capturas

  • Drag & Drop Columnizer widget.
  • Add column informations.
  • Example : Preview on the page.

Instalación

  1. Upload simple-columnizer to the /wp-content/plugins/ directory
  2. Activate the plugin through the ‘Plugins’ menu in WordPress

Preguntas frecuentes

How add new style?

$style2 = array(
‘style 2’ => array(
‘container_wrapper_start’ => ‘

‘,
‘container_wrapper_end’ => ‘

‘,
‘icon_wrapper_start’ => ”,
‘icon_wrapper_end’ => ”,
‘title_wrapper_start’ => ‘

‘,
‘title_wrapper_end’ => ‘

‘,
‘content_wrapper_start’ => ‘

‘,
‘content_wrapper_end’ => ‘


)
);

apply_filters('responsive_style_filter', $style2);

add in functions.php or in plugin file.

How add new classes?

$column_classes = array(
“Custom Classes” => array(
‘col-lg-1’,
‘col-lg-2’
)
);
apply_filters(‘columnizer_column_classes_filter’, $column_classes);

add in functions.php or in plugin file.

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 "Simple Columnizer" 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.