Bỏ qua điều hướng

Waiting for author

Overview of the issue

If you are using the Email Encoder – Protect Email Addresses and Phone Numbers plugin, when you go to WPML Translation ManagementAutomatic Translation tab, you will receive the following error:

There is a problem connecting to automatic translation. Please check your internet connection and try again in a few minutes. If you continue to see this message, please contact our support team.

Workaround

You have two workarounds:

  1. Go to SettingsEmail Encoder and open the Advanced Settings.
  2. Select WordPress filters in the Protect emails section.

Or

  1. Make a full backup of your site.
  2. Add this code into your functions.php file:
    add_filter('eeb/validate/is_post_excluded', function($return){
        if (is_user_logged_in() && !empty($_GET['wpml-app'])) {
            return true;
        }
        return $return;
    });
    
  3. Remove the code once the error disappears.

4 phản hồi đến “Email Encoder – Protect Email Addresses and Phone Numbers - "There is a problem connecting to automatic translation"”

  1. Hi, we are experiencing the same error. We’ve tried implementing the code snippet above, but still receive the same error message. We’ve even tried deactiving the Email Encoder plugin entirely, but still receive the same error message so not sure the error is related to that plugin at all?

    There is a problem connecting to automatic translation. Please check your internet connection and try again in a few minutes. If you continue to see this message, please contact our support team.

    • Hey there,
      If the error remains after deactivating Email Encoder, the problem should come from a different plugin. You can try deactivating other plugins in your testing website and find the culprit. Otherwise, please report it in our forum where one of our specialists will help you.
      Regards

Để lại phản hồi

Vui lòng bám sát chủ đề và tôn trọng người khác. Nếu bạn cần trợ giúp với các vấn đề không liên quan đến bài đăng này, hãy sử dụng Diễn đàn Hỗ trợ của chúng tôi để bắt đầu trò chuyện hoặc gửi yêu cầu hỗ trợ.

Bạn có thể sử dụng các thẻ sau:
<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>