Naoko Takano
Forum Replies Created
-
Forum: Everything else WordPress
In reply to: Latest plugin version not showing up as available updateI can see your plugin’s version 1.0.7 from the dashboard of my install.
According to this FAQ, it can take up to 6 hours to plugin cache get flashed: https://developer.wordpress.org/plugins/wordpress-org/plugin-developer-faq/#how-long-does-it-take-for-the-plugin-directory-to-reflect-my-changes
Forum: Fixing WordPress
In reply to: share in facebookBased on the information I see using this Facebook’s tool,
https://developers.facebook.com/tools/debug/
your post is telling Facebook that the cover image should be your site logo (see next to “og:image”).You may want to try disabling plugins or switching to a default theme, running your post through the above tool (make sure to hit the “Scrape Again” button), and see if the issue goes away. It’s likely one of the plugins or your current theme is preventing from the featured image to be set as the og:image.
Forum: Fixing WordPress
In reply to: problem with sharing in social media(Edit, I posted the same answer as above β please don’t mind me!)
You can preview the cover image on Facebook. Your example post seems ok to me though, it’s not showing your site logo.
https://developers.facebook.com/tools/debug/This support page is for WordPress.com (not self-hosted WordPress) but the general idea is the same so I’ll share it here for you.
https://wordpress.com/support/facebook-image-thumbnail/#image-thumbnail-problems-faq- This reply was modified 4 years, 12 months ago by Naoko Takano.
Forum: Plugins
In reply to: [LuckyWP Table of Contents] Change font weight cssTry adding this to your Custom CSS:
b.lwptoc_title, div.lwptoc_item a { font-weight: XXXXX; }(Replace XXXXX with your preferred weight)
Forum: Fixing WordPress
In reply to: multiple strange messages appear on my wordpress websiteIt looks like you have Hello Dolly plugin enabled.
Go to Plugins page and deactivate it.Forum: Fixing WordPress
In reply to: Remove panel border from accordion boxesI see, if you are adding new code to your Custom CSS, try something like:
div.panel-default>.panel-heading+.panel-collapse>.panel-body { border: none; }Forum: Fixing WordPress
In reply to: Remove URL forwarding after losing WordPress WebsiteIt looks like your domain is mapped to name.com servers.
I’m not exactly sure what your friend did to “change the url”, but you might want to contact them and find out how to access files on their server.
If the URL change was accidentally done via editing the values from the WordPress dashboard, you can try to recover the old site by editing the wp-config.php file.
https://wordpress.org/support/topic/i-accidentally-changed-url-and-cant-access-anything/If this doesn’t work, you can refer to the new hosting service’s reference on how to map a domain to your site.
I don’t know your new hosting provider, but here’s an example:
https://www.bluehost.com/help/article/how-to-assign-a-domainForum: Fixing WordPress
In reply to: Remove panel border from accordion boxesπ @gappiah beat me to it!
Forum: Fixing WordPress
In reply to: Remove panel border from accordion boxesTo remove the dark borders, you can try
.panel-default>.panel-heading+.panel-collapse>.panel-body { border: none; }And maybe
.panel-default { border: none; }too? If you want to completely remove the border.
I used Chrome devtool inspector to find the specific selector.
https://developer.chrome.com/docs/devtools/css/Forum: Plugins
In reply to: [WooCommerce] Chinese (Hong Kong) TranslationsHi! This is Naoko from the Polyglots Team.
It looks like you already submitted some translation suggestions, now you can submit a request for review/PTE:
https://make.wordpress.org/polyglots/handbook/translating/after-your-contribution/Chinese (Hong Kong) locale team GTE will take a look.
Please check to make sure your translations follow their glossary:
https://translate.wordpress.org/locale/zh-hk/default/glossary/The translations will need to be reviewed and approved by one of editors.
https://make.wordpress.org/polyglots/handbook/translating/after-your-contribution/If you haven’t tried yet, you can join Danish team’s Slack http://wpdk.herokuapp.com/ and ask for the translations to be reviewed.
Cheers!
Forum: Themes and Templates
In reply to: [Illdy] Translation of IlldyYou can translate the theme from here:
https://translate.wordpress.org/projects/wp-themes/illdy/Once you finish translation (ideally more than 90% of the plugin βstableβ sub-project), ask your locale’s translation team to approve your suggestions: https://make.wordpress.org/polyglots/handbook/translating/after-your-contribution
You can reach out to them via the local Slack or forums, as listed on their translation guide. If no instruction is found, then you can post your request on a global blog.
—
Another way to translate without the review process is to use Poedit.
1. Download a free Poedit app from the link above.
2. Create a copy oflanguages/illdy.pofile and rename it to illdy-LOCALE.po (LOCALE should match the WP locale name you are translating for; e.g. es_ES, ja).
3. Move the renamed file towp-content/languages/themes.
4. Open that file with Poedit and translate it.
5. When you save the change, illdy-LOCALE.mo file is created. This will serve as your theme’s language file.Forum: Plugins
In reply to: [Quick Bulk Variations Checkout for WooCommerce] Translate PluginIt looks like you got started with the translation of this plugin:
https://translate.wordpress.org/locale/fr/default/wp-plugins/woo-quick-cart-for-multiple-variations/If you haven’t, it’s best to first read the translation guide by the French team:
https://fr.wordpress.org/traduire-wordpress-en-francais/guide-de-traduction/Once you finish translation (ideally more than 90% of the plugin “stable” sub-project), ask the team to approve your suggestions: https://make.wordpress.org/polyglots/handbook/translating/after-your-contribution (you can reach out to them via Slack or forums, as listed on the translation guide)
If you donβt reach 90%, or you just want to test things out, you can use the Force Update Translations plugin to push the changes to your site before the translations are approved.
Forum: Plugins
In reply to: [Email Inquiry & Cart Options for WooCommerce] change textHi @epalaix,
It looks like you got started with the translation of this plugin: https://translate.wordpress.org/locale/hu/default/wp-plugins/woocommerce-email-inquiry-cart-options/
Once you translate (ideally more than 90% of the plugin) ask the Hungrian translation team to approve your suggestions: https://make.wordpress.org/polyglots/handbook/translating/after-your-contribution
If you don’t reach 90%, or you just want to test things out, you can use the Force Update Translation plugin to push the changes to your site before the translations are approved.
Forum: Plugins
In reply to: [A-Z Listing] TranslationHi @shacher,
Make sure to rename the MO file to a-z-listing-es.mo (remove βwp-plugins-β and β-devβ or “-stable”).
Alternatively, you can try these:
1) Ask the Spanish translation team to approve your suggestions: https://make.wordpress.org/polyglots/handbook/translating/after-your-contribution
(more info specific to Spanish can be found here: https://es.wordpress.org/colabora/traducciones/guia-de-traductores/)
2) Use the Force Update Translation plugin to push the changes to your site before the translations are approved.
These two methods are recommended because your translations will not be wiped out when a plugin update happens.