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

  • Author
  • #179500
     flavianodelgado
    Participant

    Hello,

    analyzing the site I found this error too.

    I searched Loko Translate and did not find where those words are.

     

    Can you help me?

    Attachments:
    You must be logged in to view attached files.
    #179556
     Kieran_SQ
    Moderator

    Hi,

    Have you used LocoTranslate to find the strings within the BuddyApp theme?

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #179557
     flavianodelgado
    Participant

    Yes, but these words I could not find

    #179560
     Kieran_SQ
    Moderator

    Hi,

    Thanks for getting back to me so quickly, I am going to forward this ticket to a developer to look into the translation issue for you, they’ll be in touch as soon as they can (Mon to Fri, East Europe Time)

    In the meantime, if it is urgent, please use the below snippet in your BuddyApp Child theme’s functions.php file. You can add this to the Child theme’s functions.php by going to Appearance > Editor > BuddyApp Child > Functions.php

    COPY CODE
    function change_translate_text_multiple( $translated ) {
    	$text = array(
    		'Have an account?' => 'New Translation 1',
    		'Sign in' => 'New Translation 2',
    	);
    	$translated = str_ireplace(  array_keys($text),  $text,  $translated );
    	return $translated;
    }
    add_filter( 'gettext', 'change_translate_text_multiple', 20 );

    Change ‘New Translation 1’ and ‘New Translation 2’ to suit your needs.

    Thanks

    Kieran

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

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

    Custom development requests can be sent to dev@seventhqueen.com, one of the development team will be happy to discuss your needs.

    #179562
     flavianodelgado
    Participant

    Thank you 😉

    Great Day!
    Good Job!

    #179574
     flavianodelgado
    Participant

    The code for translate not worked. 🙁

    #179754
     Radu
    Moderator

    Hi,

    Tried multiple solutions but cannot debug quick this, i will investigate further this but as temporary solution.

    Edit that php file directly by copying this file register.php

    from : wp-content/themes/buddyapp/buddypress/members/register.php
    to : /wp-content/themes/buddyapp-child/buddypress/members/register.php

    Edit in child lines 25 and 26 with your desired text.

    Cheers
    R.

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

    Thank you!
    Working.

    #179862
     Radu
    Moderator

    Great

    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 9 posts - 1 through 9 (of 9 total)

The forum ‘Bugs & Issues’ is closed to new topics and replies.

Log in with your credentials

Forgot your details?