MJ14
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Help Finding Free TemplateWell I think I found what I’m looking for, but I need to know how to get rid of the You’ve Raised 000000 and Donate thing if anyone can help with that?
http://www.cakesandcrumbsbakeshop.com/Forum: Themes and Templates
In reply to: Site Loads Improperly in FirefoxUsing Mozilla Firefox on a MacBook Pro and it works perfect for me.
Forum: Themes and Templates
In reply to: Theme suggestions?One of these three should help:
http://www.smashingmagazine.com/2009/08/22/free-podcasting-video-and-photography-wordpress-theme/ <–This is perfect for what you are looking for. Probably won’t find anything better and it’s FREE!
http://www.obox-design.com/themes_page.cfm/theme/selecta
http://graphpaperpress.com/themes/fullscreen/Forum: Themes and Templates
In reply to: High School WebsiteCheck this out: http://www.wpzoom.com/themes/academica/
Should be perfect for you and easily customized.Forum: Themes and Templates
In reply to: How can i make something like thisForum: Themes and Templates
In reply to: Twenty Eleven: Gray line above header imageGo to your style.css and find this part of the code.
#page {
margin: 2em auto;
max-width: 1000px;
}Now change that to
#page {
margin: -.2em auto;
max-width: 1000px;
}Problem solved.
Forum: Themes and Templates
In reply to: Driving myself crazy.. header text > imageWidth is 800px. What size is the image you are trying to add? If it’s above or below 800px that’s probably your problem.
Forum: Themes and Templates
In reply to: Twenty-ten theme – changing title font and header image sizeIf you want to edit the font to the title, I would recommend installing a plug-in called All-In-One Cufon to replace the font that you want to.
You can edit the header image size and width by finding this in the style.css:
#branding img {
border-bottom: 1px solid #000000;
border-top: 4px solid #000000;
clear: both;
display: block;
}To fix the height and width just add this:
#branding img {
border-bottom: 1px solid #000000;
border-top: 4px solid #000000;
clear: both;
display: block;
width: 940px
height: 198px;
}940×198 is the default size for the banner. I edited it to 130px to make sure it would work and it did. All you have to do to make it thinner is edit those numbers 940×198 to whatever you like then save it.
Forum: Themes and Templates
In reply to: Fonts not working on iPad/iPhoneI used the font plugin All-In-One Cufon for my website and it loads just fine and I used it to replace a ton of the fonts. So if you’re only editing a small amount, then I doubt it will do much!
Forum: Themes and Templates
In reply to: Pages Messed Up?Thanks! Now how might I go about editing those errors?
Forum: Themes and Templates
In reply to: Uploading My Header Image:I meant you could just send me an e-mail with the login stuff to your wordpress and I would login to the admin area and try to figure it out for you. My e-mail is:
boston2212@yahoo.comif you would like me to give it a try. As far as what I was referencing in the picture here it is circled:
Forum: Themes and Templates
In reply to: Uploading My Header Image:Yes this is the result of what I did. I meant look at the very bottom right below the calendar areas where it shows me editing it to be 315px.
If you want you can send me an email and I’ll login and see if I can fix this for you?
Forum: Themes and Templates
In reply to: Uploading My Header Image:Look at the bottom right, you’ll notice that I edited it to be 315px and you’ll notice the result. All you have to do is change the height:120px to Height:315px as esmi has suggested or 313 I guess.
Forum: Themes and Templates
In reply to: Fonts not working on iPad/iPhoneIt’s the way iWeb and WordPress are coded. iWeb adds the font file to everything that you upload so that it’s stored on the web, that way no matter where you view it, if you’re online then you see the font as well. I’m not sure if that makes sense? Probably not the best way to put it, but basically iWeb uploads the font so that everyone on the internet can see it, where as WordPress doesn’t.
Now, if you use Cufon as esmi mentioned for WordPress then it uploads the font stuff online so then just like iWeb, if you have an internet connection then you see the font. If you don’t use Cufon or Google fonts with WordPress, then WordPress doesn’t upload any font style with the all the other stuff to your server. Basically, if you install the Cufon plug-in then you’ll be all set with the WordPress stuff.
I honestly hope that helps and makes sense?
Forum: Themes and Templates
In reply to: Uploading My Header Image:Well I just looked at the website and it doesn’t show the new banner for me? If you add the new banner up so I can see it, I’m sure myself and/or esmi will be able to help you!