Welcart Beldad 1.0.7 をリリースしました。
カテゴリー画像登録時の不具合修正
jsコード修正: welcart_basic-beldad/inc/term-customized.php 120行目あたり
$('#wcct-tag-catimg-action').on('click', function(e){ e.preventDefault(); if ( file_frame ) { file_frame.open(); return; } |
jsコード修正: welcart_basic-beldad/inc/term-customized.php 155行目あたり
$('#wcct-tag-thumbnail-action').on('click', function(e){ e.preventDefault(); if ( file_frame ) { file_frame.open(); return; } |
.live() 関数を .on() 関数に変更。
キービジュアル画像の表示不具合の修正
テンプレート修正: welcart_basic-beldad/header.php 172行目あたり
<? php $ headers = get_uploaded_header_images (); $ headers_count = count( $headers ); ?> |
テンプレート修正: welcart_basic-beldad/header.php 179行目あたり
<? php if ( $headers_count > 1 ) : ?> < div class = "flex-row" > < div class = "flexslider" > <? php endif; ?> < ul class = "slides" > |
テンプレート修正: welcart_basic-beldad/header.php 209行目あたり
</ ul > <? php if ( $headers_count > 1 ) : ?> </ div > </ div > <? php endif; ?> |