Naoko Takano
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: Can't change languageMake sure the install’s language is set correctly in wp-config.php file, which should be located in your root folder.
http://codex.wordpress.org/Editing_wp-config.php#Language_and_Language_Directory
If you’re seeing your site in English, then you will probably find this line of code:
define('WPLANG', '');update it to this instead (for da_DK translation).
define('WPLANG', 'da_DK');Forum: Fixing WordPress
In reply to: how can I cange my language back to english?You can edit wp-config.php to set the language back to English.
http://codex.wordpress.org/Editing_wp-config.php#Language_and_Language_Directory
Look for
define('WPLANG', 'cs_CZ');and remove cs_CZ so it’s like this:
define('WPLANG', '');Forum: Fixing WordPress
In reply to: editing pages adds "-2" to my permalinkAh!
Sorry, I missed that you are referring to a Page not Post.
You can’t use 4-digit slugs for Pages. This is to avoid conflict with yearly archive URLs. (e.g. http: http://northcoastimports.com/2010/)Forum: Fixing WordPress
In reply to: Page url duplicatesDid you completely remove the pages from your trash?
If the post is still in trash, you can’t create a post with the same page slug (the last part of the URL).Forum: Fixing WordPress
In reply to: category unable to be deletedThat category is set as default – you will need to change that first if you want to delete it. You can change the default category under Settings > Writing (“Default Post Category”).
imagerotate()needs to be enabled on your server’s PHP install. If you don’t have access to its settings, you will need to contact your hosting service and ask. They should be able to enable it for you, but they may not allow this function for some reason.
In that case, you will need to move to another host that has this available.Forum: Fixing WordPress
In reply to: Changing the Japanese Font usedHi robkhoo!
You will need to edit the theme stylesheet to change the fonts used.You can check this page to find out commonly installed Japanese fonts.
http://www.adobe.com/jp/devnet/dreamweaver/articles/css_takano_print.htmlForum: Fixing WordPress
In reply to: Author URL gives 404 if username has a dotWhen I created a user on my test blog, the posts for author “user.name” showed up here:
http://example.com/author/user-nameWhich custom permalink setting are you using? What happens if you switch it to something else, and switch it back to the current setting?
Forum: Fixing WordPress
In reply to: editing pages adds "-2" to my permalinkYou cannot have a duplicate post slug. The slugs must be unique.
Since you already have http://northcoastimports.com/cc/8dm/8365/ , another page with the same slug automatically gets “-2”.Try editing the slug manually to something else (that is not used in any other post).
Forum: Fixing WordPress
In reply to: can no longer log in to siteYou said
I did a 3.04 reinstall from the dashboard.
it sounds like you were logged in?
You may want to try these troubleshooting tips if you haven’t.
http://codex.wordpress.org/Login_TroubleForum: Fixing WordPress
In reply to: Need correct API keyBruce,
You can find your API key here:
http://apikey.wordpress.com/You will need to log into WordPress.com to view your key.
Forum: Fixing WordPress
In reply to: APIFirst, try changing the user associated with your self-hosted site (WordPress.org blog) using this method:
http://en.support.wordpress.com/api-keys/#changing-the-api-key-used-for-stats
If that doesn’t help, you can contact WordPress.com support from here to get things sorted.
Forum: Plugins
In reply to: api key and login issues – install via startlogicIf the instruction for changing the API Key used for Stats on the WordPress.com support documentation doesn’t work, try contacting WordPress.com support and ask for help.
Forum: Plugins
In reply to: Plugin WordPress.com Stats API KeyThere were some changes made on the plugin recently. Try upgrading the plugin to the latest version, then disable & enable it.
What is the error message you’re seeing after doing that?
There was an update on the stats plugin recently. It will now clear the API key data when you disable it. You should update the plugin and give it another try.