Forum Replies Created
-
AuthorPosts
-
You’re welcome, Larry!
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
You’re welcome! Glad to be of some help!
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
You’re welcome! Are you running it on a live site yet? I’m curious to know how it works for other people…
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
Tyy,
If you’re still having trouble with the span tags in your widget titles, this should help: http://blackhillswebworks.com/2013/05/19/how-to-fix-studiopress-metro-theme-widget-titles/
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
If you’re still having trouble with the span code in your widget titles, this should help: http://blackhillswebworks.com/2013/05/19/how-to-fix-studiopress-metro-theme-widget-titles/
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
I ran into this too, and wrote a plugin that should fix this. You can read about it here and/or download it from WordPress: http://blackhillswebworks.com/2013/05/19/how-to-fix-studiopress-metro-theme-widget-titles/
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
May 13, 2013 at 11:16 am in reply to: How to replace the StudioPress background header image with a real image logo #40685So based on your comment and my wife’s advice, share buttons are back on my site!
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
May 10, 2013 at 7:47 pm in reply to: How to replace the StudioPress background header image with a real image logo #40410Yeah, kind of. Had them for several years, then rebuilt the site with the Minimum theme and haven’t got around to adding them yet. I was a big proponent of sharing buttons for a while, but the ‘excitement’ sort of wore off…
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
I wondered if that was going to happen. Add this code to the bottom of your functions.php to remove the site description:
/** * Remove the site description * * @link http://www.briangardner.com/code/remove-header-elements/ */ remove_action( 'genesis_site_description', 'genesis_seo_site_description' );
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
-
This reply was modified 2 weeks ago by
John. Reason: clarification
-
This reply was modified 2 weeks ago by
John. Reason: clarification
Shea,
In the eleven40 style.css the selector that matches my example would be #header .wrap, I believe, which you should find at line 183, and you’ll probably want to comment out the min-height: 90px; for that selector.
If “add support for custom header” isn’t there then you’re a step ahead already!
And yes, adding the additional code to the bottom of functions.php is your best choice. Perhaps I should add that information to my post.
John
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
This should help with the logo issues: http://blackhillswebworks.com/2013/05/10/how-to-replace-the-studiopress-background-header-image-with-a-real-image-logo/
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
Shea,
Here’s the freshly-published post: http://blackhillswebworks.com/2013/05/10/how-to-replace-the-studiopress-background-header-image-with-a-real-image-logo/
John
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
You could try this: http://blackhillswebworks.com/2013/05/10/how-to-replace-the-studiopress-background-header-image-with-a-real-image-logo/
John
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
Hey all,
I think you’ll find this to be helpful in getting a logo to work: http://blackhillswebworks.com/2013/05/10/how-to-replace-the-studiopress-background-header-image-with-a-real-image-logo/
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
Shea,
The real fix for that is a little more complex, but I’m sitting down right now to write a blog post explaining how to do it the right (best?) way. I should have this posted by tomorrow morning if all goes well.
John
John Sundberg | blackhillswebworks.com
A WordPress developer’s toolbox: Firebug | WordPress Codex | Google
-
This reply was modified 2 weeks ago by
-
AuthorPosts