This user has no favorite topics.
Favorite Forum Topics
Forum Topics Created
| Status |
Topic
|
Supporter | Voices | Posts | Freshness |
|---|---|---|---|---|---|
|
translate custom ninja form fields
Started by: Ionut
in: English Support
Problem: add_filter( 'wpml_forms_config_ninja-forms', function ( array $config ): array {
$config['settings']['my-custom-field'] = [
'type' => 'ARRAY',
'properties' => 'f_label'
];
return $config;
} );This code snippet should help you configure the translation settings for your custom fields in Ninja Forms. If this solution does not apply to your case, or if it seems outdated, we highly recommend checking the related known issues, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. If you still face issues, please open a new support ticket. |
|
0 | 8 | 1 month, 1 week ago | |
|
How to programatically insert translation?
Started by: Ionut
in: English Support
Problem: wpml_register_string hook. They need to insert translations for these strings programmatically as part of a migration involving hundreds of posts and multiple translations. However, the API documentation lacks information on how to do this. If this solution does not apply to your case, or if it seems outdated, we highly recommend checking related known issues at https://wpml.org/known-issues/, verifying the version of the permanent fix, and confirming that you have installed the latest versions of themes and plugins. Should you need further assistance, please open a new support ticket at WPML Support Forum. |
|
2 | 6 | 1 year, 10 months ago | |
|
isChildOfRepeaterField fails for coded field definitions
Started by: Ionut in: English Support |
|
2 | 6 | 3 years, 1 month ago |