• 更新一覧
  • Raindrops 1.476がライブになりました

    投稿日: tenman

     

    Raindrops 1.476 更新概要

    今回の変更は、来月にもリリースされる予定のWordPress4.8の新機能に関する更新と、いくつかの不具合の修正です。

    4.8では、画像、動画、オーディオの3つのウィジェットが追加、テキストウィジェットは更新されて、エディタで本文を編集可能になる模様です。

    今回の変更では、新しいウィジェットのスタイルを追加しました。(不具合を見つけた場合は、是非教えてください)

    captionショートコードを記述した場合に、figure要素のID表示に問題がありましたので修正しました。

    日本語用フォント、YuGothicがかすれて表示される問題に対する対応を1.473で行いましたが、副作用がある事がわかりましたので、Meiryoフォントの優先度を上げる変更を行いました。

    アドオンプラグインの メタスライダーのショートコードを投稿本文に追加した場合に位置がずれる問題を修正しました

    raindrops_install_navigation, raindrops_options_init フィルター関数を削除しました

     

    version: 1.476 Overview of Changes

    Added

    Style added WordPress4.8 widget_media_image, widget_media_video, new text widget

    Fixed

    Since it turned out that countermeasure (1.473) of the faint character problem has a side effect,

    I decided to lower the priority of YuGothic font.

    priority of font Meiryo (only lang ja and color type minimal)

    Fixed

    meta slider plugin in post content

    display improperly ( position )

    Fixed

    raindrops_img_caption_shortcode_filter()

    wrong id and aria-labelledby attribute

    Removed

    add_action( ‘load-themes.php’, ‘raindrops_install_navigation’ );

    add_action( ‘admin_init’, ‘raindrops_options_init’ );


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

    投稿日: tenman

     

    Raindrops 1.473 更新概要

    今回の変更は、captionショートコードで、class属性を追加した場合に、クラスが追加されない問題の修正

    游ゴシックフォントが適用された場合、Chromeブラウザでは、文字がかすれて表示される問題の、暫定的な対応(Chromeブラウザの場合、フォントを少し太くする)

    その他、アイキャッチ画像、captionショートコードのスタイル、ギャラリーのスタイル、日付アーカイブのスタイルの修正を行いました。

    version: 1.473 Overview of Changes

    Fixed raindrops_img_caption_shortcode_filter() in functions.php

    Class attribute can not apply in shortcode.

    Fixed font YuGothic display improperly ( only lang ja )

    Modified gallery style in lib/alias_functions.php

    Modified wp-caption style ( only color type minimal )

    Modified featured image style ( window size < 640px )

    Modified featured image style ( only featured image left )

    Modified date archive style in responsiveness.css

    Modified caption shortcode style ( only color type minimal )


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

    投稿日: tenman

     

    Raindrops 1.472 更新概要

    今回の変更は

    カスタマイズ/外観/アイキャッチ画像設定の「アイキャッチ画像の特別な表示を行う件数」セクションの変更です。

    従来は、特別な表示を行うことが出来る件数が、最初のページの件数に限定されていましたが、今回の変更で任意の整数を指定できるようになりました。

    お勧めの範囲は投稿1ページ分から10ページ分の件数ですが、フィールドに任意の数値を入力していただくことで好きな件数入力可能です。

    アーカイブや、検索ページでもこの件数指定は有効ですので、ある一定範囲の投稿は、カード型で表示、それよりも古いものは、アイコン教示と

    見た目で、古いものか新しいものかを直感的に把握できるのが特徴です。

    アイキャッチ画像の特別な表示 は、アイキャッチ画像を、左側に指定する事もできます。(主にリスト形式の表示用)縦長の画像がアイキャッチに指定された場合、これまで画像全体が表示できない問題がありましたが、その問題を修正しました。

    詳細は、Raindrops 1.471 BUG Report – WordPress Theme Raindrops をご覧ください

     

    その他、テーマで使用している画像の圧縮、スタイルの微調整などを行いました。

    version: 1.472 Overview of Changes

     

    Modified Compress the image

    images/desmiss.png , images/open.png , images/rss.png

    Modified lib/customize.php

    Translate function change from __() to esc_html__()

    Modified Section Featured Image Special Layout Apply Post Count

    max value change from post_per_page to Any integer value

    Modified When Customize / Presentation / Featured Image Settings (yes) and Featured Image Position (left of article)

    Solved the problem that the portrait image can not be displayed entirely


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

    投稿日: tenman

     

    Raindrops 1.471 更新概要

    今回の変更は、「予告:Raindrops1.471ヘッダー画像の自動トリミング – WordPress Theme Raindrops」です。

    Raindropsテーマは、従来より添付ファイルやアイキャッチ画像をヘッダー画像としてセットすることを投稿の編集画面で行うことが出来ましたが、画像の縦横比によっては、ブラウザサイズよりもヘッダー画像が大きくなってしまい。使いづらい面がありました。今回の変更で縦位置画像をセットしたような場合でも、ブラウザのウィンドウサイズにフィットして表示することが出来るようになりましたので、かなり使いやすいものになると思います。

    カスタマイズ/外観/レイアウトとサイドバーで、750px 950px 974pxを選択した場合のグリッド概要文レイアウトの調整を行いました

    カスタマイズ/外観/ウィジェットのセクションラベルを、Custom Post Type Helperに変更しました

    style.cssでベンダープレフィックスのクリーニングを行いました

    version: 1.471 Overview of Changes

    Modified Style of Grid excerpt for Document width 750px centered, 950px centered, 974px

    Modified Style of Grid excerpt for sticky post

    Changed Customize section label text from Customize / Presentation / Widget to from Customize / Presentation / Custom Post Type Helper

    Modified Header Image when Customize / Presentation / Layout and Sidebar value ‘ Full Width Responsive’ ( default )

    We set an upper limit so that the header image fits in the browser window size

    For example, when a portrait image is set as a header image

    Custom header-image height

    Add functions.php first

    add_filter('raindrops_header_image_ratio','custom_raindrops_header_image_ratio');
    
    function custom_raindrops_header_image_ratio($ratio){
        $ratio = 0.3 // Ratio calculation is based on image height / image width
        return $ratio;
    }
    

    Modified style.css bender prefix cleaning


  • 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