Community Forums › Forums › Archived Forums › General Discussion › Agency Pro Header Logo: Changing it??
- This topic has 2 replies, 2 voices, and was last updated 12 years, 3 months ago by
travlanders.
-
AuthorPosts
-
November 23, 2013 at 11:52 pm #75330
travlanders
MemberI have already seen a few posts about this and no real solutions. What a bummer!! This should be so simple but it has turned into a big time hassle.
Ideally what i would like to have is a small image followed by text as my logo on the upper left hand side of the page. (However, I have tried to just put the logo and can't even get that to come out correctly....)
I have tried changing the custom header code here:
//* Add support for custom header add_theme_support( 'custom-header', array( 'header_image' => '', 'header-selector' => '.site-title a', 'header-text' => false, //* TRAV added TRAV added TRAV added TRAV added TRAV added TRAV added 'height' => 100, 'width' => 300, ) );However, the image still gets cropped. Even after I increase the height of the container..
.site-title { height: 110px; }Still the image is cropped at 60px... obviously there is something else cutting it off...
I have tried adding a widget to the header by using code like:
genesis_register_sidebar( array( 'id' => 'header-left', 'name' => __( 'Header Left', 'wpsitesdotnet' ), 'description' => __( 'Header left widget area', 'wpsitesdotnet' ), ) ); /** * @author Brad Dalton WP Sites * @learn more http://wp.me/p1lTu0-9VA */ add_action( 'genesis_header', 'wpsites_left_header_widget', 11 ); function wpsites_left_header_widget() { if (is_active_sidebar( 'header-left' ) ) { echo '<div class="header-left">'; dynamic_sidebar( 'header-left' ); echo '</div><!-- end .header-left -->'; }}I have tried using plugins such as:
Genesis Simple Headers
Genesis Simple HooksI have looked at so many articles and tried so many other things my nose is bleeding... I would list the others but I can't remember all that I have tried. Why is this so difficult???
If anyone has a lead on how to change the height of the header and then insert a custom header I would appreciate it...
Below you can see what I have thus far.... which is not much....
http://howtokorean.com/Thanks
http://howtokorean.com/
TravNovember 24, 2013 at 9:47 am #75357Susan
ModeratorHave you tried this tutorial?
http://blackhillswebworks.com/2013/05/10/how-to-replace-the-studiopress-background-header-image-with-a-real-image-logo/November 24, 2013 at 10:21 am #75364travlanders
Memberhere's what I did...
Changing the Logo in the Header of the Agency Pro Theme
Still I would like to do a combo of an image with text so that it is more seo friendly...
I couldn't figure that out... I only got an image for now...
-
AuthorPosts
- The topic ‘Agency Pro Header Logo: Changing it??’ is closed to new replies.