Viewing 1 replies (of 1 total)
  • Plugin Author loginradius

    (@loginradius)

    Hi Vasilybodnarchuk,

    1) To get the text translated, follow the steps mentioned below:
    1. Search following code in “wp-content/plugin/loginradius-for-wordpress/LoginRadius.php”:
    $output .= '<b>' . $loginRadiusMessage . '</b>';

    2. Replace the code searched above with following:
    $output .= '<b>' . __( $loginRadiusMessage, 'LoginRadius' ) . '</b>';

    3. Save the file back. Replace existing file, if prompted.

    2) For Odnoklassniki issue, please provide us your website url so that we can look into the issue.

    LoginRadius Team

Viewing 1 replies (of 1 total)
  • The topic ‘Translation problems and odnoklassniki is not working’ is closed to new replies.