Plugin này chưa được cập nhật với 3 phiên bản mới nhất của WordPress. Nó có thể không được hỗ trợ và bảo trì, và có thể xung đột với các phiên bản WordPress mới nhất.

Admin Sticky Widget Areas

Mô tả

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

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

Ảnh màn hình

  • Screenshot showing the sticky widget areas when scrolling up and down.

Đánh giá

26 Tháng Mười Hai, 2017
I love the idea of this plugin, but it feels like it needs a bit of polish. While position: sticky; is enticing, the scrolling behavior is not great when one or more widgets are expanded so that the widget(s) you are editing are taller than one screen. In that case, you can't scroll to see the active widget areas until you've scrolled to the bottom of the page. Using some kind of JS behavior more similar to how the default core "Edit Post" page sidebar works would make this a no-brainer 5-star plugin, and I look forward to updating my rating!
Đọc tất cả 3 đánh giá

Người đóng góp & Lập trình viên

“Admin Sticky Widget Areas” là mã nguồn mở. Những người sau đã đóng góp vào plugin này.

Những người đóng góp

“Admin Sticky Widget Areas” đã được dịch qua 3 ngôn ngữ. Cảm ơn những người tham gia dịch vì đóng góp của họ.

Dịch “Admin Sticky Widget Areas” sang ngôn ngữ của bạn.

Muốn tham gia phát triển?

Duyệt code, check out SVN repository, hoặc theo dõi nhật ký phát triển qua RSS.

Nhật ký thay đổi

1.0.0

Initial Release.