VaLeXaR
Forum Replies Created
-
Ok. I will mark it question as solved.
@iara-chan
Thank You for your question. It will be fixed in next version.
As solution You can add filter to yourfunction.phpfile.
add_filter( 'post_title', 'wpm_translate_string' );
After updating WP Multilang You can delete the filter.- This reply was modified 8 years, 6 months ago by VaLeXaR.
Hi @marinys
WP Multilang do not translate all You need without previously configuration. You need to determine what field, post types, taxonomies you need to translate and add it configuration to config file.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Widget translation@komapeb as solution, create in root of your theme the file
wpm-config.json
and add the code:{ "widgets": { "custom_html": { "content": {} } } }Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Widget translation@komapeb thank You for your question. It will be fixed in next version.
Are You using version from Github? What is your PHP version?
- This reply was modified 8 years, 6 months ago by VaLeXaR.
Thank You for your review.
Option ‘theme_mods_themename’ using for adding theme fields in customizer. And then get it on ‘get_theme_mod()’ function. Maybe You doing something wrong?
Pege options-general has nothing to do with it.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Widget translation@komapeb fixed in new version. Please update. Thank You for your question.
Right name is ‘theme_mods_twentyseventeen’.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Yoast SEO Titles & MetaFixed in new version. Please update.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Widget translationSwitch to English. Add english title.
Switch to Bulgarian. Add bulgarian title.For translating, use ‘wpm_translate_string’ or other. All functions described in description to the plugin. Read please before adding new question.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Yoast SEO Titles & MetaThank You. Fixed in development branch on github. The bug will be fixed in next release.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Widget translationEveryone value You need enter in different languages.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Widget translationWhat You mean about “inline translating”?