Plugin info

Total downloads: 1,361
Active installs: 10
Total reviews: 0
Average rating: 0
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/30/2015 (3715 days ago)
Added to WordPress: 10/30/2015 (10 years old)
Minimum WordPress version: f
Tested up to WordPress version: 4.1.42
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 3715 days ago

20/100

Is Simple Columnizer abandoned?

Possibly abandoned (last update 3715 days ago).

Compatibility

Requires WordPress: f
Tested up to: 4.1.42
Requires PHP: f

Similar & Alternatives

Explore plugins with similar tags, and compare key metrics like downloads, ratings, updates, support, and WP/PHP compatibility.

No similar plugins found yet.

Description

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.

Installation

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

Frequently Asked Questions

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.

Review feed

No reviews available

Screenshots

  1. Drag & Drop Columnizer widget.

    Drag & Drop Columnizer widget.

  2. Add column informations.

    Add column informations.

  3. Example : Preview on the page.

    Example : Preview on the page.

Changelog

No changelog available