WP PLUGIN APOP
add jQuery-Sortable for Touch Device
This commit is contained in:
@@ -4,8 +4,8 @@ Plugin Name: Archive Post Order Plus
|
||||
Plugin URI: https://develop.n-k-y.net/wordpress/wp_plugin/apop/
|
||||
Author: NBK45
|
||||
Author URI: https://develop.n-k-y.net
|
||||
Description: 「最新の投稿」「検索結果」「カテゴリー」「タグ」「カスタム分類」の投稿表示順を設定するプラグイン
|
||||
Version: 1.1.3
|
||||
Description: Archive Post Order Plus は「最新の投稿」「検索結果」「カテゴリー」「タグ」「カスタム分類」の投稿記事の表示順をドラッグで並べ替えて設定するプラグインです。
|
||||
Version: 1.1.5
|
||||
License: GPLv2
|
||||
*/
|
||||
|
||||
|
||||
+6
-1
@@ -141,7 +141,7 @@ dl.apop-setting-list-dd .sort-custom-field-input {
|
||||
background: #fff;
|
||||
cursor: move;
|
||||
color: #4b4b4b;
|
||||
border-bottom: 1px solid #ccc;
|
||||
border: 1px solid #fff;
|
||||
}
|
||||
|
||||
.drag-sort .product-list {
|
||||
@@ -153,6 +153,10 @@ dl.apop-setting-list-dd .sort-custom-field-input {
|
||||
background: #eee;
|
||||
}
|
||||
|
||||
.enable-box .product-list:hover {
|
||||
border: 1px solid #bbb;
|
||||
}
|
||||
|
||||
.custom_field_key_select,
|
||||
.custom_field_key {
|
||||
display: none;
|
||||
@@ -302,6 +306,7 @@ dl.apop-setting-list-dd .sort-custom-field-input {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 1264px) {
|
||||
.enable-box .product-list,
|
||||
.disable-box .product-list {
|
||||
|
||||
+7
-1
@@ -4,7 +4,7 @@ Tags: latest posts order,categories post order,tags post order,custom taxonomy p
|
||||
Requires at least: 4.9
|
||||
Tested up to: 5.7.2
|
||||
Requires PHP: 7.0
|
||||
Stable tag: 1.1.4
|
||||
Stable tag: 1.1.5
|
||||
License: GPLv2 or later
|
||||
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
||||
|
||||
@@ -56,6 +56,8 @@ screenshot-3.png
|
||||
screenshot-4.png
|
||||
screenshot-5.png
|
||||
screenshot-6.png
|
||||
screenshot-7.png
|
||||
screenshot-8.png
|
||||
|
||||
== Changelog ==
|
||||
|
||||
@@ -84,5 +86,9 @@ screenshot-6.png
|
||||
= 1.1.4 =
|
||||
jquery-ui-autocompleteを明示的にインクルード
|
||||
|
||||
= 1.1.5 =
|
||||
投稿記事のドラッグ並べ替えのスマートフォン対応
|
||||
|
||||
|
||||
== Upgrade Notice ==
|
||||
No information
|
||||
Reference in New Issue
Block a user