From 8c3f79d7a9e3dc12b4a408d3bca1535999497ab3 Mon Sep 17 00:00:00 2001 From: nobu Date: Wed, 30 Jun 2021 11:19:43 +0900 Subject: [PATCH] WP PLUGIN APOP add jQuery-Sortable for Touch Device --- archive-post-order-plus.php | 4 ++-- css/apop-style.css | 7 ++++++- readme.txt | 8 +++++++- 3 files changed, 15 insertions(+), 4 deletions(-) diff --git a/archive-post-order-plus.php b/archive-post-order-plus.php index ebdf7e4..3077132 100644 --- a/archive-post-order-plus.php +++ b/archive-post-order-plus.php @@ -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 */ diff --git a/css/apop-style.css b/css/apop-style.css index 36c1e92..c401e3b 100644 --- a/css/apop-style.css +++ b/css/apop-style.css @@ -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 { diff --git a/readme.txt b/readme.txt index 1734416..4a3c694 100644 --- a/readme.txt +++ b/readme.txt @@ -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 \ No newline at end of file