Top Toolbar Share Buttons Missing
-
I did the update to 1.7 this morning, and although I am using a child theme, my custom top bar share icons have all disappeared except for the rss. Even when I add new buttons using both custom and the built in services, they do not show up. However when I disable the top-bar, it does go away.
Anyone assist? Thanks.
My bad. Again. I had a header.php in my child theme folder to point my header image to the CDN. I removed that file and added the pointer to the new header.php
<div id="header" style="background-image:url('http://aws3.noisegate95.com/wp-content/uploads/2012/04/Noisegate95-Studios-5.png');">I can’t figure out how to just add this to the header.php file rather than copying over the entire file.
Admin
You wouldn’t want to override the theme’s template files in your child theme exactly for this reason. You can read more about it here:
The customisation you’re looking for is fairly straightforward, and can easily be achieved using CSS:
#header {
background-image: url('http://aws3.noisegate95.com/wp-content/uploads/2012/04/Noisegate95-Studios-5.png') !important;
}Thank you as always for your help and advice. Just learning css and php, and these tidbits of info always help. I have implemented the css above successfully, and I will read up on the above mentioned wiki.
Viewing 4 posts - 1 through 4 (of 4 total)
- You must be logged in to reply to this topic.
