Community Forums › Forums › Archived Forums › General Discussion › Minimum Theme Clickable Header Image – help!
Tagged: header image, minimum
- This topic has 6 replies, 4 voices, and was last updated 9 years, 7 months ago by
rebelgeek.
-
AuthorPosts
-
April 15, 2013 at 2:31 pm #35608
davidleeking
MemberOK - I'm in the process of switching to the Minimum child theme, and I'm stumped on the silly header image. Here's what I've done so far:
First off - nothing's live yet. I'm using the Theme Test Drive plugin. Not sure if that's the problem or not!
Anyway ... my header image is a 527 x 109 png file.
So first (Studiopress helpdesk told me to do this), I edited functions.php to add this:
/** Add support for custom header */
add_theme_support( 'genesis-custom-header', array(
'width' => 527,
'height' => 109
) );Next, I went to Theme/Header, and uploaded my image. That didn't really work (the default 1140x100 image size didn't change), but I tricked it into working (by switching to another theme in Theme Test Drive that wasn't so picky about size, then switching back to Minimum).
So ... that added my image! Now it's centered, and isn't clickable. I want the image on the left side, and want it clickable (with a link to the main page like most logos).
Do I just change the stylesheet to say this under header -
#header {
background-position: top center!important; ---- would I just change "center" to "left" ?? Doing that seems to move the image to the left.Suggestions appreciated!
April 15, 2013 at 4:57 pm #35650purplepatriot
Memberhi davidleeking - quick question off the bat, just to make sure I'm not misunderstanding. When you said that you "edited functions.php to add this" - did you actually add that additional code, so that there are now two instances of that code block (with two different heights and widths), or did you simply change the values from 1140 to 527 (width) and 100 to 109 (height)? If all you did was change the numbers, that should have allowed you to upload the 527x109 image under Theme->Header. But, let's start there. And if you can post a link to the site that would be great, too. Thanks!
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.April 16, 2013 at 8:49 am #35745davidleeking
MemberHi! Thanks for responding. I changed the values. I can't post the website - it's not actually live. I'm using the Theme Test Drive plugin so I can design the site without actually going live (not sure if that's part of the problem or not).
April 16, 2013 at 9:27 am #35750Bill Murray
Member@davidleeking - That's probably not the best route to develop a site privately and seek help at the same time. Here's a better route that applies if your site is on a publicly accessible web server:
1) Visit Settings->Reading and block search engines (that assumes you're using WP 3.5 or greater); be sure to reverse this when you go live
2) If you want even more privacy (ie, blocking more than search engines that respect robots.txt), Use the More Privacy Options plugin; you could create a subscriber account and post credentials here for those helping troubleshoot, and require that a user be logged in to see the site.This route does expose visibility to someone who searches (such as via Google) for your site AND finds the thread AND then puts the 2 pieces of info together and bothers to login, but you can delete the subscriber account once your particular problem is solved. If the forum had a working private messaging system, you'd have more protection because you could PM credentials to those offering assistance, but alas, that's not available. If you've blocked search engines and don't use a plugin similar to More Privacy Options, your only site visibility is to those who stumble on your domain.
It's hard to have perfect privacy and get help at the same time.
Web: https://wpperform.com or Twitter: @wpperform
We do managed WordPress hosting.
April 16, 2013 at 9:41 am #35752purplepatriot
MemberI haven't used that plugin, but it seems to be well-supported. I don't know if there is some kind of conflict or not. Changing those values in functions.php should have changed the values you saw when you went to Theme->Header to upload your header image. Can you disable the plugin, switch themes to Minimum, and quick check and see if the height/width settings are the same or different?
Eric @ Coolwater Creative – “Take a leap. Make a splash. Ripple the pond.”
“Never sacrifice the permanent on the altar of the immediate.” – Give back and help out in the forums.April 16, 2013 at 9:46 am #35754davidleeking
MemberPurplePatriot - good idea - thanks!
Bill Murray - yep, you're right. I'm working on my own, very live, site, so didn't want to be too disruptive to my readers.
But I'm thinking I might just need to do that - re-upload Genesis and Minimum, then switch with very minimal stuff on the site. Then start pfutzing with it (like with headers and things).
Golly dang 🙂
October 29, 2013 at 4:11 pm #69756rebelgeek
MemberHi there...
I know this post is a bit old, but I was having this same issue. Deactivating all of the plugins resolved the issue. I had a conflict with the Genesis Simple Headers plugin, which I didn't even need. Problem resolved.
-
AuthorPosts
- The forum ‘General Discussion’ is closed to new topics and replies.