Community Forums › Forums › Archived Forums › General Discussion › Genesis Framework
- This topic has 24 replies, 3 voices, and was last updated 11 years, 1 month ago by ChrisGregory.
-
AuthorPosts
-
December 26, 2013 at 6:18 pm #81315ChrisGregoryMember
How can you change the header image in the genesis framework?
In Genesis theme settings, I changed the header setting to image logo.
I can't figure out how to upload my logo now?
Please help.Chris
http://marketing2.caDecember 26, 2013 at 6:25 pm #81319AnitaCKeymasterYou would go to Appearance > Header to upload our logo.
Need help with customization or troubleshooting? Reach out to me.
December 26, 2013 at 6:28 pm #81323ChrisGregoryMemberOn the framework there is no header option?
December 26, 2013 at 6:29 pm #81324AnitaCKeymasterI went to the site you posted. You have the default WordPress theme in place. Please activate your Child Theme so I can see what you are using.
Need help with customization or troubleshooting? Reach out to me.
December 26, 2013 at 6:34 pm #81326ChrisGregoryMemberHmm I uploaded the Genesis 2.0.1 framework, was planning on uploading a child theme, but I love the minimal look of the framework. Is it possible to use the framework as a child theme?
December 26, 2013 at 6:38 pm #81328AnitaCKeymasterNo, never use the framework. You should download the Sample Child Theme file and use that. When the framework is update, it will wipe out your changes. The Sample file should be available in your my.studiopress.com download area.
Need help with customization or troubleshooting? Reach out to me.
December 26, 2013 at 6:42 pm #81333ChrisGregoryMemberOk, so the Genesis sample theme can be uploaded like a child theme?
If so, will the child theme have the header upload option?December 26, 2013 at 6:57 pm #81337AnitaCKeymasterYes, install it as a theme and activate it. Once you do, look under Appearance. If you don't see Header - then come back and add this snippet to your Functions.php file which will put it there. You can adjust the numbers to the size of your logo.
add_theme_support( 'genesis-custom-header', array( 'width' => 960, 'height' => 200 ) );
Need help with customization or troubleshooting? Reach out to me.
December 27, 2013 at 9:41 pm #81498ChrisGregoryMemberThank you.
I will test this out!
Will it still be responsive?December 27, 2013 at 10:10 pm #81500AnitaCKeymasterYou will need to add the responsive code to your media queries.
Need help with customization or troubleshooting? Reach out to me.
December 27, 2013 at 10:26 pm #81503ChrisGregoryMemberOk, I tried that, the header was able to upload, but looked terrible. Way off center. Tried to adjust CSS but couldn't find it with the firebug inspector.
Just want the header to fit in.
Is it really possible to use the genesis framework? when I tried to upload the sample it worked, but when I tried to re upload the framework twice it didn't let me.
Do I need to adjust anything in the CSS to make this work. Just want the header to be centered look good. Why can't they make it more simple for non-designers?
December 27, 2013 at 10:32 pm #81504ChrisGregoryMemberSee what I mean
http://www.marketing2.caDecember 28, 2013 at 8:23 am #81556AnitaCKeymasterWell, the Sample is just a sample - it doesn't have any bells & whistles to it so more experienced designers and developers can use it. If you want something with more flexibility, then you might want to start out with a child theme that more closely resembles the look you are trying to accomplish and then customize that. You will need to modify the style.css for the logo / header you choose to use - for any theme you get. There is no way that SP or any Genesis developer can create a theme that is going to work for every person who wants to use it. I've realized that through the many people who contact me about wanting customization services, a responsive header or logo or who say it doesn't look good on this mobile device or that. Each person has to customize their sites to fit their needs. It's just not as simple as a plug-n-play type thing.
Need help with customization or troubleshooting? Reach out to me.
December 28, 2013 at 10:29 am #81582ChrisGregoryMemberOK,
I think I've figured it out.
Just had to add some CSS styles to the correct area.This is the code I added to get the result I desired
.site-header {
background-color:#FFFFFF;
border-bottom-left-radius:3px;
border-bottom-right-radius:3px;
border-top-left-radius:3px;
border-top-right-radius:3px;
margin:0 auto;
max-height:160px;
max-width:1140px;
padding-top:40px;It still gets messy when I resize the screen.
Should I add this code to the media section, or is there different code to make it mobile responsive?marketing2.ca
December 28, 2013 at 10:37 am #81585AnitaCKeymasterYou need to add it to the media queries also. I went to the site and i don't see it there.
Need help with customization or troubleshooting? Reach out to me.
December 28, 2013 at 10:40 am #81587ChrisGregoryMemberWhat didn't you see, the updated change or the code added to the media queries?
December 28, 2013 at 2:54 pm #81652AnitaCKeymasterDecember 28, 2013 at 3:06 pm #81658ChrisGregoryMemberHmm. It was there on my screen.
What would cause it to not show?December 28, 2013 at 3:13 pm #81659AnitaCKeymasterDecember 28, 2013 at 3:29 pm #81664ChrisGregoryMemberOn chrome yes
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.