Enough info

WordPress theme Enough

この画面は、簡易表示です


ステータス

BugReport Enough1.05

2014年11月29日10:53 AM

*Enough1.05 has Bug **Image overflow when using widget pinup entries . Quick Fix css/post-format.css [php] .approach-widget img{ max-width:100%; } [/php] **Unintended content is displayed at the bottom of the page When it is set to 1 column Quick Fix taxonomy.php line:49 [php] if ( !has_post_format( 'image' ) ) { enough_dinamic_sidebar( 'sidebar-1', !is_page() ); } [/php] Change from above to below [php] printf( '<div class="posts-nav-link">%1$s</div>', get_posts_nav_link( array( 'sep' => ' ', 'prelabel' => esc_html__( 'Previous Page', 'enough' ), 'nxtlabel' => esc_html__( 'Next Page', 'enough' ) ) ) ); /* change start */ if ( ! has_post_format( 'image' ) && enough_theme_option('enough_post_one_column_bottom_sidebar') !== 'yes' ) { enough_dinamic_sidebar( 'sidebar-1', !is_page() ); } else {?> <br class="clear" /> <?php } /* change end */ enough_the_footer(); [/php] This Bug will be Fixed next version.


Enough1.02がライブになりました。

2014年10月4日4:55 PM

-Version 1.02 of Enough is now live.
Enoughテーマは、トップページの表示設定を11種類、変更できるユニークなテーマですが、デフォルト以外のトップページを選択した場合に、通常のブログを表示することが出来ませんでしたが、このバージョンで、ブログ用のページを指定して、そのリンクでブログ表示ができるようになりました。 カスタマイズしたトップページを指定した場合にブログページを開けるようにする方法。

まず、固定ページを作成します。

  

タイトルは、blog等ブログ用のページである事がわかりやすいものにしてください。本文は空欄にして保存してください

  

( この説明では、blogというタイトルで固定ページを作成したものとして説明します )

外観 / カスタマイズをクリックしてカスタマイザーのページを表示します。

 

固定フロントページを開いて、固定ページを選択します。

 

フロントページは、何も選択せず --選択ーー が表示されるように指定します

 

投稿ページを blog(再程作成した固定ページのタイトル)を選択して

 

カスタマイザーの保存ボタンを押し バツ印をクリックして終了します。

以上で、作成した固定ページ blog を表示すると、ブログが表示されるようになります。


Enough0.98 Bug Report

2014年9月2日9:32 AM

投稿の new 表示に不具合がありました style.cssの最終行に、以下のスタイルルールを追加してください [php] .posted-on .meta-prep-author:before { margin-left: 20px!important; } [/php] この問題は、次回のアップデートで修正予定です。


Enough0.98がライブになりました

2014年9月2日9:23 AM

-Version 0.98 of Enough is now live. アイコンのデザイン変更を行いました **ウィジェットを2種類追加しました。 ***ピンナップウィジェット サイドバーなどに、アイキャッチ画像や、添付画像を表示できます。複数の投稿IDをカンマ区切りでセットした場合は、それぞれの投稿をランダムに表示します **カテゴリ毎の最新記事ウィジェット ***カテゴリを指定して、最新記事を指定件数表示するウィジェットです。


Enough0.96 Bug Report

2014年8月15日8:58 AM

Enough 0.96 has bug In some cases due to the state of the setting, the menu is displayed twice Fixed version 0.97 can download below. -https://github.com/tenman/enough/releases(b:Download from GitHub )
Enough 0.96にバグが見つかりました。 特定の設定の場合に、メニューが2回表示される問題です。 対策済みのEnoughテーマ バージョン0.97は 以下からダウンロードできます -https://github.com/tenman/enough/releases(b:Download from GitHub )