Title: VaLeXaR's Replies | WordPress.org

---

# VaLeXaR

  [  ](https://wordpress.org/support/users/valexar/)

 *   [Profile](https://wordpress.org/support/users/valexar/)
 *   [Topics Started](https://wordpress.org/support/users/valexar/topics/)
 *   [Replies Created](https://wordpress.org/support/users/valexar/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/valexar/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/valexar/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/valexar/engagements/)
 *   [Favorites](https://wordpress.org/support/users/valexar/favorites/)

 Search replies:

## Forum Replies Created

Viewing 15 replies - 1 through 15 (of 579 total)

1 [2](https://wordpress.org/support/users/valexar/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/valexar/replies/page/3/?output_format=md)…
[37](https://wordpress.org/support/users/valexar/replies/page/37/?output_format=md)
[38](https://wordpress.org/support/users/valexar/replies/page/38/?output_format=md)
[39](https://wordpress.org/support/users/valexar/replies/page/39/?output_format=md)
[→](https://wordpress.org/support/users/valexar/replies/page/2/?output_format=md)

 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] Remove language tags from Email](https://wordpress.org/support/topic/remove-language-tags-from-email/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/remove-language-tags-from-email/#post-12078879)
 * Try use this:
 *     ```
       add_filter( 'wpcf7_special_mail_tags', function( $output, $name ) {
       		if ( '_post_name' == $name ) {
       			return wpm_translate_string( $output);
       		}
   
       		return $output;
       	}, 11, 2 );
       ```
   
    -  This reply was modified 6 years, 7 months ago by [VaLeXaR](https://wordpress.org/support/users/valexar/).
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] No further options showing up in setttings menu](https://wordpress.org/support/topic/no-further-options-showing-up-in-setttings-menu/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/no-further-options-showing-up-in-setttings-menu/#post-12077787)
 * Did You set up these options in a menu screen settings tab? [https://i.imgur.com/Ez6LYbx.png](https://i.imgur.com/Ez6LYbx.png)
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] No further options showing up in setttings menu](https://wordpress.org/support/topic/no-further-options-showing-up-in-setttings-menu/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/no-further-options-showing-up-in-setttings-menu/#post-12075402)
 * Could You send some screenshot? I can’t understand where You saw this problem.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] Custom flag languages in front office only](https://wordpress.org/support/topic/custom-flag-languages-in-front-office-only/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [6 years, 7 months ago](https://wordpress.org/support/topic/custom-flag-languages-in-front-office-only/#post-12074085)
 *     ```
       add_filter('wpm_flags_dir', function($dir) {
           return is_admin() ? $dir : get_template_directory_uri() . '/assets/images/';
       });
       ```
   
 * Hi. You can change the flags URL using this code. As example with the code, flags
   will be loaded from a template directory.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] Horizontal flags alignment in Language Switcher, no list.](https://wordpress.org/support/topic/horizontal-flags-alignment-in-language-switcher-no-list/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/horizontal-flags-alignment-in-language-switcher-no-list/#post-10595331)
 * Hi. You should to use css for align images.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] CloudFlare redirect issues?](https://wordpress.org/support/topic/cloudflare-redirect-issues/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/cloudflare-redirect-issues/#post-10595327)
 * Hi. I can not give an exact answer. I did never facing it before.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] get_the_permalink() fetching an autotranslated string](https://wordpress.org/support/topic/get_the_permalink-fetching-an-autotranslated-string/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/get_the_permalink-fetching-an-autotranslated-string/#post-10595321)
 * Hi. Some translators are translating archive slugs. In my mind this is wrong.
   You could change slug for needed language in localization file.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] Issue using separate images between languages in ACF](https://wordpress.org/support/topic/issue-using-separate-images-between-languages-in-acf/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/issue-using-separate-images-between-languages-in-acf/#post-10595300)
 * You can create several image fields for each language and display needed image
   depending on the language.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] wpm-config setup for WP-Property admin](https://wordpress.org/support/topic/wpm-config-setup-for-wp-property-admin/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/wpm-config-setup-for-wp-property-admin/#post-10545444)
 * Hi. Post fields “post_title”, “post_content” and “post_excerpt” are translating
   by default. So You should just add post type name. Like:
 *     ```
       "post_types": {
         "property": {}
       },
       ```
   
 * For translating the plugins settings You have to know where the plugin saves 
   the settings.
    Maybe You should to add some parameters to ‘options’ section in
   your ‘wpm-config’.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] Stripe](https://wordpress.org/support/topic/stripe-14/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/stripe-14/#post-10545414)
 * You have to add the widget options to your wpm-config for translating.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] Not supported with custom widget](https://wordpress.org/support/topic/not-supported-with-custom-widget/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/not-supported-with-custom-widget/#post-10545408)
 * Sorry, but I do not know the name of your widget.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] The special characters in the line are escaped.](https://wordpress.org/support/topic/the-special-characters-in-the-line-are-escaped/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/the-special-characters-in-the-line-are-escaped/#post-10544231)
 * Did You try to use a single quotes?
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] Not supported with custom widget](https://wordpress.org/support/topic/not-supported-with-custom-widget/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/not-supported-with-custom-widget/#post-10544220)
 * Can You show dump for your widget? Maybe it does not have ‘content’ field.
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] Problems with ACF](https://wordpress.org/support/topic/problems-with-acf-2/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/problems-with-acf-2/#post-10544201)
 * Use filter `wpm_acf_field_{$field_type}_config` for set translation config for
   field object. As example, add translating default text for text field:
 *     ```
       add_filter( 'wpm_acf_field_text_config', function ( $config ) {
         $config['default_value'] = array();
         return $config;
       } );
       ```
   
 *   Forum: [Plugins](https://wordpress.org/support/forum/plugins-and-hacks/)
    In
   reply to: [[WP Multilang - Translation and Multilingual Plugin] Manual Query Show Both Language](https://wordpress.org/support/topic/manual-query-show-both-language/)
 *  [VaLeXaR](https://wordpress.org/support/users/valexar/)
 * (@valexar)
 * [7 years, 10 months ago](https://wordpress.org/support/topic/manual-query-show-both-language/#post-10529034)
 * Hi. You should to use filter for displaying post elements (‘the_title’, ‘the_content’)
   or translate post objects aplying ‘wpm_translate_post’ (`$queried_post = wpm_translate_post(
   get_post($post_id));`).

Viewing 15 replies - 1 through 15 (of 579 total)

1 [2](https://wordpress.org/support/users/valexar/replies/page/2/?output_format=md)
[3](https://wordpress.org/support/users/valexar/replies/page/3/?output_format=md)…
[37](https://wordpress.org/support/users/valexar/replies/page/37/?output_format=md)
[38](https://wordpress.org/support/users/valexar/replies/page/38/?output_format=md)
[39](https://wordpress.org/support/users/valexar/replies/page/39/?output_format=md)
[→](https://wordpress.org/support/users/valexar/replies/page/2/?output_format=md)