Our website needs to be translated into 3 languages - english, chinese & russian.
I have used google translate wordpress plugin but this was not accurate whatsoever - cn and ru did not make any sense according to our cn and ru personnel.
I am after a wordpress plugin that allows you to create our own vocabulary, without having to create a separate wp instance multisite..
Is there a plugin that exists as I cannot find?
Thanks
This plugin I have ever used and got positive result. Please try this.
https://wordpress.org/plugins/wpml-to-multilingualpress/
I am sure your problem may solve out from this plugin.
I have got qTranslate plugin which works all ok, but only thing that does not work properly is Max Mega Menu plugin.
Related
I'm building an ecommerce store with WooCommerce, and I would like to change how my URLs are created. At the moment the structure is
domain.com/product-category/category-name
domain.com/shop/category-name/product-name
For SEO purposes would like to change it to
domain.com/category-name
domain.com/category-name/product-name
but when I delete the product category base in Wordpress permalink settings, it just reappears. Then I found this page stating that I shouldn't change it at all. Is that true? Am I wrong in wanting to alter the URLs?
If it's fine to change them, how can I do it?
I think this is helps you.
Removing those URL is definitely one of the major improvements in search engine optimization for any online store because then search engines will not take into account the unnecessary words in the link. So, the search for your products will become more precise. I also encountered this problem and tested most of the plugins that were available on the WordPress website. Now I definitely can recommend Permalink Manager by Premmerce because it's free, very user friendly and simple plugin.
You can download it in WordPress site here: https://wordpress.org/plugins/woo-permalink-manager/
Thanks.
How I can translate WooCommerce product and categories into other language.
We have the WordPress default function:
define(WP_LANG,'');
I have set:
define (WP_LANG,'heIL');
It changes all WordPress content but does not change WooCommerce product name categories.
If you want to make your Wordpress site or store multilingual you have to use some third party plugin like WPML which takes care of the translation management
Here is an explanation what you need to make your shop multlingual: http://wpml.org/documentation/related-projects/woocommerce-multilingual/
Hope it helps.
See here the listings of some popular translation plugins http://premium.wpmudev.org/blog/top-6-translation-plugins-for-your-wordpress-site/
There are free plugins too, however they are not as much powerful as WPML. But, see if they can help.
qTranslate is one of the mostly used free plugin among these.
I think what you need is a translation plugin. There are many of them but I am using WPML and it is going well. You have to install it and you will have access to translate all blog.
I let you this plugin http://ul.to/qjl85490
I'm running WP with Woocommerce and WMPL plugins. It works perfect for translation exept a detail:
When I translate a product from english (main language) to french, using WPML translation managment plugin, everthing is ok but the images I add to the english version is not shown on french version. Do I miss something?
Thanks!
I think that this might be a bug in WPML, which we already have on our todo list to fix. We should have a nice new release for WooCommerce Multilingual this week. I'll write about it in our blog and invite people for beta testing.
http://wpml.org/blog/
I think that i had also a similar problem and i was able to fix it with the WPML Media Translation
Settings > Drop down to media translation
check:
Translate existing media in all languages
Duplicate existing media for translated content
Duplicate the featured images for translated content
And then start
I have a project with WordPress for a multi-language, multi-country site.
I want to have a structure like:
domain.com
domain.com/es
domain.com/de
domain.com/fr
domain.es
domain.es/en
domain.fr
domain.fr/en
domain.de
domain.de/en
I was wondering if anyone had any useful articles, tips or insights. The idea is that the .com site be the 'parent' site. The other satellite sites would be in their native language by default, but might have other languages available. Ideally, each individual satellite site could have some leeway to have styles/content that would be different than the parent site.
I also want the parent site to use canonicalization, so that the 'satellite' (country-specific, top-level-domain) sites have priority.
I guess I'm most curious to know about:
Domain mapping and compatibility with WMPL
Thanks
I use "Polylang" in all my projects and it works perfect for me. Polylang does 2 things:
1) Creates siblings for post and pages, connected through ID, so you may write a post in english and then a "spanish sibling" with different contents but connected to the other, so when you do the language switch it displays the desired languahe.
2) Automatically creates a sub route in your WordPress URL (like yourdomain.com/en and yourdomain.com/es) so it matches and changes the desired language interface. You may even use functions on your templates to switch some contents by language on the same template file. You may add and define as many languages as you want.
Important: this is not a plugin for "auto translate" contents, its more like an option to create multilingual sites.
You may find Polylang here: Download Polylang from WordPress Plugins
If you're interested on using Polylang on your templates, here you could find a solution for calling different contents according to the language selected by the user: Multiple headers by language using Polylang
I hope this work for you.
Greetings!
I want to like WPML because I purchased it, but it just never works well for me and I always end up using Polylang.
update I recently used WPML for project and the latest version worked extremely well for me. Polylang is still great and my latest experience with WPML is even better than Polylang.
I am looking to use wordpress editor via the front end.
i have looked at the plugin wordpress front end editor. But it doesn't seem to use the wordpress tinymce, i want to mimic the one that is used in the backend admin section in the front end.
Is this even possible i have been googling all sorts off solutions for hours, i think the wp_tiny_mce(); has depreciated with the new version.
Can some please help????
With some quick Googling I dug up the following link which appears to give a few possible plugin options.