=== Plugin Name === Contributors: Chad Hovell Donate link: https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=ZH6R884G8K9WQ Tags: admin, column, columns, edit, editor, layout, post, page, screen, screenoptions, sidebar, third, three Requires at least: 3.4 Tested up to: 4.0 Stable tag: 2.0 License: GPLv2 or later License URI: http://www.gnu.org/licenses/gpl-2.0.html Extra screen layouts for the post editor. == Description == Select extra layouts from the post editor Screen Options menu: * One column: full width * Two columns: main, sidebar * Two columns: equal width * Three columns: equal width * Three columns: main, auto, sidebar * Three columns: main, sidebar, sidebar * Three columns: below main, sidebar * Three columns: below main, equal * Three columns: below main, leftbar == Installation == 1. Upload and Activate 1. Edit a post or page 1. Open the Screen Options menu 1. Select a layout == Frequently Asked Questions == = How does it work? = This plugin manipulates the PHP output buffer to reveal a hidden third drop target, and uses stylesheets for new three-column layouts. = The third column is not appearing, or the layout is not as the icon suggests? = All layouts are fully responsive, with columns wrapping on narrower windows. For example: the "Three Columns, Equal Width" layout needs a browser window at least 1750px wide to show all three columns. = The plugin is active but there are no extra screen options? = First make sure you are editing a post or page. Next ensure your browser window is wide enough to show at least two columns, as wordpress automatically hides these screen options if the window is too narrow. = I see no extra layout icons, just the default radio controls for two columns? = This plugin relies on default html elements to be present for it to reveal the third column. Other plugins may alter the editor output before its had a chance to locate them, in which case this plugin will quietly do nothing. = I can't drop panels in the third column, there is no drop target outline? = Try dragging the panel to the top of the column, or over the last panel in that column. This is default wordpress behaviour - sometimes you just need to nudge it a little! = What happens if I disable the plugin with editor panels still in the third-column? = They will appear under the main editor column, where the hidden drop target usually resides. == Screenshots == 1. Screen layout options, nine to choose from 2. Post edit screen, "Three Columns, Equal Width" layout == Changelog == = 2.0 = * Now works completely in PHP, requiring zero Javascript * Additional layouts * Icons for screen options * Fixed wysiwyg overflow in older WP versions = 1.0 = * Checks WP version before applying * Fixed problem where you couldn't drag metaboxes onto the sidebar * Postbox is hidden until new column is ready = 0.1 = * First release == Upgrade Notice == = 2.0 = Additional layouts, new icons, no Javascript = 1.0 = Bugfix = 0.1 = First release