Ryan Fitzer
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: sidebar…Don’t change the get_sidebar part.
Forum: Fixing WordPress
In reply to: Stray text.Tried that. What exactly does the text say?
Forum: Fixing WordPress
In reply to: Stray text.Got a link?
Forum: Fixing WordPress
In reply to: 2.0.5 Archives and Page TemplatesYour saying there is no sidebar box on the right of the post editor in the Write>Page screen called “Page Template”?
Forum: Fixing WordPress
In reply to: sidebar…Change the declaration for “#sidebar” to “#rightside” and make it look like so:
#rightside {
float: right;
top: 0px;
width: 250px;
overflow:hidden;
padding: 0px;
background-color: red;
font-family: ‘Geneva’, Verdana, sans-serif;
color: #f2f;
font-size: 7.5pt;
line-height: 11pt;
text-transform: lowercase;
}Forum: Fixing WordPress
In reply to: Help With Sidebar?To get rid of your dots you need to change the css in your main file where you define the img tag to this:
img {
background: #ffffff;
border: 2px solid #d5dce3;
padding: 3px;
}Forum: Fixing WordPress
In reply to: sidebar…That link shows no sidebar whatsoever. Has no header either.
Forum: Your WordPress
In reply to: Rip my blog apartLike the header and navbar. Front page could definitely use some visual hierarchy though. Some individual styling that divides up each category. Also, I see your have your copyright a little ahead of it’s self. Is that so you don’t have to update it on Jan 1, 2007?
Forum: Installing WordPress
In reply to: WordPress overwrote every one of my webpages.I use 1and1.com and have had no problems that any other host would be immune from. My only complaint is that the server is a little slower than some. Of course, I have never used their version of WP. I would never use any host’s version.
Forum: Fixing WordPress
In reply to: Image questionThe default theme does this with css.
p img {
padding: 0;
max-width: 100%;
}Forum: Fixing WordPress
In reply to: Static page cutting offThis happened to me once because of a hidden glyph somewhere in the text. Drove me nuts. Came from cutting and pasting from an AppleWorks doc.
Forum: Plugins
In reply to: Auto-insert file upload/attachmentI have yet to see something like that.
Forum: Fixing WordPress
In reply to: Static pages blankOr anything for that matter?
Forum: Fixing WordPress
In reply to: Static pages blankDid you alter your page.php file at all?
Forum: Everything else WordPress
In reply to: site down?Check the database info in the config.php file (main directory) to make sure it’s all correct. Contact the host to see if the database server is down.