This topic has 26 replies, 3 voices, and was last updated 8 years by Radu.

  • Author
  • #133266
     graphite
    Participant

    Hi,

    I had translated profile fields for another language. However, the profile tabs are not translated.

    As attached photo, the profile fields at the bottom are translated properly (the profile tab on top should be correspondingly translated as well?).

    I use WPML how can I translate the profile tabs on the top, where can I find those text?

     

    Cheers

    Attachments:
    You must be logged in to view attached files.
    #133331
     Laura
    Moderator

    Hello, pelase check if they are translated at Sweetdate > BP Profile Tabs 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #133353
     graphite
    Participant

    No. The text in setting panel is still English as photo attached.
    Cheers

    Attachments:
    You must be logged in to view attached files.
    #133495
     graphite
    Participant

    Any suggestion?
    I get the idea, so it seems they have not be translated yet properly. Please suggest how to translate them.

    #133754
     Laura
    Moderator

    Hello, at the Label, delete that and put your text 🙂

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #133761
     graphite
    Participant

    Hi
    That won’t work because I need two languages.
    Please provide solution to show those tab with multi languages. 🙂

    #133784
     graphite
    Participant

    Alternatively, please let me know where is the original text of those tab then I can translate them into another languages.
    Thanks

    #134133
     Laura
    Moderator

    Hello, then delete the name there, Leave label empty. Those tab names are the field group names at Users > Profile fields

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #134163
     graphite
    Participant

    Hi Laura,
    I delete all label and it seems only the label from rtMeida works.
    However, I checked the “Basics” and other labels label are properly translated through WPML.

    Would you mind to have a look for me?

    Attachments:
    You must be logged in to view attached files.
    #134392
     Laura
    Moderator

    Hello, will assign the ticket to a higher support level who can help and advise you in your query.
    Thanks! ?

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution

    Laura Solanes - Graphic Designer and Web Designer

    Please be patient as I try to answer each topic as fast as i can.

    If you like the theme or the support you've received please consider leaving us a review on Themeforest!

    Always happy to help you 🙂

    #134457
     Radu
    Moderator

    HI,

    Do you have somehow any PHP file rewritten ? if yes de-activate child theme and check again if the strings will be translatable if not provide admin credentials and FTP details to take a closer look

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #134751
     graphite
    Participant
    This reply has been set as private.
    #135201
     graphite
    Participant

    Hi Radu,
    Any update?

    #135295
     Radu
    Moderator

    Hi,

    Yes, we have investigated yesterday and today this, and tomorrow we will investigate more please do not change passwords and remove google authenticator.

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #135361
     graphite
    Participant

    No problem. Thank you.

    #135593
     Radu
    Moderator

    Hi,

    Problem fixed it seems that there was a string hardcoded

    Cheeers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Ticket solution
    #135594
     graphite
    Participant

    Hi Radu,

    Eventually you solve the problem, you are the best!

    I found another translation issue with PMPro, I will post that later.
    Thank you 🙂

    #135638
     Radu
    Moderator

    No problem,

    Please open a new ticket for that pmpro translation issue

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #136763
     graphite
    Participant

    Hi Radu,

    May I ask how you create those six additional strings manually in WPML?
    Please let me know what is the process. 🙂

    Attachments:
    You must be logged in to view attached files.
    #136767
     graphite
    Participant

    Did you use <?php _e(‘string to be translpated here’,’your_theme_name’) ?>
    or other ways around?

    #136807
     Radu
    Moderator

    Hi,

    If you will add to your code some new translatable strings like you have exemplified here : https://archived.seventhqueen.com/forums/topic/problem-of-profile-tab-translation/#post-136767

    Those will be found on wp ml string translations also take a look here for all other functions that are translatable : https://codex.wordpress.org/I18n_for_WordPress_Developers#Strings_for_Translation

    References :
    https://wpml.org/forums/topic/creating-new-string/
    https://wpml.org/forums/topic/how-do-i-add-a-string-translation/

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #136864
     graphite
    Participant

    May I ask where are those strings located?

    <dd class=””>Basics</dd>
    <dd class=””>Physical</dd>
    <dd class=””>Lifestyle</dd>
    <dd class=””>Details</dd>
    <dd class=”active”>Basics</dd>
    <dd class=”sliderEvent “>我的头像 <span class=”radius label alert”>2</span></dd>

    then I can wrapp them in a GetText function.
    I spend a lot of time but cannot find the locations of the strings.
    Thanks

    #136865
     graphite
    Participant
    COPY CODE
    <dd class=""><a href="#basics">Basics</a></dd>
    <dd class=""><a href="#physical">Physical</a></dd>
    <dd class=""><a href="#lifestyle">Lifestyle</a></dd>
    <dd class=""><a href="#details">Details</a></dd>
    <dd class="active"><a href="#basics">Basics</a></dd>
    <dd class="sliderEvent "><a href="#e68891e79a84e5a4b4e5838f">我的头像 <span class="radius label alert">2</span></a></dd>
    
    #136940
     Radu
    Moderator

    I think those are the old strings, before fixing the problem with the translation of the name of the tabs.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
    #136957
     graphite
    Participant

    Hi Radu,
    I want to know how you solve the problem (translation) then I can duplicate your process from the previous backup.
    Thanks 🙂

    #136965
     graphite
    Participant

    Hi Radu, I sort that out!
    Cheers

    #136996
     Radu
    Moderator

    Ok

    Cheers
    R.

    Hi there!!! Help others from the community and mark any reply as solution if it solved your question. Mark as a solution
Viewing 27 posts - 1 through 27 (of 27 total)

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?