Community Forums › Forums › Archived Forums › General Discussion › Changing my header
Tagged: changing header
- This topic has 10 replies, 2 voices, and was last updated 11 years, 6 months ago by alexanderbegg.
-
AuthorPosts
-
July 12, 2013 at 11:49 am #50405alexanderbeggMember
Hi there I am looking to change/customize the header on my website blessedenergies.com
I have used other themes, i.e. midnight which show a *custom header* button in the appearance box.
On the agency theme, I cannot see where it is.
Thanks in advance
http://blessedenergies.comJuly 12, 2013 at 11:54 am #50406TerryMemberOn the Agency theme you should find the header upload at Appearance=>Header.
Hope that helps.
July 12, 2013 at 1:37 pm #50418alexanderbeggMemberHi thanks for your message.
I have a picture here
https://lh5.googleusercontent.com/-lqwJNIZzThc/UeBadaQUuAI/AAAAAAAAAPk/FbC_iYGIqIs/w704-h391-no/agency+v1.0.1.JPGI have version 1?
I downloaded another version via my studiopress called v2.0
When I try to install this it says the destination folder is already full!
Hope I dont need to remove all my work!!
July 12, 2013 at 1:54 pm #50427alexanderbeggMemberOk I changed to the v2.0 by deleting agency 1.0 however.. the slider is now HUGE - and all the featured pages from before align to the left.
Is there no way for the V1.0 to change header - I really loved that theme layout because I can see my about page / put alot of work into that particular design.
Please help
July 12, 2013 at 2:17 pm #50437TerryMemberMaybe destination folder already exists?
Have you done much work customizing the theme? It may feel like tons, but have you edited any files like the functions.php or style.css?
My suggestion is if you're starting work on a new site to use the most recent version. There have been changes, one being responsive design, that were implemented in 2.0.
If your changes are posts, pages, widgets or menus those are not theme specific and should be fine (although you may have to re-enable to menus and widgets) if you change themes.
It could be as simple as backing up what you have and if you haven't done much, to remove(delete) the current Agency theme and replace it with the newer Agency 2.0 then redo your customizations.
My guess is the problem is that the two themes create the exact same named theme directory which is why the destination folder already exists.If you've done a lot of work editing files, you can use ftp access to rename the directory and move or copy files.
Let me know if you need more details.
July 12, 2013 at 2:24 pm #50440TerryMemberSorry we must have crossed emails.
It looks like you haven't added anything to the home page widgets provided in Agency 2.0? That's how you customize the home page, via Appearance=> Widgets. They are listed along the right hand side. Just drag & drop from the left to right. Any you had before will still be there towards the bottom under "Inactive Widgets."
I'm not sure I understand the problem with your About page? It should be there, you may need to activate the menu or add the page to the menu.
July 12, 2013 at 2:29 pm #50441TerryMemberJust refreshed, looks like you got it.
Your Home Page looks great!July 12, 2013 at 2:32 pm #50445alexanderbeggMemberHi thanks for the help and the comments. Been working alot on that
I went back to v1.0 🙁
Ive done so much work and v 2.0 is like.. another day I think haha
All I wanted to change on v1.0 is the header.Hmm - Maybe I will just keep old fashioned ;P :0)
July 12, 2013 at 2:34 pm #50446alexanderbeggMemberIf I go to v2.0 I cant get my face on the front page, or it will take up the HUGE slider which is a bit too much attention.
Its ok I will probably go inside v.2.0, find the header code, then hope I dont mess things up.Thanks for all
July 12, 2013 at 2:39 pm #50448TerryMemberSorry, I don't have a version of 1.0 to see the functions.php.
Maybe someone else can help you out.
In 2.0, in the functions.php, there's a line around 27
/** Add support for custom header */
add_theme_support( 'genesis-custom-header', array( 'width' => 960, 'height' => 115 ) );Also, 2.0... You can also change the slider around line 36
/** Set Genesis Responsive Slider defaults */
add_filter( 'genesis_responsive_slider_settings_defaults', 'agency_responsive_slider_defaults' );
function agency_responsive_slider_defaults( $defaults ) {
$defaults['slideshow_height'] = '300';
$defaults['slideshow_width'] = '950';
return $defaults;
}Best of luck!
July 12, 2013 at 2:51 pm #50455alexanderbeggMemberThanks so much learn a little bit more everyday, love it! Take care
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.