[wordpress插件] Admin Sticky Widget Areas管理员粘性小工具区域

wordpress 插件 文章 2020-02-04 10:40 548 0 全屏看文

AI助手支持GPT4.0

评分

86

86

描述

This plugin fixes the widget areas on WordPress widgets page on the admin backend so they always remain in view when scrolling up/down.

此插件修复了管理员后端WordPress小部件页面上的小部件区域,因此在向上/向下滚动时它们始终在视图中。

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.

设置为从481px以上开始工作,即,仅当窗口小部件区域显示在列中的右侧时。

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:

如果您不想使用该插件,并希望暂时获得相同的粘性小部件,请调出浏览器的开发工具,并将此CSS添加到小部件页面:

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

  @media only屏幕和(最小宽度:481px){    

.widget-liquid-right {        

.widget-liquid-right {        

position: -webkit-sticky;        

位置:-webkit-sticky;        

position: sticky;        

位置:粘性;        

top: 42px;    

顶部:42px;    

}

}

}

}

Automatic Installation

自动安装

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

从WordPress插件中添加 Admin Sticky Widget Areas 并添加新页面并安装。

Manual Installation

手动安装

    1. Click on the Download button to download the plugin.
    2. 点击下载按钮以下载插件。

    3. Upload the entire admin-sticky-widget-areas folder to the /wp-content/plugins/ directory.
    4. 将整个 admin-sticky-widget-areas 文件夹上传到 / wp-content / plugins / 目录。

    5. Activate the plugin through the Plugins menu in WordPress.
    6. 通过WordPress中的插件菜单激活插件。

下载地址

https://downloads.wordpress.org/plugin/admin-sticky-widget-areas.zip

https://downloads.wordpress.org/plugin/admin-sticky-widget-areas.zip

-EOF-

AI助手支持GPT4.0