VaLeXaR
Forum Replies Created
-
I did not work with this theme.
Maybe there is any filter for before displaying metafields.
Show me the code what using for dssplaying metafields in the theme.Hi @vineryap
What function do you use to display additional fields?
Try to usewpm_translate_string($string);.My plugin not translating text from locale files. For this is other olugins. Like Loco Translate.
Why duplicate the functionality if there is a separate solution? The same monster as WPML will emerge.@terry789
It looks like the problem is in the theme. Probably developers have changed the standard Menu Walker. I need your theme so I can see this error.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Error 404@joseandjm
Do You have htaccess file in root of the site?
Your site does not work.@oskam
The translate for localisation variables set in locale file. WP Multilang translate only dynamicaly content. Not static.
If You want change labels for fields, You need to install Dutch localization. Not Dutch (Voornaam).
If I understood You correctly.- This reply was modified 8 years, 6 months ago by VaLeXaR.
Hi @oskam
What are You using for adding additional fields in checkout page?
All base fields are translated.Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] After update plugin …@eliashol74
Is the translation of all or just a title or description disappeared?
Can we contact on WP Slack? https://wordpress.slack.com/Hi @sosseo
Are you checking only WP Multilang or there are some other plugins?
Are you checking out on a standard theme?
Have you checked on a standard theme?
Can this be conflicts with some of the other plugins or themes?Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] Widget WP MulitilangFor displaying language switcher in any place of a theme, You need to use function
if ( function_exists ( 'wpm_language_switcher' ) ) wpm_language_switcher ();as it describe in the description of the plugin.
Forum: Plugins
In reply to: [WP Multilang - Translation and Multilingual Plugin] After update plugin …Hi @eliashol74
What version of the plugin was before?Also widget is not translated 🙁 Tried to translate base text and html widget keeps returning the same value
Can You describe in more detail, your actions for editing widgets? I was check this and find no error.
Could you please give me a tip on how to add Elementor builder compatibility ?
There is no single method for solving this issue. Each plugin has its own approach.
The main principle is to make a multilingual string before saving and translate a string before the output.is it possible to make it work with Elementor builder?
I think it is possible. I have not yet encountered a plugin that could not be integrated.
@dobriku
1. You need add function for displaying language switcher in needed place in your theme.
2. You need create in root of your thene the file ‘wpm-config.json’ and add there only your settings. As it says in description to the plugin. You do not need edit ‘core-config.json’ file from the plugin.- This reply was modified 8 years, 6 months ago by VaLeXaR.
You need add your taxonomies to config.