Welcart Bordeaux 1.6.1 をリリースしました。修正点は以下のとおりです。
- 【DL Seller】自動継続課金情報ページのスタイル調整
- 【DL Seller】購入履歴「契約状態」のデザイン調整
- グローバルナビゲーションのカレントメニューの表示不具合の修正
- 「Welcart キーワード検索」ウィジェットの表示不具合の修正
【DL Seller】自動継続課金情報ページのスタイル調整
WCEX DL Seller 3.5 で追加された自動継続課金情報ページのスタイル調整をおこなっております。
Welcart Bordeuax をカスタマイズしてアップデートできない場合は、親テーマの Welcart Basic を最新バージョンにアップデートしていただき、下記を参考にスタイル追加・削除をおこなってください。
スタイル削除・追加 : dlseller.css 193行目〜
1. Welcart Bordeaux 1.6 で追加したスタイルに不要なスタイルがございますので、まず下記のスタイルを削除してください。
.auto_billing_contents .subscription_block { margin-bottom: 20px; overflow: hidden; } .auto_billing_contents dl, #memberinfo .auto_billing_contents table { font-size: 14px; } #wc_member_auto_billing_info #memberinfo h3 { padding-left: 1rem; font-size: 1.16667em; line-height: 26px; } .auto_billing_contents .billing-year-select select { padding: .5714285em 2.14286em .5714285em .5714285em; font-size: 1em; } #memberinfo .auto_billing_contents table tbody td a { background-color: #a61536; } #memberinfo .auto_billing_contents table tbody td a:hover { background-color: #8e122e; }
2. 続いて、削除した部分に下記のスタイルを追加ください。
#wc_member_auto_billing_info .auto_billing_contents .subscription_block, #wc_member_auto_billing_info .auto_billing_contents dt, #wc_member_auto_billing_info .auto_billing_contents dd, #wc_member_auto_billing_info #memberinfo .auto_billing_contents table tbody, #memberinfo .auto_billing_contents table tbody td, #memberinfo .auto_billing_contents table tbody td:nth-child(even), #memberinfo .auto_billing_contents p.nodata { border-color: #c3b8ac; } #wc_member_auto_billing_info .auto_billing_contents dt, #wc_member_auto_billing_info #memberinfo .data-table-wrap h2 { background-color: #e8e3dc; } #wc_member_auto_billing_info .auto_billing_contents .billing-year-select { top: .2em; } #wc_member_auto_billing_info #memberinfo .auto_billing_contents table tbody td a { color: #a61536; } #wc_member_auto_billing_info #memberinfo .auto_billing_contents table tbody td a:hover { color: #8e122e; }
スタイル追加 : dlseller.css 247行目〜
タブレット・PC 用のスタイルを追加ください。
@media screen and (min-width: 38.75em) { ・・・・ #wc_ordercompletion a.redownload_button { margin: 0 auto 10px; } #wc_member_auto_billing_info .auto_billing_contents dl::after { background-color: #c3b8ac; } #wc_member_auto_billing_info #memberinfo .auto_billing_contents table thead th, #wc_member_auto_billing_info #memberinfo .auto_billing_contents table tbody td, #wc_member_auto_billing_info #memberinfo .auto_billing_contents table tbody td:last-child, #wc_member_auto_billing_info .auto_billing_contents dd:nth-of-type(odd) { border-color: #c3b8ac; } #wc_member_auto_billing_info #memberinfo .data-table-wrap h2 { background: none; } #wc_member_auto_billing_info .auto_billing_contents .billing-year-select { top: .714em; } }
【DL Seller】購入履歴「契約状態」のデザイン調整
スタイル追加 : usces_cart.css 1319行目〜
#memberinfo #history_head td, #memberinfo .retail td { border: 1px solid #c3b8ac; } /* -- customer_form -- */ #memberinfo .customer_form th { width: auto; margin-bottom: .833333em; font-weight: bold; }
#memberinfo #history_head td, #memberinfo .retail td { border: 1px solid #c3b8ac; } #memberinfo #history_head td.retail .continue_status { color: #a61536; } /* -- customer_form -- */ #memberinfo .customer_form th { width: auto; margin-bottom: .833333em; font-weight: bold; }
グローバルナビゲーションのカレントメニューの表示不具合の修正
スタイル追加 : style.css 2151行目〜
@media screen and (min-width: 62.5em) { ・・・ #site-navigation li.current-menu-item > a, #site-navigation li.current-menu-ancestor > a, #site-navigation li li.current-menu-item > a, #site-navigation li li.current-menu-ancestor > a, #site-navigation li.current-menu-ancestor > a:hover { background-color: #a61536; color: #fff; } #site-navigation li.menu-item-has-children.current-menu-parent > a { color: #fff; } /* =secondary -------------------------------------------------------------- */ ・・・ }
@media screen and (min-width: 62.5em) { ・・・ #site-navigation li.current-menu-item > a, #site-navigation li.current-menu-ancestor > a, #site-navigation li li.current-menu-item > a, #site-navigation li li.current-menu-ancestor > a, #site-navigation li.current-menu-ancestor > a:hover { background-color: #a61536; color: #fff; } #site-navigation li.current-menu-parent a { background-color: #a61536; } #site-navigation li.menu-item-has-children.current-menu-parent > a { color: #fff; } /* =secondary -------------------------------------------------------------- */ ・・・ }
「Welcart キーワード検索」ウィジェットの表示不具合の修正
スタイル追加 : style.css 418行目〜
.widget_welcart_search ul { padding: 0 1.66667em; } .widget_welcart_search .searchtext { padding: .785714em .714286em; font-size: 1.166667em; } .widget_welcart_search #searchsubmit { padding: .714286em; background-color: #a61536; font-size: 1.166667em; }
.widget_welcart_search ul { padding: 0 1.66667em; } .widget_welcart_search .searchtext { height: 40px; padding: .785714em .714286em; font-size: 1.166667em; } .widget_welcart_search #searchsubmit { height: 40px; padding: .714286em; background-color: #a61536; font-size: 1.166667em; }