John
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: 2.9.2 won’t edit theme files.@jmacmullen: Upgrade SEO Ultimate to version 1.7.3 or later to fix the problem.
Forum: Plugins
In reply to: [Plugin: SEO Ultimate] Disables My EditorVersion 1.7.3 fixes this issue. Thank you for the bug reports. SaveAtHomeMommy, if you could please confirm that it works and mark this topic as resolved, that would be great. Thanks.
Forum: Plugins
In reply to: [Plugin: SEO Ultimate] Disables My EditorI’ve located the problem and will release a fix later today.
Forum: Plugins
In reply to: SEO ultimate plugin’s meta editor not workingDoes your theme have the
<?php wp_head(); ?>function call before the </head> tag in header.php under the “Appearances > Editor” section? If not, add it and see if SEO Ultimate works.Forum: Plugins
In reply to: [Plugin: SEO Ultimate] Breaks 3.0alphaThis incompatibility is resolved in SEO Ultimate versions 1.7.2 and above. If you could please confirm this and mark this topic as resolved, that would be great. Thanks.
Forum: Plugins
In reply to: [Plugin: SEO Ultimate] Disables My EditorDo you have the latest versions of WordPress and SEO Ultimate installed? Does the problem occur even with all other plugins disabled?
Thanks
– John
SEO Ultimate developerForum: Plugins
In reply to: [Plugin: SEO Ultimate] Breaks 3.0alphaThanks for the report, RobIrizarry. This will be fixed in the next release.
In the meantime, you can resolve the issue by adding this line of code directly at the beginning of the admin_help() function in seo-ultimate/plugin/class.seo-ultimate.php around line 970:
if (is_object($screen)) $screen = $screen->id;Forum: Plugins
In reply to: [Plugin: SEO Ultimate] not GPL compatibleThis has been fixed as of version 1.7
Forum: Plugins
In reply to: [Plugin: SEO Ultimate] not GPL compatibleThanks for bringing this to my attention, justme333. This will be resolved in the next release.
Forum: Plugins
In reply to: [Plugin: SEO Ultimate] Meta Editor does not save submitted dataGlad to hear it’s working.
The meta keyword generator is on my list of upcoming features 🙂
It looks like this warning is caused by a bug in GDE. It sounds like GDE is checking for the existence of the “Markdown” class, when it should be checking to see if the constant MARKDOWN_WP_POSTS is true. (If you pass that info along to the GDE developers, they may be able to fix it on their end. Or you could just ignore/disable the GDE plugin’s warning.)
Forum: Plugins
In reply to: seo ultimate uninstall errorThis error is now fixed in version 1.5.2 and newer.
Yes, deleting the files will work, but the database entries will stay behind. Deleting the plugin from within the WordPress plugin control panel will result in a complete uninstallation.
@equevedo: I’m sorry that your site slowed down. What version were you using before you upgraded, and what version did you upgrade to which seemed to cause the speed difference?
Forum: Plugins
In reply to: [Plugin: SEO Ultimate] Meta Editor does not save submitted dataHi leepton,
When I go to the Meta Editor and click Save Changes, everything is still there when the page loads again. Perhaps this bug only appears on certain configurations then. What version of WordPress and what version of PHP are you using?
Thanks
– JohnForum: Plugins
In reply to: [Plugin: SEO Ultimate] Meta Editor QuestionHi Tony,
The verification codes are used to register your site with the webmaster centers of the three search engines:
Google: http://www.google.com/webmasters/
Yahoo: http://siteexplorer.search.yahoo.com/
Bing: http://www.bing.com/webmaster/You only need to enter the verification codes if you’ve signed up for accounts at the webmaster centers. Otherwise you can just leave the fields blank.
– John
Version 1.5.1 is released, which fixes the bug. Your posts were not edited; all your data is preserved. Upgrading to the latest version of SEO Ultimate will restore the underscore characters.
The problem was caused by the Markdown library, which is included in version 1.5 and newer; the Markdown library detected that WordPress was installed and tried to “helpfully” apply Markdown formatting to posts, which replaced the underlines with
<em></em>tags with on-the-fly formatting (i.e. no database changes made).Thanks for the bug report.