這個外掛並未在最新的 3 個 WordPress 主要版本上進行測試。開發者可能不再對這個外掛進行維護或提供技術支援,並可能會與更新版本的 WordPress 產生使用上的相容性問題。

Precise Columns

描述

Shortcodes for more precise control of your column layouts. A developers tool to set column responsive behaviour, define column gaps as well as control horizontal/vertical content alignment.

The Screenshots Page will give you a good idea on how this plugin works.

Please view the FAQ Page for more detailed information on how to use this plugin and the Precise Columns shortcode parameters.

螢幕截圖

  • The green Precise Columns icon within the WordPress Visual Editor, and the column layouts presented when clicked.
  • The Precise Columns column options dialog box for a selected column layout.

安裝

  1. Upload the entire precise-columns folder to the /wp-content/plugins/ directory.
  2. Activate the plugin through the ‘Plugins’ menu within the WordPress Dashboard.

When editing pages, posts or other custom post types, you will now see the green Precise Columns icon within the Visual Editor. Click this icon to create and insert Precise Columns shortcodes.

常見問題

What are the `precise-columns` shortcode paramters
  • break – this defines the responsive breakpoints for your column layout. break='959,479' used with the col4 shortcode means your 4-column layout will switch to two rows of two columns when your window resolution is 959 pixels or lower. And your 4-column layout will switch to fours rows of one column each when your window resolution is 479 pixels or lower.
  • gap – this defines the gap/space between each column in your column layout. gap='3,5,8' means that in 4-column mode the gap between each column is 3% of your page/container width. In 2-column mode the gap between each column is 5% of your container width, and in 1-column mode the gap between each column is 8% of your container width.
  • wrap_padd – this defines padding space around your entire column layout. wrap_padd='4,2' means that above and below your column layout there will be a padding of 5% of your container/page width. There will also be padding left and right of your column layout of 2%.
  • align – defines how the content within each column is aligned horizontally. align='center' means content is center-aligned horizontally. Other options are ‘left’ and ‘right’.
  • valign – defines how the content within each column is aligned vertically. align='middle' means content is aligned vertically in the middle of each column. Other options are ‘top’ and ‘bottom’.
  • wrap_id – can be used to define a custom CSS #ID for your column layout wrapper. This is useful if you want to add your own custom CSS style to your column layout
  • strip_tags – use this to remove any ‘paragraph’ and ‘break’ tags defined within your column layout. This feature will allow you to layout your shortcode content within the WordPress Visual Editor to be visibly more readable by other users.

評價

There are no reviews for this plugin.

貢獻者及開發者

“Precise Columns” 是一個開源的軟體。以下的人對這個外掛作出了貢獻。

貢獻者

將 Precise Columns 外掛本地化為台灣繁體中文版。

對開發相關資訊感興趣?

任何人均可瀏覽程式碼、查看 SVN 存放庫,或透過 RSS 訂閱開發記錄

修改日誌

1.0

  • Initial release of this plugin.