{"id":31078,"date":"2014-08-11T07:40:34","date_gmt":"2014-08-11T07:40:34","guid":{"rendered":"https:\/\/wordpress.org\/plugins-wp\/bamboo-columns\/"},"modified":"2018-03-02T12:05:04","modified_gmt":"2018-03-02T12:05:04","slug":"bamboo-columns","status":"closed","type":"plugin","link":"https:\/\/wordpress.org\/plugins\/bamboo-columns\/","author":13989670,"comment_status":"closed","ping_status":"closed","template":"","meta":{"version":"1.6.1","stable_tag":"1.6.1","tested":"5.0.25","requires":"3.0.1","requires_php":"","requires_plugins":"","header_name":"Bamboo Columns","header_author":"Bamboo Mcr","header_description":"","assets_banners_color":"828571","last_updated":"2018-03-02 12:05:04","external_support_url":"","external_repository_url":"","donate_link":"https:\/\/www.bamboomanchester.uk","header_plugin_uri":"https:\/\/www.bamboomanchester.uk\/wordpress\/bamboo-columns","header_author_uri":"https:\/\/www.bamboomanchester.co.uk","rating":4.6,"author_block_rating":0,"active_installs":800,"downloads":22359,"num_ratings":0,"support_threads":1,"support_threads_resolved":0,"author_block_count":0,"sections":["description","installation","changelog"],"tags":[],"upgrade_notice":[],"ratings":{"1":"1","2":0,"3":0,"4":0,"5":"8"},"assets_icons":{"icon-128x128.png":{"filename":"icon-128x128.png","revision":"1832176","resolution":"128x128","location":"assets"},"icon-256x256.png":{"filename":"icon-256x256.png","revision":"1832176","resolution":"256x256","location":"assets"}},"assets_banners":{"banner-1544x500.png":{"filename":"banner-1544x500.png","revision":"1832176","resolution":"1544x500","location":"assets"},"banner-772x250.png":{"filename":"banner-772x250.png","revision":"1832176","resolution":"772x250","location":"assets"}},"assets_blueprints":{},"all_blocks":[],"tagged_versions":["1.2","1.3","1.4","1.5","1.6","1.6.1"],"block_files":[],"assets_screenshots":[],"screenshots":[]},"plugin_section":[],"plugin_tags":[854,4036,357],"plugin_category":[43],"plugin_contributors":[80602],"plugin_business_model":[],"class_list":["post-31078","plugin","type-plugin","status-closed","hentry","plugin_tags-columns","plugin_tags-layout","plugin_tags-shortcodes","plugin_category-customization","plugin_contributors-bamboosolutions","plugin_committers-bamboosolutions"],"banners":[],"icons":{"svg":false,"icon":"https:\/\/s.w.org\/plugins\/geopattern-icon\/bamboo-columns_828571.svg","icon_2x":false,"generated":true},"screenshots":[],"raw_content":"<!--section=description-->\n<p>This plugin provides several shortcodes for organising your content into multi-column layouts. It supports two, three and four column layouts and allows for content to span multiple columns if required.<\/p>\n\n<p>Usage<\/p>\n\n<p>Insert the required shortcodes into your content as follows:<\/p>\n\n<p>2 column layout:<\/p>\n\n<pre><code> [column-half-1]\n First column of content\n [\/column-half-1]\n [column-half-2]\n Second column of content\n [\/column-half-2]\n<\/code><\/pre>\n\n<p>3 column layout:<\/p>\n\n<pre><code> [column-third-1]\n First column of content\n [\/column-third-1]\n [column-third-2]\n Second column of content\n [\/column-third-2]\n [column-third-3]\n Third column of content\n [\/column-third-3]\n<\/code><\/pre>\n\n<p>4 Column layout:<\/p>\n\n<pre><code> [column-quarter-1]\n First column of content\n [\/column-quarter-1]\n [column-quarter-2]\n Second column of content\n [\/column-quarter-2]\n [column-quarter-3]\n Third column of content\n [\/column-quarter-3]\n [column-quarter-4]\n Fourth column of content\n [\/column-quarter-4]\n<\/code><\/pre>\n\n<p>If you want content to span multiple columns you can combine the shortcodes to create a column spans multiple spaces, for example:<\/p>\n\n<pre><code> 1 Third \/ 2 Thirds\n\n [column-third-1]\n First column of content\n [\/column-third-1]\n [column-third-2-3]\n Second column of content that spans the second and third columns\n [\/column-third-2-3]\n\n 1 Quarter \/ 2 Quarters \/ 1 Quarter\n\n [column-quarter-1]\n First column of content\n [\/column-quarter-1]\n [column-quarter-2-3]\n Second column of content that spans the second and third columns\n [\/column-quarter-2-3]\n [column-quarter-4]\n Third column of content that occupies the fourth quarter column\n [\/column-quarter-4]\n<\/code><\/pre>\n\n<p>If you need to embed a set of columns within a column, you can do so by adding 'inner-' to the shortcode as follows:<\/p>\n\n<pre><code> [column-half-1]\n      Some Text\n      [inner-column-half-1]\n           Some more text\n      [\/inner-column-half-1]\n      [inner-column-half-2]\n           Even more text\n      [\/inner-column-half-2]\n [\/column half 1]\n [column-half-2]\n      The final text\n [\/column-half-2]\n<\/code><\/pre>\n\n<p>You can also change the background colour of a colour by adding an attribute to the shortcode as follows:<\/p>\n\n<pre><code> [column-half-1 background=\"e8e8e8\"]\n<\/code><\/pre>\n\n<!--section=installation-->\n<p>This section describes how to install the plugin and get it working.<\/p>\n\n<p>e.g.<\/p>\n\n<ol>\n<li>Upload <code>noodle-columns<\/code> to the <code>\/wp-content\/plugins\/<\/code> directory<\/li>\n<li>Activate the plugin through the 'Plugins' menu in WordPress<\/li>\n<\/ol>\n\n<!--section=changelog-->\n<h4>1.6.1<\/h4>\n\n<ul>\n<li>Tested in WP4.7. Code refactored and rebrand.<\/li>\n<\/ul>\n\n<h4>1.6<\/h4>\n\n<ul>\n<li>Updated CSS delivery to help improve Google PageSpeed scores<\/li>\n<\/ul>\n\n<h4>1.5<\/h4>\n\n<ul>\n<li>Added inner column functionality, allowing columns within columns.<\/li>\n<\/ul>\n\n<h4>1.4<\/h4>\n\n<ul>\n<li>Makes use of the non-blocking CSS method provided by Bamboo themes if available.<\/li>\n<\/ul>\n\n<h4>1.3<\/h4>\n\n<ul>\n<li>Added 'background' shortcode attribute<\/li>\n<\/ul>\n\n<h4>1.2<\/h4>\n\n<ul>\n<li>Rebrand from Noodle to Bamboo<\/li>\n<\/ul>\n\n<h4>1.1<\/h4>\n\n<ul>\n<li>Fixed issue caused by new lines between shortcodes<\/li>\n<\/ul>\n\n<h4>1.0<\/h4>\n\n<ul>\n<li>Initial version.<\/li>\n<\/ul>","raw_excerpt":"This plugin provides several shortcodes for organising your content into multi-column layouts. It supports two, three and four column layouts.","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin\/31078","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin"}],"about":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/types\/plugin"}],"replies":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/comments?post=31078"}],"author":[{"embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wporg\/v1\/users\/bamboosolutions"}],"wp:attachment":[{"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/media?parent=31078"}],"wp:term":[{"taxonomy":"plugin_section","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_section?post=31078"},{"taxonomy":"plugin_tags","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_tags?post=31078"},{"taxonomy":"plugin_category","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_category?post=31078"},{"taxonomy":"plugin_contributors","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_contributors?post=31078"},{"taxonomy":"plugin_business_model","embeddable":true,"href":"https:\/\/wordpress.org\/plugins\/wp-json\/wp\/v2\/plugin_business_model?post=31078"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}