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

    (@resident82)

    Hi! I just replace in \wp-content\plugins\super-socializer\inc\social_login.php
    $html .= '<div class="the_champ_social_login_title">'. $theChampLoginOptions['title'] .'</div>';
    to
    $html .= '<div class="the_champ_social_login_title">'. _e($theChampLoginOptions['title'], 'Super-Socializer') .'</div>';
    After that can find in string translation.

    Plugin Author Heateor Support

    (@heateor)

    Hi Nazim,

    Sorry about that. For now you can do as posted by @resident82. We will include it in the plugin in next release.

    Thread Starter adminsvetikstudiocom

    (@adminsvetikstudiocom)

    resident82, thank you very much. It really helped.

    Heateor, I’ll wait for the fix in the next releases.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Untranslateable text “Login with your Social ID” using WPML’ is closed to new replies.