altfg
Forum Replies Created
-
Forum: Plugins
In reply to: Facebook like/share linking to homepage when scheduling postsCorrection:
I meant to say that posts published normally/immediately/by clicking on the “publish” button don’t have any problems with the Facebook like/share buttons.
Problems only occur when posts are scheduled.
Forum: Fixing WordPress
In reply to: RSS Feed 2No one who has any idea of how this issue can be resolved?
Any assistance would be much appreciated.Forum: Plugins
In reply to: Is WordPress.com Stats works only for blogs hosted on wordpress.com?I forgot to say that I’m also using WP 2.7.
Forum: Plugins
In reply to: Is WordPress.com Stats works only for blogs hosted on wordpress.com?I’ve just installed the WordPress.com Stats plugin and I’m having the exact same problem — even after adding the <?php wp_footer(); ?> to the footer.php template.
Any suggestions? That would be much appreciated.
Forum: Fixing WordPress
In reply to: Deleted head category; ghosts of subcategories remainThank you.
It sounded scary — but I went to my host’s phpMyAdmin, headed to the wp_…_taxonomy (can’t remember what was between “wp” and “taxonomy”) and deleted the ghost sub-categories from there.
It was much easier than I thought.Forum: Fixing WordPress
In reply to: New ErrorUpdate:
I’ve taken the
</IfModule>
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>
out of the htdocs/blog/ directory.I’ve placed it into the wp-admin/ directory. (I created a new .htaccess file.)
I’ve cleared the Firefox cache. Tried again. The same problem happened.
Any suggestions re: what I’m doing wrong?
Forum: Fixing WordPress
In reply to: New ErrorHello,
I have WordPress 2.2.3.
I tried that solution (disabling mod_security) just now — as I’ve been stuck all day with a post that just won’t work once it’s published. (In previews it looks just fine. Once it’s published I get the following message: “Directory has no index file. Browsing this site or directory without an index file is prohibited.”)
The expressioin that causes all the trouble is “home companion” (the post is about the Robert Altman movie).
Even if I do a mere search for that word combination, the whole look of the admin panel gets distorted — and then I get a “forbidden” error message.
My .htaccess (htdocs/blog/ directory) has the following:
Options -Indexes
# BEGIN WordPress
<IfModule mod_rewrite.c>
RewriteEngine On
RewriteBase /blog/
RewriteCond %{REQUEST_FILENAME} !-f
RewriteCond %{REQUEST_FILENAME} !-d
RewriteRule . /blog/index.php [L]
</IfModule>
<IfModule mod_security.c>
SecFilterInheritance Off
</IfModule>
# END WordPressAny assistance would be much appreciated. I’ve never run into this sort of problem before in the two years I’ve been using WordPress.
Forum: Fixing WordPress
In reply to: Redirect LoopIn case anyone else has this sort of trouble in the future, the problem lay with the host’s mod perl set-up.
Forum: Fixing WordPress
In reply to: color fonts using Rich Text EditorWell, that’s too bad. But thanks for the response.
Perhaps in the WP 2.2??Forum: Fixing WordPress
In reply to: color fonts using Rich Text Editorblepoxp, thanks for the response.
If by code window you mean the simple html text editor (or the html window that pops up in rich text editor), then yes, I do know how to change text color. If that’s not what you mean, then I’d say I don’t know.
I was just wondering if there was a quicker way than having to go through the html process. My e-mail server, for instance, has a “color square” on top of the text window.
I can click on it, and choose the color I want for either the text or the background. The hmtl code is entered automatically.
Does the 2.1.? WordPress offer something along those lines?
Forum: Plugins
In reply to: WP-Amazon Link CodeI will do that. Thank you.
Forum: Fixing WordPress
In reply to: From Dreamweaver to WordPressIt did help. Thank you very much!
Forum: Plugins
In reply to: Statistics–what good are they, really?!thank you!
Forum: Plugins
In reply to: Statistics–what good are they, really?!HandySolo, do you know if one needs some sort of plug-in for WordPress for those stats to work?
And would each post/page already there need a code installed to them?
Any info would be much appreciated.Forum: Fixing WordPress
In reply to: comments link doesn’t take viewer to comments section on pageThanks for the quick response. I should have checked Firefox and Explorer. I’d just seen it on Opera — now I’m assuming it’s an Opera glitch.
Thanks again.