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

    (@heateor)

    Hi there,

    You can try replacing the following line of code in wp-content/plugins/super-socializer/inc/social_login.php
    $html .= '<div class="the_champ_social_login_title">'. $theChampLoginOptions['title'] .'</div>';
    with the following
    $html .= '<div class="the_champ_social_login_title">'. __($theChampLoginOptions['title'], 'super-socializer') .'</div>';

    Thread Starter Anonymous User 15205791

    (@anonymized-15205791)

    Hello, thanks, but Ive tested that too, and that doesnt work.

    Plugin Author Heateor Support

    (@heateor)

    It’s because that title string is coming from the database. So, it cannot be translated by multi-lingual plugin.

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

The topic ‘Translating title issue’ is closed to new replies.