WPML
Status
Resolved
Reported for
WPML Translation Management 2.10.7
Resolved in
2.10.8

Overview of the issue

When using Enfold theme, Elementor, or Oxygen Builder, the Translation Tools tab in WPMLTranslation Management is empty.

You may also see a Uncaught SyntaxError: Unexpected token '<' error.

Workaround

Our developers have already identified the issue and we are working on it. In the meantime, you can use the following workaround. Please, make a full backup of your site, files and database, before proceeding:


  1. Open the /wpml-translation-management/classes/ATE/proxies/Widget.php file.

  2. Look for line 25-26:
    				return $template;
    			}


  3. Replace it with:
    				return $template;
    			}, PHP_INT_MAX

All known issues →