Hi,
Can you provide details exactly how/what it disturbs at your website? FYI, this plugin uses wpml-config.xml file for compatibility with WPML and other similar plugins.
Hello,
When the plugin is activated, we are not able to use the string translation feature of the TranslatePress plugin. It turns the screen grey.
When the plugin if off, all goes well.
Kind regards,
Tom
You would like to check the error log of your website for any relevant errors. If you don’t see any errors there, you would like to enable debugging first.
To enable WordPress debugging, search for following code in the wp-config.php file in the root folder of your website
define('WP_DEBUG', false);
and replace with the following:
define('WP_DEBUG', true);
define('WP_DEBUG_LOG', true);
define('WP_DEBUG_DISPLAY', true);
Then refresh the grey page and let me know what error you get in the error_log file in the root folder of your website or on the screen.