Community Forums › Forums › Archived Forums › Design Tips and Tricks › Default Header Title & Tag Line still showing up
Tagged: add logo, genesis sample, header
- This topic has 11 replies, 5 voices, and was last updated 10 years, 4 months ago by DTHkelly.
-
AuthorPosts
-
February 16, 2014 at 3:04 pm #90650MichaelStultsMember
Hello,
Child Theme: Genesis Sample
I added the custom header to functions.php so I could add my logo. Once I did that... the default title and tagline has showed up directly under my image. Now, under Settings > Header >... I do not see "uncheck text under image" as some have suggested.
Screenshot:
I appreciate any help and time.
http://www.fishingtackleforum.comFebruary 16, 2014 at 9:49 pm #90693ScottMemberHi Michael, what you are seeing is actually the default Genesis logo image.
However, it would seem that if you uploaded a custom header image, Genesis should replace its logo with yours. That's how I would expect it to behave, but I'm new to GF and just learning the ins and outs myself.
Until you get a response from GF support here, you can use this custom css to hide the Genesis default logo:
<style>.header-image .site-header .wrap {background:none;}</style>
Or, a better option than that, would simply be to rename your header image to "logo.png" and upload it to overwrite the default Genesis logo located here:
themes/genesis-sample/images/logo.png
February 16, 2014 at 10:53 pm #90699ScottMemberAfter a bit more research, here's the skinny on what's happening.
When you enable "Custom Header" support, GF assumes that the image you are uploading is going to be a background image for the header area. The reason I say this is because it attaches this image to the parent container (the "header" element) of the default logo image (logo.png). The logo.png element is attached to the background of the header .wrap element, so that allows it to float on top of the header graphic.
So, its possible to have a background image in the header as well as a logo which may overlay it.
What appears to be missing from the framework, is an easy way to replace the default logo.png image without leaving the WordPress admin. Until/if that's added, FTP is your best bet in that regard.
February 17, 2014 at 7:07 pm #90879MichaelStultsMemberThanks Scott.
I see where you are going. I was thinking along the similar lines but not getting it to jive out.
Here is what I tried tonight.
- I deleted the logo.png out of genesis & genesis sample.
- That removed the genesis default logo but my logo was still bumped up. (genesis sample child)
- The "header" image was still pushed up above the default logo area.
- I deleted the "header" image from inside the dashboard and it defaulted back to the text based site title.
Tried to remove the action of "adding a custom header" all together and going with that simple replace logo.png in theme and that didn't trigger it to use logo verse text.
hrmm...
February 17, 2014 at 7:48 pm #90884ScottMemberFirst, you need to make sure you have "Image Logo", selected in the theme options at:
Genesis > Theme Settings > Header
Next, you need to rename your logo image "logo.png", then upload it via FTP to the "images" directory of the child theme (where you deleted the old logo.png)
February 17, 2014 at 8:00 pm #90887MichaelStultsMemberI don't have that in my theme options:
https://docs.google.com/a/dollarpremier.com/file/d/0BwyzaWSbqlaTR082M2lEdnRHYW8
February 17, 2014 at 11:58 pm #90914ScottMemberIf you don't see the option it means that your theme's functions.php has the custom header enabled. You will need to disable that in order to get the Genesis default header options back.
You are looking for this line in your functions.php
add_theme_support( 'custom-header', $args);
You need to remove that or comment it out
//*add_theme_support( 'custom-header', $args);
February 18, 2014 at 11:35 am #90999MichaelStultsMemberBomb.com sir!
Looks like in my checking back and fourth... I didn't go back to check if it should up! I appreciate your kindness in helping!
Now off to resize the image some more :).
February 22, 2014 at 12:54 pm #91939MichaelStultsMemberHere is another one, when you look at the site on your phone, the responsive version still shows that default logo. Any suggest on that one?
March 12, 2014 at 4:50 am #94392pixiegrlMemberSame with mine. Trying to find an answer.
July 26, 2014 at 12:11 am #115891mrsceoMemberI am using an awesome plug-in, Dynamic Header, that allows you to have different headers for each page. I did everything explained above, but the default image logo still shows up. I have no idea how to get rid of it.
I would prefer to use the Dynamic Header plug-in so that I can have different image headers on each page. Please help!!!
my site is http://www.mrsceo.com
this was the article I followed to set up the Dynamic Header. http://hypertransitory.com/blog/2011/10/28/wordpress-dynamic-headers-with-your-genesis-theme/
July 27, 2014 at 6:02 am #115969DTHkellyMemberSome reference for using difference headers
Displaying A Different Header Image On Homepage Than Other Pages
-
AuthorPosts
- The forum ‘Design Tips and Tricks’ is closed to new topics and replies.