Forum Replies Created
Viewing 5 posts - 1 through 5 (of 5 total)
-
AuthorPosts
-
chonk
MemberIt's not automatic. I agree with Kellylise.
Also i found this and it fixed my problem. So if anyone have this problem, they can put this code to functions.php and fix featured image problem.
add_action( 'genesis_before_entry_content', 'magazine_featured_image' ); function magazine_featured_image() { if ( is_singular( array( 'post', 'page', 'specialty', 'event', 'quickblog', 'portfolio' ) ) && has_post_thumbnail() ){ echo '<div id="featured-image">'; echo get_the_post_thumbnail($thumbnail->ID, 'header'); echo '</div>'; } }chonk
MemberThank you for helping.
chonk
MemberThe problem fixed with adding genesis-html5 code instead of html5 to functions.php.
//* Add HTML5 markup structure
add_theme_support( ‘genesis-html5′ );chonk
MemberI already installed 2.0 rc2 with 3.6. Problem is fixed somehow, i didn't understand. Thanks for helping.
chonk
MemberI did convert my css. It's not the problem. I mean, normally when i add html5 support from functions.php, with the old css file site need to be broken. When i look source code, xhtml is still there. So the problem is, it doesn't change to markup after 3.6 update.
-
AuthorPosts
Viewing 5 posts - 1 through 5 (of 5 total)