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

Lightweight Grid Columns

描述

Lightweight Grid Columns are super easy to use! Install and activate the plugin, then look for the columns icon within your TinyMCE toolbar (see screenshots).

Specify your desired desktop, tablet and mobile widths of the columns, add your content and then insert your shortcode into your content.

Lightweight Grid Columns uses the awesome Unsemantic Framework: (http://unsemantic.com/)

Check out GeneratePress, our awesome WordPress theme! (https://wordpress.org/themes/generatepress)

Features include:

  • Desktop grid width
  • Tablet grid width
  • Mobile grid width
  • Add custom classes
  • Add custom inline styles
  • Equal height columns

螢幕截圖

  • The columns icon in your TinyMCE editor.
  • The options inside the columns shortcode generator.
  • A look at some awesome columns!

安裝

There’s two ways to install Lightweight Grid Columns.

  1. Go to “Plugins > Add New” in your Dashboard and search for: Lightweight Grid Columns
  2. Download the .zip from WordPress.org, and upload the folder to the /wp-content/plugins/ directory via FTP.

In most cases, #1 will work fine and is way easier.

常見問題

How do I add the shortcodes?
  • Make sure Lightweight Grid Columns is activated.
  • While editing your post or page, go into the “Visual Editor”.
  • Look for the columns icon (see screenshots tab).
  • Choose your desktop, tablet and mobile grid widths.
  • If you’re adding the last column in a row, check the “Last” checkbox (this is important).
What if I don’t want to use the TinyMCE button?

Fair enough! Simply add the shortcode to your content.

For example, the below will output 4 columns on desktop, 2 columns on tablet and 1 column on mobile

[lgc_column grid="25" tablet_grid="50" mobile_grid="100"]Some content[/lgc_column]

[lgc_column grid="25" tablet_grid="50" mobile_grid="100"]Some content[/lgc_column]

[lgc_column grid="25" tablet_grid="50" mobile_grid="100"]Some content[/lgc_column]

[lgc_column grid="25" tablet_grid="50" mobile_grid="100" last="true"]Some content[/lgc_column]

Take note of our last column – see the last=”true” part? Don’t forget 😉

What are my options for percentages?

This is taken directly from (http://unsemantic.com):

There are grid classes named grid-x where “x” is a number that represents the percentage width of each grid unit. These cover multiples of 5, up to 100 (grid-5, grid-10 … grid-95, grid-100). There are also classes for dividing a page into thirds: grid-33 and grid-66 which are 33.3333% and 66.6667% wide, respectively.

Are there any other options I can use in the shortcode?

Yes!

You can use:

class

[lgc_column grid=”25″ tablet_grid=”50″ mobile_grid=”100″ class=”push-25″]Some content[/lgc_column]

style

[lgc_column grid=”25″ tablet_grid=”50″ mobile_grid=”100″ style=”padding-left:0px;”]Some content[/lgc_column]

equal_heights

By default, JS equal heights are set to “true”.

[lgc_column grid="25" tablet_grid="50" mobile_grid="100" equal_heights="true"]Some content[/lgc_column]

評價

2020年1月2日
The admin bar breaks upon installation and activation of this plugin. If you're having similar issues, deactivate to troubleshoot.
2019年10月9日
плагин шикарен, как и все творения Тома!
2019年8月11日
The plugin does exactly what it is designed to do. Does it without all the bloat too. I use the classic editor and absolutely love this plugin:) Seems many are trying to make it over complicated. Just follow the instructions folks... I do no use Gutenburg and will not until it matures. Maybe at that time this plugin would make a great block for Gutenburg. Thank you Tom for sharing it with us!
2019年4月7日 1 reply
Great Plugin, I recently started using Gutenberg and if you could turn this into a Block that would be awesome. Maybe for Generatepress, as a feature.
閱讀全部42個評價

貢獻者及開發者

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

貢獻者

Lightweight Grid Columns 外掛目前已有 7 個本地化語言版本。 感謝所有譯者為這個外掛做出的貢獻。

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

對開發相關資訊感興趣?

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

修改日誌

1.0

  • Move custom class value to the parent container
  • Code cleanup

0.7

  • Fix weird scroll behavior caused by transitions and matchHeight
  • Only load matchHeight on pages where columns are present with it enabled

0.6

  • Fix column class bug causing some columns not to work

0.5

  • Move margin-bottom setting to inner element so style attribute can overwrite it
  • Adjust lgc_columns_helper function to fix issue with <p> and <br /> tags around the shortcode
  • Add jQuery matchHeight to match the height of columns for better responsive user experience
  • Reduce the file size of stylesheet considerably

0.4

  • Show TinyMCE icon on all post types

0.3

  • Fix bug where TinyMCE icon wasn’t showing up if SiteOrigin Page Builder and Black Studio TinyMCE Widget were activated together
  • Add IE 7 & 8 compatibility

0.2

  • Allow line breaks inside columns

0.1

  • Initial release