From ffc5530135712bfbd1268ca36e7f08368f2d46bf Mon Sep 17 00:00:00 2001 From: Robin Cornett Date: Sat, 8 Nov 2014 10:32:18 -0500 Subject: [PATCH] readme --- README.md | 4 ++-- readme.txt | 8 ++++---- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 8858f21..238ae65 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Display Featured Image for Genesis -This plugin works within the Genesis Framework, to display your post/page featured images in new and fun ways. It should work with either HTML5 or XHTML themes, but older themes may have a width set on elements which may not allow the full backstretch experience. +This plugin works within the Genesis Framework, to display featured images in new and fun ways. It should work with either HTML5 or XHTML themes, but older themes may have a width set on elements which may not allow the full backstretch experience. ## Description @@ -132,7 +132,7 @@ function rgc_omit_excerpts( $post_types ) { } ``` -_Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, archive headlines will be styled similarly to the standard single post/page output. If you check this option, the titles and descriptions will move to overlay the leader image. +_Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, archive headlines will be styled similarly to the standard single post/page output. If you check this option, all titles and descriptions will move to overlay the leader image. ## Credits diff --git a/readme.txt b/readme.txt index 1f10a40..bf84f88 100644 --- a/readme.txt +++ b/readme.txt @@ -9,7 +9,7 @@ Stable tag: 1.4.0 License: GPL-2.0+ License URI: http://www.gnu.org/licenses/gpl-2.0.txt -This plugin works within the Genesis Framework, to display your featured images in beautiful and dynamic ways. +This plugin works within the Genesis Framework, to display featured images in beautiful and dynamic ways. == Description == @@ -83,7 +83,7 @@ Additionally/alternatively, you could set a max-height for the backstretch image .big-leader { - max-height: 700px !important; + max-height: 700px; } = I checked the __Move Excerpts/Archive Descriptions__ option, but don't want excerpts to show on a certain custom post type, even with the featured image. = @@ -98,7 +98,7 @@ There's a filter for that, too. For example, adding this to your functions.php f return $post_types; } -_Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, archive headlines will be styled similarly to the standard single post/page output. If you check this option, the titles and descriptions will move to overlay the leader image. +_Note:_ unless you check the option to __Move Excerpts/Archive Descriptions__, archive headlines will be styled similarly to the standard single post/page output. If you check this option, all titles and descriptions will move to overlay the leader image. == Screenshots == @@ -149,4 +149,4 @@ New feature: set a default image to be used sitewide! * added the filter for certain post types, and optional filter for other custom post types = 1.0.0 = -* Initial release on Github \ No newline at end of file +* Initial release on Github