[WordPress] 外掛分享: Admin Sticky Widget Areas

首頁外掛目錄 › Admin Sticky Widget Areas
WordPress 外掛 Admin Sticky Widget Areas 的封面圖片
20+
安裝啟用
★★★★
4.3/5 分(3 則評價)
2500 天前
最後更新
問題解決
WordPress 4.9+ PHP 5.6+ v1.0.0 上架:2017-12-09

內容簡介

這個外掛修正了 WordPress 後台小工具頁面上的小工具區域,讓它在滾動上下時始終保持在視圖中。

這將大大減少在拖曳時需要持有小工具並長距離上下移動的時間和精力。

設置為在481px及以上工作,即只有當小工具區域出現在右側、以欄狀顯示時。

如果您不希望使用插件並希望暫時實現相同的粘性小工具,請打開瀏覽器的開發工具並將以下 CSS 添加到小工具頁面:

@media only screen and (min-width: 481px) {

.widget-liquid-right {
position: -webkit-sticky;
position: sticky;
top: 42px;
}

}

自動安裝

從 WordPress 插件新增頁面內搜尋 Admin Sticky Widget Areas 並安裝。

手動安裝

點擊 Download 按鈕下載外掛。
將整個 admin-sticky-widget-areas 文件夾上傳到 /wp-content/plugins/ 目錄。
透過 WordPress 的 Plugins 選單啟用插件。

外掛標籤

開發者團隊

⬇ 下載最新版 (v1.0.0) 或搜尋安裝

① 下載 ZIP → 後台「外掛 › 安裝外掛 › 上傳外掛」
② 後台搜尋「Admin Sticky Widget Areas」→ 直接安裝(推薦)

原文外掛簡介

This plugin fixes the widget areas on WordPress widgets page on the admin backend so they always remain in view when scrolling up/down.
It will greatly reduce the time and effort in having to hold widgets and drag a long distance up and down.
Set to work from 481px and above i.e., only when the widget areas appear on the right side, in a column.
If you do not wish to use the plugin and want to temporarily achieve the same sticky widgets, bring up your browser’s dev tools and add this CSS to the widgets page:
@media only screen and (min-width: 481px) {

.widget-liquid-right {
position: -webkit-sticky;
position: sticky;
top: 42px;
}

}

Automatic Installation
Search for Admin Sticky Widget Areas from within your WordPress plugins Add New page and install.
Manual Installation

Click on the Download button to download the plugin.
Upload the entire admin-sticky-widget-areas folder to the /wp-content/plugins/ directory.
Activate the plugin through the Plugins menu in WordPress.

延伸相關外掛

文章
Filter
Apply Filters
Mastodon