Forum Replies Created
-
AuthorPosts
-
Darren
MemberThanks for reaching out, Bill. We would like to make the decision independent of each other. The client makes the decision on the hosting, I make the decision on the developer.
Darren
MemberTime frame for completion is May.
Darren
MemberThank you guys, I really appreciate it - although the parallax pro has me itching to change it now.
Darren
MemberHey Sridhar - will this work on parallax pro?
Darren
Memberthanks Rob. I want to keep it clean, but still do some polishing.
January 15, 2014 at 10:49 am in reply to: First time with a premium theme! Would LOVE Feedback, please! #85351Darren
MemberHey Monica, I agree with David on the menu. I also think you should change the navigation background color. There is not enough contrast (the light teal button and white text).
I think a purple would work well with your color scheme
.nav-secondary {
background-color: #684A74;
}you can also try that maroon color in your logo.
Darren
MemberThanks everyone!
Darren
Memberthanks for jumping in with the help! That code does not exist within my functions.php - I tried commenting this out, but it removed the featured image everywhere.
//* Add featured image above the entry content
add_action( 'genesis_entry_header', 'going_green_featured_photo', 5 );
function going_green_featured_photo() {
if ( is_page() || ! genesis_get_option( 'content_archive_thumbnail' ) )
return;if ( $image = genesis_get_image( array( 'format' => 'url', 'size' => genesis_get_option( 'image_size' ) ) ) ) {
printf( '<div class="featured-image"></div>', $image, the_title_attribute( 'echo=0' ) );
}
}Darren
MemberThanks everyone. I am using a custom version of themedy's grind theme. http://demo.themedy.com/grind/
Ill keep tweaking away - sounds like i am headed in a good direction, now I just need to redo it in HTML5.
Darren
Memberwhatever image i upload wordpress/outreach seems to be forcing it to 920 max width
Darren
MemberThanks SoZo - that worked
Darren
Memberthanks sozo, i tried adding something but it didnt work.
// Blog Header
add_action('genesis_after_header', 'blog_head');
function blog_head() {
if (is_page_template( 'blog.php' )) {
?>
<div id="featured-area" div class="wrap">
ooh</div>
<?php
}
}Darren
MemberDarren
MemberHi John - thanks for code. Will this also work on getting the featured image to display on blog posts?
-
AuthorPosts