Reverse Column Order

外掛說明

Reverse Column Order is an add-on for WPBakery Page Builder
(js_composer). WPBakery always stacks a row’s columns top-to-bottom in
the same order as they appear left-to-right on desktop, and there is no
built-in way to reverse that order on smaller screens.

This plugin adds a single checkbox, “Reverse column order on stack
(mobile/tablet)”
, to the WPBakery Row and Inner Row edit forms. When
checked, that row’s columns are shown in reverse order once they stack —
for example, showing a text column above an image column on mobile, even
though the image column comes first on desktop.

  • Built for WPBakery Page Builder (js_composer) Row and Inner Row elements.
  • Per-row toggle — mix reversed and normal rows on the same page.
  • CSS-only (flexbox), so it doesn’t touch the underlying HTML/DOM order.
  • No settings page, no configuration — everything lives on the row itself.
  • No effect on desktop/unstacked layout.

This is an independent, unofficial add-on and is not produced by,
affiliated with, or endorsed by the makers of WPBakery Page Builder.
WPBakery Page Builder (js_composer) must be installed and active for
this plugin to have any effect.

Note on accessibility

This plugin reverses visual order only. Screen reader reading order and
keyboard tab order follow the underlying HTML, which is unchanged.

螢幕擷圖

安裝方式

  1. Upload the reverse-column-order folder to /wp-content/plugins/.
  2. Activate the plugin through the “Plugins” screen in WordPress.
  3. Make sure WPBakery Page Builder (js_composer) is active.
  4. Edit any Row element and check “Reverse column order on stack (mobile/tablet)” under the Responsive group.

常見問題集

Does this work without WPBakery Page Builder?

No. This plugin only adds an option to WPBakery’s Row and Inner Row
elements; it has no effect if WPBakery Page Builder (js_composer) is not
installed and active.

Does this change the HTML order of my columns?

No. It only changes the visual order on small screens via CSS
(flexbox). The underlying HTML/DOM order, and therefore reading and tab
order, stays the same.

使用者評論

這個外掛目前沒有任何使用者評論。

參與者及開發者

以下人員參與了開源軟體〈Reverse Column Order〉的開發相關工作。

參與者

將〈Reverse Column Order〉外掛本地化為台灣繁體中文版

對開發相關資訊感興趣?

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

變更記錄

1.0.0

  • Initial release.