Column Shortcodes

Wordpress Plugin
Download latest - 1.0.1

Developers

tschutter

Download Stats

Today 184
Yesterday 289
Last Week 1,853
All Time 588,640
Banner 772x250


Releases (15 )

Version Release Date Change Log
1.0.1 2020-08-14
  • [Fixed] Hotfix for WordPress 5.5
1.0 2018-02-13
  • [Fixed] Compatible with WordPress 4.8
  • [Fixed] Padding generator will automatically add 'px' to numbers
  • [Added] Added filter to hide banner add_filter( 'cpsh_show_banner', '__return_false' );
  • [Improved] UI improvements for better readability
0.6.9 2016-09-15
  • [Fixed] Rollback of the auto paragraphs. Too much conflicts with other shortcodes
0.6.8 2016-09-12
  • [Fixed] use wpautop() to wrap content in paragraphs when needed
0.6.7 2016-09-09
  • [Fixed] Paragraphs are added to the columns
0.6.6 2015-01-08
  • [Fixed] Swapped images for 5/6 columns
0.6.5 2014-08-14
  • added filter to prevent loading of frontend styles: add_filter( 'cpsh_load_styles', '__return_false' );
  • added 5/6 column;
0.6.4 2014-08-14
  • updated icon for WP3.8
0.6.3 2013-11-14
  • updated languages
0.6.1 2013-06-07
  • fixed jquery.cookie.js issue where in some cases the server would reject it
  • added filter for hiding certain column shortcodes from view.
0.6 2013-05-22
  • added Danish translation ( thanks to Mads Rosendahl )
  • added full width column
  • updated css template for margins ( thanks to intheshallow )
  • added responsive CSS for devices with a max-width viewport of 600pixels
0.4 2013-01-23
  • added improvements made for inclusion on WordPress.com VIP ( thanks to danielbachhuber )
  • added WordPress coding conventions ( see http://codex.wordpress.org/WordPress_Coding_Standards )
  • added fix for script and style loading
0.3 2013-01-22
  • added RTL support and Hebrew language ( thanks to Rami Yushuvaey )
  • added Slovak translation ( thanks to Branco from WebHostingGeeks )
0.2 2012-10-29
  • added french and spanish language ( thanks to Mikel Aralar )
  • improved script loading
  • shortcodes HTML-view buttons hidden by default. Enable them by adding this to your functions.php: add_filter('add_shortcode_html_buttons', '__return_true' );
0.1 2012-08-02
  • Initial release.