Forum Replies Created
-
AuthorPosts
-
SusanTMember
I was having the same issue - the code in the theme set up was different. Yours did the trick - thank you!
SusanTMemberMore good points - thank you, Eamon. I appreciate the good feedback!
SusanTMemberLong overdue thank you for your comments and feedback. David Browne, I corrected the spacing between the home widget areas so that photos have more "breathing room" between them, and Liz I've integrated your suggestion - I need to clean up the styling on those links, but they're now in place. Thank you all!
SusanTMemberNicely done!
SusanTMemberThanks to you all - the positive comments and the suggestions are fabulous. Liz, I loved your suggestion - and I put a contact link at the end of each detailed portfolio item. Need to style it a bit more, but it's there. Thank you. And David, I've adjusted the home widgets padding - I've left the grey, but I'm 'sitting with it' for a while and might change it. Also, thanks for the note on the site header wrap. Fixed that, too. Thank you again for taking the time - much appreciated!
SusanTMemberI came up with a solution - I found the Genesis Featured Page Advanced plug-in, and it works beautifully. Maintains all the styling and works well alongside the built-in Featured Page widget.
Just passing this tip along.
SusanTMemberJust what I was looking for today....thank you, Brad, you are my hero! 🙂
SusanTMemberLove this - thanks for sharing.
September 12, 2013 at 7:08 pm in reply to: [Outreach Showcase] Atlanta Laser Boutique & MedSpa #62166SusanTMemberNIce work - I also like the color scheme.
SusanTMemberNot girly - FUN. I agree with Susan - gender neutral.
SusanTMemberEllen, I'm fairly new to designing websites and Studiopress - and I love it. Welcome. Excellent job on your site. Love it!
SusanTMemberSo sorry, Brandon. I was hoping I had the magic answer for you! Since kzoll is also having the same problem using the plug-in, one might guess that was the problem, but it sounds like you've deactivated it and done everything you can there.
I'm about to start a site using the Minimum theme (first time), so I will let you know if I discover anything. But when I look at your CSS using Firebug, I don't see any of the CSS that you added (#header-image title area, etc...) by following the tutorial. It's a mystery - wish I could be of more help.
SusanTMemberHi, friends. I've discovered that this 'cropping' issue relates to the customer header size that is set up in the functions.php page. Here's the bit of code from the functions.php on my site:
/** Add support for custom header */
add_theme_support( 'genesis-custom-header', array( 'width' => 273, 'height' => 117) );If you change the size of width and height (numbers in bold) to match the size of your logo file, it should fit perfectly - and you will no longer have to crop.
Now, this may not be the BEST solution, but it's the way I have handled it, and it works for me (I've designed about five sites now using Genesis and its child themes).
-Susan
SusanTMemberI'm not sure if this will apply to you, but I just customized the footer credits on a site, and here's the code I that worked for me. I added this to the functions.php file.
/** Customize the entire footer */
remove_action( 'genesis_footer', 'genesis_do_footer' );
add_action( 'genesis_footer', 'custom_footer' );
function custom_footer(){Â Â echo '<div class="creds"><p>';
echo 'Copyright © ';
echo date('Y');
echo ' · <a href="http://www.glennmeadowbb.com"/>Tracey Davis</a>Â | Website design by <a href="http://www.susantrabucchi.com/">Susan Trabucchi</a> Powered by the <a href="http://www.studiopress.com/themes/genesis/">Genesis Framework</a>';
echo '</p></div>';
}The site is http://www.glennmeadowbb.com
SusanTMemberLooks terrific, Cassie. Nicely done.
SusanTMemberYou are fabulous - this worked perfectly. Thank you!
-
AuthorPosts