• Resolved tomvanbiesen

    (@tomvanbiesen)


    The plugin interacts with our translation plugin TranslatePress.
    It disturbs several functions e.g. string translation.

    The page I need help with: [log in to see the link]

Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Heateor Support

    (@heateor)

    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.

    Thread Starter tomvanbiesen

    (@tomvanbiesen)

    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

    Plugin Author Heateor Support

    (@heateor)

    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.

Viewing 3 replies - 1 through 3 (of 3 total)

The topic ‘Interaction Translatepress’ is closed to new replies.