Peter Boosten
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Need Help ASAPNo, then there’s something called page templates, which allow you great flexibilty in styling your site.
Peter
Forum: Themes and Templates
In reply to: Alignment and background offAn URL to your site would be helpful.
Also consider upgrading your WordPress installation.
Peter
Forum: Themes and Templates
In reply to: Decrease get_the_excerpt() lengthYou don’t have to change wp core to accomplish this (just like RVoodoo wrote): Look here
Peter
Forum: Themes and Templates
In reply to: How can I get rid of the text at the bottom of my theme?Replace all the encoded php in footer.php with this:
But make sure you don’t violate the license by doing so…
Peter
Forum: Themes and Templates
In reply to: Custom StylesheetAs far as I can tell is the closing php tag part of the comment, and therefore the
<linkthingemy isn’t recognized as html.Peter
Forum: Themes and Templates
In reply to: RSS feed problem on my websiteIt works on my firefox (on Mac).
Peter
Forum: Themes and Templates
In reply to: Hiding pages from navigationAccording the codex, like this.
Peter
Forum: Themes and Templates
In reply to: MAC vs PC viewingI would delete everything and simply start over from scratch.
That’s a personal opinion, I guess, and not for this forum, but more for the “Strut your stuff” thingy.
Peter
Forum: Themes and Templates
In reply to: Adding margins automatically with CSSThe easiest way (but this is for ALL images – also the header if applicable) would be
img { margin: 2px 10px 4px 10px; }or in short hand
img { margin: 2px 10px 4px; }Peter
Forum: Themes and Templates
In reply to: Matching Content Background and Sidebar Background LengthApply the background-color to #wrapper should do the trick.
#wrapper { background-color:#FFFFFF; margin:0 auto; text-align:left; width:930px; }Peter
Forum: Themes and Templates
In reply to: Sidebar disappeared AND “webadmin.php” appearedI’m running WP 2.5.1. What do you mean by owned? Hacked?
Yes, that’s exactly what I mean, and likely, since WordPress had lots of vulnerabilities since your version.
Peter
Forum: Themes and Templates
In reply to: CSS Help!Why do people always persist in copying large chunks of code here while it can be downloaded from the site we’re supposed to look at?
Since you’re not totally clear on what the problem is, I assume it’s the width of the displayed image isn’t the actual width.
Find this in your style sheet and remove it:
img { border:medium none; max-width:350px; }Forum: Themes and Templates
In reply to: Removing image border from emoticonsThere’s already a class associated with the smileys, called wp-smiley:
.wp-smiley { border: none; }Forum: Themes and Templates
In reply to: Sidebar disappeared AND “webadmin.php” appearedI haven’t updated to WordPress 2.8.6 yet… could this be the problem?
depends on the version you’re running.
Maybe you have been own3d?Peter
Forum: Themes and Templates
In reply to: Removing image border from emoticonsAn URL would help to give you a precise answer.
Now all we can do is guess.
Peter