Plugin info

Total downloads: 1,919
Active installs: 10
Total reviews: 1
Average rating: 5
Support threads opened: 0
Support threads resolved: 0 (0%)
Available in: 1 language(s)
Contributors: 1
Last updated: 10/6/2018 (2643 days ago)
Added to WordPress: 8/11/2016 (9 years old)
Minimum WordPress version: 4.5.0
Tested up to WordPress version: 4.9.28
Minimum PHP version: f

Maintenance & Compatibility

Maintenance score

Possibly abandoned • Last updated 2643 days ago • 1 reviews

22/100

Is CM CSS Columns abandoned?

Possibly abandoned (last update 2643 days ago).

Compatibility

Requires WordPress: 4.5.0
Tested up to: 4.9.28
Requires PHP: f

Languages

Similar & Alternatives

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

CSS Columns
Rating 0.0/5 (0 reviews)Active installs 60
Image Hover Effects For WPBakery Page Builder
Rating 4.3/5 (14 reviews)Active installs 3,000
Easy Textillate
Rating 4.8/5 (15 reviews)Active installs 2,000
Animated Blocks on Scroll
Rating 5.0/5 (8 reviews)Active installs 2,000
Nice page transition
Rating 4.2/5 (6 reviews)Active installs 2,000
Progress Bar
Rating 5.0/5 (24 reviews)Active installs 1,000

Description

The plugin offers different shortcodes to use the CSS3 Multiple Columns.
For better user experience it includes an integration into the visual editor. You can enter all attributes with the help of dialogs, so you don’t need to write the shortcodes by hand.

The plugin simply wraps the enclosed content into a container and defines according CSS rules.
The attributes for the shortcodes and examples you can find under “Other Notes”.

All default values can be changed in the settings page. With saving the settings a static CSS file is written and included for better performance.

Shortcodes

Here is the list of shortcodes with the corresponding attributes:

[css_columns]

This is an enclosing shortcode to distribute content into a CSS3 multiple columns layout. As content you can use any complex markup. A div-Tag with CSS classes and default definitions is used to wrap the content. The default values for the attributes can be changed in the settings page of the plugin.

Possible attributes:

Example:

[css_columns gap=30px width=120px count=3 rule_color="#000000" rule_style=solid rule_width=medium]
.... here goes the complex content ....
[/css_columns]

[css_col_span]

This is an enclosing shortcode, which only can be used within the [css_columns] shortcode. You can define content, which spans over multiple columns.

Possible attributes:

  • cols – Specifies how many columns an element should span across. Same values like column-span on w3schools.com
  • tag – Specifies the tag used for wrapping the spanning content, e.g. span, h2, div, …

Example:

[css_col_span cols=2 tag=div]
... here goes the spanning content ....
[/css_col_span]

[css_no_break]

This is an enclosing shortcode, which only can be used within the [css_columns] shortcode. You can define content, which never breaks into different columns. WARNING Feature is not supported by Firefox yet!

Possible attributes:

  • type – Specifies whether a page break is allowed inside a specified element. Same values like page-break-inside on w3schools.com
  • tag – Specifies the tag used for wrapping the non breaking content, e.g. span, h2, div, …

Example:

[css_no_break type=avoid tag=div]
... here goes the non-breakable complex content ....
[/css_no_break]

Installation

  1. Extract and upload cm-css-columns.zip to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu in WordPress.
  3. Use the shortcodes in the editor.

Frequently Asked Questions

Do I have to use shortcodes?

No. You can also use the dialogs to insert the shortcode with visual editor.

Review feed

No reviews available

Screenshots

  1. settings page to define the default attribute values

    settings page to define the default attribute values

  2. marked content in Visual Editor and opening the shortcode menu

    marked content in Visual Editor and opening the shortcode menu

  3. attribute dialog for inserting [css_columns] shortcode in Visual Editor

    attribute dialog for inserting [css_columns] shortcode in Visual Editor

  4. Visual Editor after inserting the shortcode with default values

    Visual Editor after inserting the shortcode with default values

  5. Frontend rendering result

    Frontend rendering result

Changelog

1.2.1

  • tested in last WordPress versions

1.2.0

  • Added: attributes dialog for [css_col_span]-shortcode
  • Added: attributes dialog for [css_no_break]-shortcode

1.1.1

  • Added: attributes dialog for [css_columns]-shortcode
  • Fixed: generating and including the CSS file with default values

1.1.0

  • Added: menu button in visual editor to wrap selected text with shortcodes

1.0.2

  • Fixed: backend javascript error

1.0.1

  • Fixed: activation/deactivation

1.0

  • initial release version