• ブログ アーカイブ blog
  • Raindrops 1.470がライブになりました

    投稿日: tenman

     

    Raindrops 1.470 更新概要

    今回の変更は

    カラータイプ「ライト」でプライマリーメニューの背景が正常に表示されていない問題を修正しました。

    WordPress4.7.4TinyMCEエディタで、セキュリティアップデートがありました。

    a要素で、target=”_blank”が指定されたリンクには、rel=“nofollow noopener noreferrer”属性が追加されました。

    これに連携するために、テーマでも外部リンクについて、同様の処理を追加しました。(メニューなどで、外部リンクでtarget=”_blank”が指定された場合に、rel属性を自動追加します。)

    この機能が必要ない場合は、functions.phpの最初に、

    $raindrops_allow_safe_link_target = false;

    を追加していただくと、rel属性の追加は行われません。

    target blankの場合リンクのrel属性に noopener noreferrerが自動的にセットされる – WordPress Snippet

    アーカイブページの概要表示で、カテゴリーやタグを表示するposted_inエリアを、開閉式に変更しました。

    この機能が必要ない場合は、functions.phpの最初に、

    $raindrops_grid_posted_in = false;

    をセットしてください。従来表示に戻ります。

    more リンクが、稀に2度表示される問題を修正しました。

    raindrops_filter_page_column_control フィルタを追加しました。このフィルターで、カスタム投稿や、カスタムタクソノミのターム一覧のカラム数をコントロールできます。

    カスタム投稿タイプのカラム数変更フィルター – Raindrops 取扱説明書

    アイキャッチ画像の設定を行っている場合、アーカイブの2ページ目以降で、表示が崩れることがある問題を修正しました。

    version: 1.470 Overview of Changes

    Fixed Color Type light primary menu background color

    Security Update relate TinyMCE Editor

    External link add rel=”noopener noreferrer”

    If no needs attribute.

    Add functions.php first

    $raindrops_allow_safe_link_target = false;

    Modified
    Change display method of posted_in in grid layout

    If no needs new presentation
    Add functions.php first

    $raindrops_grid_posted_in = false;

    Fixed
    Rarely more links are displayed twice

    Added filter raindrops_filter_page_column_control

    add_filter( 'raindrops_filter_page_column_control','col_control1');
    
    function col_control1($control){
    
    $control['is_post_type_archive'] = array( 'type' =>'news', 'columns' => 1 );
    $control['is_category'] = array( 'type' => 1, 'columns' => 2 );
    
    return $control;
    }

    Fixed Featured Image display improperly where paged archive


  • Raindrops 1.469がライブになりました

    投稿日: tenman

     

    Raindrops 1.469 更新概要

    今回の変更は、投稿編集画面のヘルプタブをアップデートしました。

    カスタマイズ / 外観 / 投稿 / 投稿(カテゴリ、タグ)ラベルテキスト で「隠すを」設定しても、非表示にならないバグを修正

    1カラム表示で、640px-ページ幅のレスポンシブ区間で、左右の余白が0になる問題を修正

    カラータイプミニマルのスタイルを、style.cssから、カラータイプ用のスタイルに移動

    カスタマイズ / 概要表示に、ナビゲーションリンクを追加、

    概要表示で投稿一覧グリッドを選択した場合、アイキャッチ画像を「投稿の上部」画像サイズを「medium large」に設定すると、カードのように表示されます。

    グリッドレイアウト表示で、リスト表示に切り替えると、投稿の高さがおかしくなる問題を修正しました。

    フィードウィジェットの表示で、本文を表示する設定にすると 全文表示になる問題がありましたので修正(9行まで表示)しました。

    version: 1.469 Overview of Changes

    Modified post new,post edit help

    Add customizer link and etc.

    Fixed Customize / Presentation / Post / ‘Posted in Labels’ hide is not work

    Fixed Responsive view 640px – Page width setting width

    Correct the problem that the left and right margins become 0 in the above section

    Modified

    Move color style minimal style from style.css to dedicated area

    Modified

    Add navigation message Customize / Excerpt area.

    Fixed

    Fixed an issue that extra margins occurred when changing from grid layout to list layout on archive page

    Modified

    Fixed an issue where the full text is displayed when using multibyte character string in the RSS feed widget.


  • Raindrops 1.468がライブになりました

    投稿日: tenman

     

    Raindrops 1.468 更新概要

    今回の変更は グリッドレイアウトのスタイルが、グリッドレイアウト以外のスタイルに影響を及ぼす問題の修正

    カスタマイザーの、色セクションの「カスタムカラー設定」を選択した場合に、フッターのリンク色が反映しない問題の修正です。

    version: 1.468 Overview of Changes

    Fixed Correct the problem that grid layout style affects irrelevant pages

    Fixed a problem that footer link does not swim in manual color setting


  • Raindrops 1.467がライブになりました

    投稿日: tenman

     

    Raindrops 1.467 更新概要

    今回の変更は、グリッドレイアウトで表示したページで、ユーザーがリスト型ページで表示できる レイアウト変更ボタンの追加です。

    例:予告 – WordPress Theme Raindrops等のページを開いていただくと、ページ上部右側に表示されるアイコンで、表示を切り替えることが出来ます。

    投稿の編集画面の「抜粋」を入力した場合に、抜粋文が適切に表示されないバグを修正しました。

    figure 要素が、p要素で囲まれる問題を修正しました。

     

    version: 1.467 Overview of Changes

    Fixed handwritten post excerpt can not display in archives.

    In the archive page, when handwritten excerpt exists, it will be preferentially displayed.

    Fixed figure element wrapped p element

    Added Layout Switch Button for Grid layout archives


  • Raindrops 1.456がライブになりました

    投稿日: tenman

     

    Raindrops 1.456 更新概要

    今回の変更は、blank-front.php(ブランク・トップページ)テンプレートのオーバーホールです。

    外観は、Raindrops ブランク トップページを参照してください

    カスタマイザー/外観/フォント/投稿本文のバーチカルリズム の、見出しタグのマージンを変更しました。

    固定ページで、投稿本文がページ幅で指定したとおりに表示されない問題を修正しました。

    front-portfolio.php テンプレートのオーバーホールを行いました。このページのスティッキー投稿の表示を削除しました。

     

     

     

    version: 1.456 Overview of Changes

    Modified Overhaul blank-front.php template

    Modified Removed Uneeded line-break

    Modified Customizer / Presentation / Fonts / Vertical Rhythm for Entry Content

    Change h* headding margin

    Fixed Page content width display improperly

    Modified Overhaul front-portfolio.php Remove Sticky Post


  • Raindrops 1.455がライブになりました

    投稿日: tenman

     

    Raindrops 1.455 更新概要

    今回の変更は primary menuの位置が左にずれる という指摘と、それに関連するバグの修正です。

    利用頻度は少ないとは思いますが、Raindropsでは固定ページ幅のページを作ることが出来ます(750px,950px,974px)これらのページ幅を指定している場合、

    primary menu(ページ上部の水平メニュー)が、メニューの数が多い場合、レスポンシブページで用いられるモバイルページ用のメニューが表示されることがあり、固定ページ幅では、レスポンシブレイアウト用のメニューが表示されないよう変更を行いました

    経緯については、「トピック: raindrops メインメニュー及びタイトルロゴが左にずれる « サポートフォーラム — WordPress」を参照ください

    著者アーカイブページのデザインの微調整を行いました

    version: 1.455 Overview of Changes

    Fixed Problems that the setting for the responsive page affects the style of the fixed page width

    raindrops_customize_control_message_raindrops_primary_menu_responsive()

    Class rd-primary-menu-responsive-active add to body when only doc3,doc4 page_width

    Modyfied Customizer section customize_render_control_raindrops_theme_settings[raindrops_primary_menu_responsive]

    Modyfied CSS for author.php

    Modyfied Translation ja.po ja.mo


  • Raindrops 1.452がライブになりました

    投稿日: tenman

     

    Raindrops 1.452 更新概要

    今回の更新は、

    予約投稿に不具合がありましたので修正しました

    Google Font Class と font-effect-shadow-multiple 等のエフェクトクラスを併用した場合に、2重エンコードが発生して、エフェクトが有効にならない問題を修正しました。

    日本語翻訳をアップデートしました。

    raindrops_in_the_loop_loopのN番目 というアクションフィルタを追加しました。

    functions.php

    
    add_action( 'raindrops_in_the_loop_3','my_test',10,2);
     
    function my_test($content,$num){
    	if( is_archive()){
    		echo "<li><div><article>$num</article></div></li>";
    	}
    }

    アーカイブ一覧で、3番目に表示されるコンテンツの後方に 3 を表示します。

     

    version: 1.452 Overview of Changes

    Fixed Schedule Posts works improperly.

    Modified Style change posted in label when using emoji

    Fixed Google font url double encoded

    Modified customizer js( customize.js )

    Fixed gettext empty translation text

    Modified customizer link autofocus[section]=colors to javascript

    Modified Translation ja.po


  • Raindrops 1.446がライブになりました

    投稿日: tenman

     

    Raindrops 1.446 更新概要

    RAINDROPS_TABLE_TITLE,RAINDROPS_PLUGIN_TABLE定数を次のバージョンで削除するため、今回のバージョンでコメントアウトしました。

    front-page.php テンプレートに動的なCSSを追加しました

    フィルター raindrops_excerpt_conditional を追加しました

    フィルター raindrops_link_pdf_filter を追加しました。

    日本語PDFファイルのリンクで、リンク文字列をデコードして可読できるように変更しました。

    Commentout raindrops_non_breaking_content フィルターをコメントアウトしました。次のバージョンで削除予定です

    カスタマイザーの基本設定リンクをクリックした場合アラートダイアログが出てしまう問題を修正しました

    アドミンカラーの配色調整を行いました。

    ビデオヘッダーを表示した場合にタグラインをクリックするとメインコンテンツに移動するリンクの移動量の調整を行いました。

    カテゴリーページで、概要文の表示を、2ページ目以降は非表示とする設定に変更しました

    固定フロントページを使用した場合、indexページで概要文を表示する設定になっていると固定フロントページも概要文表示になる問題を修正しました。

    固定フロントページで概要を表示する場合は、

    add_filter('raindrops_excerpt_conditional','trimming_front_page_excerpt');
    
    function trimming_front_page_excerpt($excerpt){
    	
    	if( is_front_page() ) {
    		return true;
    	}
    	return $excerpt;
    }
    
    

    とする事で対応できます。

    version: 1.446 Overview of Changes

    Code Cleaning

    Commentout RAINDROPS_TABLE_TITLE,RAINDROPS_PLUGIN_TABLE

    Next version remove.

    Modified Dinamic Style for front-page.php template.

    Modified raindrops_link_url_text_decode()

    Filter Add raindrops_excerpt_conditional

    Filter Add raindrops_link_pdf_filter

    Filter Commentout raindrops_non_breaking_content

    Next version remove.

    Modified Customize link

    from customize.php?autofocus[panel]=raindrops_theme_settings_presentation_panel

    to javascript:wp.customize.panel( \’raindrops_theme_settings_presentation_panel\’ ).focus();

    Modified Admin Color

    Modified When Video header tagline linked to main contents link offset.

    Modified Category ,Tag description only shows page top,(when paged hide).

    Fixed bug when Static Front Page displayed excerpt.