WP PLUGIN 

・カスタムフィールドの必須チェック漏れの修正
・既存カスタムフィールド選択も可能なよう修正
・ソートのリストに背景色を設定
・並べ替え設定ページの更新ボタン位置を修正
・カテゴリー、タグ、カスタム分類のソート対象選択のラジオボタン並び順を標準、検索と同一になるよう修正
This commit is contained in:
2021-06-25 20:58:52 +09:00
parent c7996062fa
commit f6d64404a7
12 changed files with 202 additions and 57 deletions
+11 -1
View File
@@ -139,7 +139,14 @@ dl.apop-setting-list-dd dd input {
}
.enable-box .product-list {
padding: 1em 0;
padding: 1em .3em;
background: #eee;
}
.custom_field_key_select,
.custom_field_key {
display: none;
width: 50%;
}
.search-normal-sort .product-list {
@@ -209,10 +216,13 @@ dl.apop-setting-list-dd dd input {
border-top: 1px solid #ccc;
}
.sort-custom-field-types,
.sort-custom-field-inner {
display: flex;
justify-content: space-between;
}
.sort-custom-field-types:first-child,
.sort-custom-field-inner:first-child {
margin-bottom: .5em;
}