WP PLUGIN 修正(ファイル名・JS)
・ファイル名の綴りが間違っていたので修正 ・通常ソートのリスト表示位置が、有効/無効切り替えで変わるようJSとテンプレートのPHPファイルを修正
This commit is contained in:
+22
-5
@@ -112,7 +112,8 @@ dl.apop_setting_list dd:first-of-type {
|
||||
display: flex;
|
||||
}
|
||||
|
||||
.search_normal_sort .product-list-type-label {
|
||||
.search_normal_sort .product-list-type-label,
|
||||
.disable_box .product-list-type-label {
|
||||
width: calc(100% / 2);
|
||||
}
|
||||
|
||||
@@ -142,10 +143,6 @@ dl.apop_setting_list dd:first-of-type {
|
||||
content: "]";
|
||||
}
|
||||
|
||||
/*.hide_list {*/
|
||||
/* display: none;*/
|
||||
/*}*/
|
||||
|
||||
.no_registered_exp {
|
||||
width: 100%;
|
||||
margin-top: 1em;
|
||||
@@ -181,6 +178,26 @@ dl.apop_setting_list dd:first-of-type {
|
||||
width: 40%;
|
||||
}
|
||||
|
||||
.disable_normal_list {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
justify-content: space-between;
|
||||
margin: .5em 1em 1em 0;
|
||||
}
|
||||
|
||||
.disable_box .product-list-sort-type label:not(:first-of-type),
|
||||
.disable_box .sort_custom_field,
|
||||
.disable_box .sort_custom_field_inner {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.disable_box .product-list {
|
||||
width: calc((100% / 2) - 20px);
|
||||
display: flex;
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
|
||||
@media only screen and (max-width: 1264px) {
|
||||
.search_normal_sort .product-list {
|
||||
display: block;
|
||||
|
||||
Reference in New Issue
Block a user