Title: Translating title issue
Last modified: March 25, 2020

---

# Translating title issue

 *  Anonymous User 15205791
 * (@anonymized-15205791)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/translating-title-issue/)
 * Hello, first, thanks for the plugin.
    I am having an issue translating the social
   login title string $theChampLoginOptions[‘title’] I followed the steps of this
   post, and it didnt work. [https://wordpress.org/support/topic/untranslateable-text-login-with-your-social-id-using-wpml/](https://wordpress.org/support/topic/untranslateable-text-login-with-your-social-id-using-wpml/)
   I use polylang. String doenst show up on strings panel. Alternativetly, Ive changed
   e_ for pll__ and it didnt work as well. If you could advice me on how to get 
   it translated I thank you.

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

 *  Plugin Author [Heateor Support](https://wordpress.org/support/users/heateor/)
 * (@heateor)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/translating-title-issue/#post-12584424)
 * 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)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/translating-title-issue/#post-12585984)
 * Hello, thanks, but Ive tested that too, and that doesnt work.
 *  Plugin Author [Heateor Support](https://wordpress.org/support/users/heateor/)
 * (@heateor)
 * [6 years, 1 month ago](https://wordpress.org/support/topic/translating-title-issue/#post-12659364)
 * 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.

 * ![](https://ps.w.org/super-socializer/assets/icon-128x128.png?rev=1866723)
 * [Social Share, Social Login and Social Comments Plugin - Super Socializer](https://wordpress.org/plugins/super-socializer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/super-socializer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/super-socializer/)
 * [Active Topics](https://wordpress.org/support/plugin/super-socializer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/super-socializer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/super-socializer/reviews/)

 * 3 replies
 * 2 participants
 * Last reply from: [Heateor Support](https://wordpress.org/support/users/heateor/)
 * Last activity: [6 years, 1 month ago](https://wordpress.org/support/topic/translating-title-issue/#post-12659364)
 * Status: not resolved