VaLeXaR
Forum Replies Created
-
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Widget translationIn all widgets is translating fields title and text(if it exist).
If You want to translate some another fields add this fields in config.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Translate the meta tagecho wpm_translate_string('[:en]Aenean vulputate[:de]Fusce risus nisl');Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Translate the meta tagYou can use function ‘wpm_translate_string’ for translating multilingual string.
It describe in the plugin description.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Translate the meta tagIf You need get current site language, You can use function ‘wpm_get_language()’.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Translate the meta tagHi @maxstirner
This is custom taxonomy?
Just add taxomomy name to configs.You mean Polylang?
But WP Multilang it is not Polylang.@riddler84
Judging by the error, you pass ‘$type’ as an array. But you need a string.- This reply was modified 8 years, 7 months ago by VaLeXaR.
Hi @@kattiegrab
You need to add your option page_id to config in “admin_pages”.Hi @riddler84
If You use language switcher witch arguments, You need change it.
New arguments described in description to plugin.Hi @vldsys
Currently, I plan to develop the plugin for import and export for WooCommerce later. And it will be a paid functionality.Fixed in new version. Please update.
- This reply was modified 8 years, 7 months ago by VaLeXaR.
This functional will be available in PRO version after I will finish its development.
Hi @bgtherm
Try to switch to other theme. Do this works?
Maybe your theme have own menu walker and this break up adding language menu item.
As solution, adding language switcher by function.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] SOS Version 2.1.0@natalarionova thank you for your response.
I will try to fix updating in next version.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] SOS Version 2.1.0Hi @natalarionova
Your slugs mus be like ru, en, en-gb. But not like locales: ru_RU, en_US.
I`ll add check for this.