VaLeXaR
Forum Replies Created
-
PODS support is not included and will not be included in the basic version of WP Multilang.
And is there any way for excluding certain fields even though I used “wpm_each” ?
Set needed tag value as ‘null’. Like:
"property_feature": null.Translating only strings. Number is not string.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Uninstall ProblemIn settings of WP Multilang exist option for deleting translation when uninstall the plugin. Check this.
Hi @programmerloso
Are using local server or online? Try it on clean istall of WP.@doubleyoustew
The title of widget is translating by default. You need translate another fields.
Use “wpm_each” tag for set in translate each element in a array.{ "widgets": { "hestia-child-map-widget": { "locations": { "wpm_each": { "latlong": {}, "name": {}, "url": {} } } } } }Hi @wuselfaktor
Thank You. I will check this. If it is the bug I will fix it.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Gravity FormsUse test server before.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Custom TaxonomyHi @doubleyoustew
In “admin_pages” section You need to add IDs of current admin screen. All this screen IDs, what You added already exist in configuration.In “widget” section, You need to add widget IDs and its fields.
As example from core config:"widgets": { "media_image": { "caption": {}, "alt": {}, "image_title": {} }, "custom_html": { "content": {} } }Hi @vineryap
Are You using ACF for this fields?Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Language switcherFrom description to plugin:
For display language switcher in any place add the code to your template
if ( function_exists ( 'wpm_language_switcher' ) ) wpm_language_switcher ();
Function accepts two parameters:
$type – ‘list’, ‘dropdown’, ‘select’. Default – ‘list’.
$show – ‘flag’, ‘name’, ‘both’. Default – ‘both’.So, You need write:
if ( function_exists ( 'wpm_language_switcher' ) ) wpm_language_switcher ('list', 'flag');WP Multilang do not hsve affects on media gallery work. Check on clean install.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Gravity FormsYes. It is base syntax for WP Multilang.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Gravity FormsI plan this. But in paid version. It is currently in development.
Hi @rastislavkr
The plugin Frontend Course Creation not in the list of supported plugins. You have to integrate it yourself.