dcloud
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Unable to switch off post revisionsI did what MichaelH suggested…
That’s the problem–end of wp-config.php.
I put the define right after define(‘DB_COLLATE’, ”);
The key is, it has to go before this line:
require_once(ABSPATH . 'wp-settings.php');..and it worked. Now I don’t know if this matters or not, but for mine I added a comment before the code, like so…
/** Switch off Post Revisions */ define('WP_POST_REVISIONS', false);I went into my posts and checked and all the autosaves are gone.
Thanks, Mike.
Forum: Plugins
In reply to: [Plugin: Gravatar Signup] Not getting gravatar signup to work?Just installed this plugin, then I logged out to see if it’s working and there’s nothing there. My theme has the comment_form hook already installed and I don’t have Sociable.
Any ideas?
Forum: Fixing WordPress
In reply to: [Plugin: Contact Form 7] Thank You PageYou just make a thank you page, grab the URL of that page, and paste it into the “Additional Settings” box at the bottom of the Contact Form 7 settings screen like this …
on_sent_ok: “location.replace(’http://yourdomain.com/thank-you/’);”
replace “yourdomain” with you own, of course.
Forum: Plugins
In reply to: [Plugin: Contact Form 7] Form isn’t working.I’ve already been to that page you linked – it comes with the documentation. Also, the generate tag drop down is no big help. This doesn’t answer any of the questions I had in my original post.
Anyway, doesn’t matter. I deleted that plugin and got a much better one with better support.
Forum: Themes and Templates
In reply to: Theme Trouble: Need Some HelpOne more thing – I am looking for a good folio type premium theme (something like Fresh Folio. I figure if I pay for a theme then I should get better support. If anyone knows of any folio type themes I would appreciate a link.
Thank you.
Forum: Themes and Templates
In reply to: How do I log in to WordPress.org?Yes, that’s the login for my WP.org site
Forum: Themes and Templates
In reply to: How do I log in to WordPress.org?I had someone else in another forum answer this for me. For anyone else who encounters this bizarre issue of not being able to locate the actual WP.org log in page you must go to….
Forum: Plugins
In reply to: CommentLuv WoesThe solution I found thanks to some helpful folks on another site is that my blog was taking too long to load. The CommentLuv plugin will only parse a blog or web page for up to thirty seconds and if it does not get the last headline within that time it will be ignored. I did a speed test for my blog and it was taking almost two minutes to render (by modem standards).
I shaved about a minute off the load time and now the CommentLuv seems to be working.
Forum: Plugins
In reply to: CommentLuv Woes*bump*
Forum: Plugins
In reply to: New Plugin: CommentLuv – luv your commenters!I know this is an old post, but I noticed my comments to articles on blogs using this plugin do not work. I did some Googling and have found this is an issue with a lot of other people as well. My feed is correctly placed in the head section of my blog code so there’s no problem there. I have also turned off the Item Link Clicks parameters in FeedBurner so all my feed titles now have direct link to my posts.
The blogs and/or sites where I post comments seem to have varied results – some will post one of my blog posts (an old one) but not the latest, some will not provide a link at all, and others with stick my blog URL in place of my name (both in the title and the blog URL link). On sites that provide an edit function I have to go in and manually fix this, which seems kind of ridiculous.
Just wondering if anyone here at WP might have some answers for us.
Thanks.