zephyrcat
Forum Replies Created
-
Forum: Plugins
In reply to: Plugin changes updated in subversion repo, but version no changingAnyone?
Forum: Plugins
In reply to: 404 erros if I remove WP Super Cache .htaccess linesOk. For anyone else who has this problem, WP Super Cache actually removes two lines from the WordPress htaccess.
The full WP block should look like this:
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /index.php [L]
</IfModule># END WordPress
Not at all impressed with WP Super Cache for editing a part of the htaccess file without any indication that it did so.
Forum: Themes and Templates
In reply to: Check if comments are enabledThank you.
Forum: Fixing WordPress
In reply to: Uploaded photos do not displayOK. I guess my first guess was correct, actually.
I had only looked at the permissions of the image and the month folder, not the entire wp-content/uploads directory. Chmodding to 775 [drwx-xr-xr] fixed the problem.
Thanks!
Forum: Fixing WordPress
In reply to: Uploaded photos do not displaycrondeau – I’m quite sure the images are being uploaded correctly, since I have checked (and downloaded them) via FTP. The setting in Misc. seems to be correct.
I have suspected a permissions problem, but everything in wp-content is set to 755, which should be fine, right?
Forum: Themes and Templates
In reply to: Threaded comments do not show up in correct orderWell that mostly fixed it. Everything works now, except the comment box doesn’t move. That’s fine, though.
Thanks!
Forum: Themes and Templates
In reply to: Threaded comments do not show up in correct orderStill no luck.
Forum: Themes and Templates
In reply to: Threaded comments do not show up in correct orderesmi – Yes, I have that right after the <head> tag.
Forum: Fixing WordPress
In reply to: Widgets Disappear from Sidebaranyone?
Forum: Themes and Templates
In reply to: Floated sidebar pushed below another divAnyone?
Forum: Themes and Templates
In reply to: Base Theme for Starting DevelopmentThanks! I found a theme called Whiteboard and have been working with it. So far so good, but the search form does not seem to be standards compliant…
Forum: Themes and Templates
In reply to: Base Theme for Starting DevelopmentIs it best just to use the default theme?