Class
Forum Replies Created
-
Forum: Themes and Templates
In reply to: Missing Email and Print buttons in IE, nothing in FireFoxMaybe the images are corrupt? When I try opening http://perfectexposure.net/blog/wp-content/themes/Sculpt/images/email_button.png
I get:The image “http://perfectexposure.net/blog/wp-content/themes/Sculpt/images/email_button.png� cannot be displayed, because it contains errors.Forum: Themes and Templates
In reply to: Missing Email and Print buttons in IE, nothing in FireFoxView the source of the page, check if the path to the images are correct.
I can’t see any print or email button or link either.Forum: Fixing WordPress
In reply to: When people register no e-mails is sent?Are you sure it’s the same mailhost? Do you have access to the mailserver logs?
Forum: Fixing WordPress
In reply to: Blix Border & BackgroundSearch these forums and have a look at http://codex.wordpress.org/Blog_Design_and_Layout#WordPress_and_CSS
Forum: Fixing WordPress
In reply to: I feel mildly retarded.Doublecheck permissions on everything 🙂
Forum: Themes and Templates
In reply to: Padding – images and text together in a postI added this to my CSS:
.entry img {
float: left;
margin: 5px 5px 5px 0px;
border: 4px solid #666666;
}Forum: Fixing WordPress
In reply to: When people register no e-mails is sent?Is the mailserver running? Can you send other mail from the host?
Forum: Fixing WordPress
In reply to: Disappearing commentsHmm, I’d talk to your host and check the logs.
Forum: Fixing WordPress
In reply to: Blog working, but no formatting or images?Try editing the ‘hosts’ file on the computer that doesn’t display correctly ((windir)/system32/drivers/etc) and put something like
192.168.2.1 fullotherhostname(replace with the real IP and hostname of your server)Forum: Plugins
In reply to: Include articles in other articlesA small PHP script with some SQL code should do the trick.
Write a function to query the ‘posts’ table and include it where you want.
It’s crude but it should work 🙂Forum: Fixing WordPress
In reply to: A question about MORE quicktagsMaybe you can use CSS (display:none) or place the image after the more quicktag?
Forum: Themes and Templates
In reply to: Category Listing PageForum: Installing WordPress
In reply to: Error establishing a database connectionI agree with your $.02 but it’s a PHP issue on windows I guess, not WP’s fault 🙂
Did you edit the php.ini for your 4.4 install?
Forum: Installing WordPress
In reply to: WordPress on Jumpline.com Does it work?If you search these forums, you’d get lots of pointers 🙂
Forum: Your WordPress
In reply to: Sanity check on themeI like clean looks as well. IMO the center column could use more room, haveyou considered a fixed total width on the page?
I’m not too fond of the yellow(cream?) bgcolor on the left side but that’s just me 🙂
Maybe a little more space between the sections to the left would be ok?