mdixon
MemberForum Replies Created
-
Genius! That did it—thank you!
Copied to my child theme’s functions.php…no change.
I was looking in Firebug to see what other styles might be affecting the top-bar, but can’t find that blue gradient anywhere. Must be a default IE thing?
Tried it and there was no change in appearance.
#top-bar {
background: url(images/top-bar-background.png) repeat !important;
border-bottom:0;
margin-top: 0px;
position: absolute;
overflow: visible;
}
#top-bar, .top-bar-preview .top-bar {
background: url(images/top-bar-background.png) repeat !important;
}Okay, I’m now good in all browsers except (you guessed it) IE 8 & 9.
Any idea why I’m getting this awful gradient and my social media icons (
#social_icons) aren’t appearing?My
#top_barCSS is now:#top-bar {
background: none !important;
border-bottom:0;
margin-top: 0px;
position: absolute;
overflow: visible;
}
#top-bar, .top-bar-preview .top-bar {
background: none !important;
}Figured it had to have something to do with the top bar but was confused since I already had
background: none;THANK YOU so very much!
Tried the Firebug tool and got it figured out—thanks for the tip!
I do still believe that in future versions, customizing the slider layout could be better documented. Just a request! 🙂
Your screenshot is exactly what I’m seeing. The correct header image is this one.
See how the top of the logo is cut off?
I have not edited theme files, only child theme files.
Okay, I removed the function hacks I was using to set the header height, and I revised my child theme’s stylesheet to include only the necessary changes (see updated version). My header.php remained the same.
I have used the theme option to set the header image height at 140px. However, nothing changed on my live site. The top part of the header still appears to be cropped off.
This has been resolved. While fixing up my child theme found a duplicate div id—I’m guessing that was it!
Quote:You should never edit theme files. You will lose changes at the next theme update.Yes, I’ve realized that by now. I’ve read up and have been working toward creating the child theme this week. I’ll never make that mistake again!
Anyways, thanks for a great theme as well as the resources.
Viewing 10 posts - 1 through 10 (of 11 total)
- 1
- 2
