loco translate issue

Home Forums Legacy Support Support queries Translation issues loco translate issue

Viewing 15 posts - 31 through 45 (of 63 total)
  • Author
    Posts
  • #223883
    rules200
    Spectator
    This reply has been marked as private.
    #224020
    logan
    Member
    This reply has been marked as private.
    #227041
    rules200
    Spectator
    This reply has been marked as private.
    #227100
    logan
    Member
    Hello, because you have not translated theme / every plugins to 100%. open plugins one by one and translate every string in it. only then your website will be 100% translated. this is how it works.
    #227143
    rules200
    Spectator
    I just translated the whole wplms theme 100% but these strings remain in English.
    #227206
    logan
    Member
    Hello, please make sure that the po | mo file is in global folder.

    you need to copy the translations file into a global folder, which is wp-content >> language.

    you need to translate every string from all plugins and theme. translated them one by one. On every update local files will be affected so that you need to put these translated files into global folders. it will prevent string loss from the update.

    here is how you can achieve this.

    Note: in this, I am using my local test setup site language which is "Português do Brasil". you have to select your site language.

    Always sync and save the pot file refer: http://prntscr.com/ng3kbk

    Note: Always copy local .Po | .Mo files into the global folder. it will prevent from translation string loss while updating theme/ plugins.

    How could you do this: https://screencast-o-matic.com/watch/cqfQh6ZllK

    In this video, 

    1. i have checked the site language from wp-admin > settings > general > site language.
    2. then goto wp-admin > loco translate > theme/plugin > theme name / plugin name.
    3. Copy author file to system file.
    4. the author stands for local file and system stands for the global file.
    5. once your done copying. from now you have to translate a string in global (system) file.

    These steps should be followed for all plugins and theme in which you are making any changes.

    If above does not work then Please give me admin access to your site.
    #227224
    rules200
    Spectator
    This reply has been marked as private.
    #227444
    logan
    Member
    This reply has been marked as private.
    #227725
    rules200
    Spectator
    This reply has been marked as private.
    #227934
    logan
    Member
    Hello,

    code for text conversion:

    Paste this code in your wp-admin > wplms > footer > google analytics code.

    <script> $(document).ready(function() { $('ul.wplms_appointment_settings li:nth-child(8) .settings_label').text('New Gender string'); $('ul.wplms_appointment_settings li:nth-child(8) select option[value="male"]').text('New male string'); $('ul.wplms_appointment_settings li:nth-child(8) select option[value="female"]').text('new female string'); $('.register div#register-page input#signup_submit').text('New sign up string'); $('.register div#register-page input#signup_submit').attr('value','New sign up string'); $('.commissions div#item-body li#commission-personal-li a#commission').text('New comissions string'); $('.commissions div#item-body li#payouts-personal-li a#payouts').text('New payouts string'); $('.commissions div#item-body h3:last-of-type').text('New commissions string'); }); </script> refer:
    • http://prntscr.com/pbl5nt
    • http://prntscr.com/pbl72z
    • http://prntscr.com/pbla5e
    • http://somup.com/cqQt14emWp
    • No create course button found: http://prntscr.com/pblf68
    #228038
    rules200
    Spectator
    This reply has been marked as private.
    #228097
    logan
    Member
    Hello, as i stated above i could not find that. tell me the way and share a video of the steps to get these things. see: No create course button found: http://prntscr.com/pblf68
    #228098
    logan
    Member
    and also, remove these lines from the code: http://prntscr.com/pc36cw and find the gender field in LMS > Settings > Appointments replace the gender thing here: https://prnt.sc/pbo3qm  
    #228885
    rules200
    Spectator
    This reply has been marked as private.
    #228894
    rules200
    Spectator
    This reply has been marked as private.
Viewing 15 posts - 31 through 45 (of 63 total)
  • The topic ‘loco translate issue’ is closed to new replies.