Welcart Carina 1.5.1 をリリースしました。修正点は以下のとおりです。
【DL Seller】自動継続課金情報ページのスタイル調整
WCEX DL Seller 3.5 で追加された自動継続課金情報ページのスタイル調整をおこなっております。
Welcart Carina をカスタマイズしてアップデートできない場合は、親テーマの Welcart Basic を最新バージョンにアップデートしていただき、下記を参考にスタイルの追加をおこなってください。
スタイル追加 : dlseller.css 80行目〜
#wc_ordercompletion a.redownload_button:hover { background-color: #d3222a; color: #fff; } /* .auto_billing_contents */ #wc_member_auto_billing_info #memberinfo .auto_billing_contents table tbody td { margin: 0; } #wc_member_auto_billing_info .auto_billing_contents .billing-year-select select { height: auto; line-height: initial; } /** * 16.4 Desktop Small 1000px */ @media screen and (min-width: 62.5em) { ・・・
スタイル追加 : inc/theme-customizer.php 1626行目〜
#itempage table.dlseller td, #amount_each_time th, #amount_each_time td, #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: <?php echo esc_attr( $main_border ); ?>; } dl.item-sku dd label { border-color: <?php echo esc_attr( $main_border_hov ); ?>; } .pagination_wrapper li .current, .pagination_wrapper li a { border-color: <?php echo esc_attr( $main_text ); ?>; }
スタイル追加 : inc/theme-customizer.php 1944行目〜
footer a:hover { color: <?php echo esc_attr( $footer_text_hov ); ?>; } footer nav ul li a { border-color: <?php echo esc_attr( $footer_text ); ?>; } @media screen and (min-width: 38.75em) { #wc_member_auto_billing_info .auto_billing_contents dl::after { background-color: <?php echo esc_attr( $main_border ); ?>; } #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: <?php echo esc_attr( $main_border ); ?>; } } @media screen and (min-width: 62.5em) {
グローバルナビゲーションのメニューホバー時の表示不具合の修正
スタイル追加 : style.css 1620行目〜
@media screen and (min-width: 62.5em) { ・・・ #site-navigation li > .sub-menu li > .sub-menu { top: -2px; } #site-navigation li { margin: 0 .5em; } #site-navigation li a:hover, #site-navigation li.current_page_item a, #site-navigation li.current-menu-parent a { background-color: transparent; }
@media screen and (min-width: 62.5em) { ・・・ #site-navigation li > .sub-menu li > .sub-menu { top: -2px; } #site-navigation li { height: 100%; margin: 0 .5em; } #site-navigation li a:hover, #site-navigation li.current_page_item a, #site-navigation li.current-menu-parent a { background-color: transparent; }