janeguild
Forum Replies Created
-
Forum: Plugins
In reply to: [ContestFriend for WordPress] Mobile Facebook shareI am having this issue as well, and if anyone knows anything, I’d love to hear it!
Forum: Themes and Templates
In reply to: [PinBlack] Remove comments/reply sectionI know how to do this in the comments.php, but any future updates will overwrite it. I just commented out the bulk of it. If you figure out how to do it in a way that won’t be overwritten, I’d love to know too!
Forum: Themes and Templates
In reply to: [PinBlack] Header Image, how?Oh, and you’d want
background-position:right
Yeah…
Forum: Themes and Templates
In reply to: [PinBlack] Header Image, how?I did this in probably a very messy (but works) kind of way just today.
Put in a Site Title (it shows in your browser tab) under the theme Options. If you don’t do this, none of it works.
Either change the style.css (or your child theme style.css if you’re doing that) like this:
#site-title {
padding:5px 0;
margin-left:-400px;
margin-right:auto;
border:0;
height:110px;
background:url(library/images/header5.gif);
background-repeat:no-repeat;
background-position:center;The margin-left pushes your title off the screen (you may have to up the number if it leaks back on), and the background will obviously be your own image.
I think that’s all I did. If it doesn’t work I can look closer 🙂
HTH!
Forum: Themes and Templates
In reply to: [PinBlack] child theme possible?Hi again,
I upgraded and it’s working like a dream! Thank you both for your replies 🙂Forum: Themes and Templates
In reply to: [PinBlack] child theme possible?Hi there,
I’ll upgrade to 1.5.1 and see if the child theme works. If I still have problems I’ll post the changes and what’s not working.
Thanks for awesome responsiveness!