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

  • Author
  • #164145
     markussell
    Participant

    There is no german translation possible for this. Look at the picture please. I tried everything on loco translate with rt Media.

    #164287
     Laura
    Moderator

    Hello, have you tried by clicking SYNC at Loco Translate? You need to translate rtMedia. ๐Ÿ™‚

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

    Hello Laura as i wrote before: I tried everything on loco translate with rt Media.

    Of course i also tried it with sync.
    It seems like its the same as always as radu helped me taht strings or something liek this are missing.

    #164540
     Laura
    Moderator

    Hello, please share access and ftp and i will check it out ๐Ÿ™‚

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

    Thanks for your help ๐Ÿ™‚

    FTP
    Username: f00d8900
    Pasword: j3akxCV3bAEDyW2EVfW9

    Website Login

    Username: Laura
    PW: @kNiSogx#d(4Gy0(4)6mg14K

    #164796
     Laura
    Moderator

    Hello, that ftp account doesnt give me access to the wp-content, i didnt find it

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

    Hey Laura,

    i think its a missunderstanding, it works!

    Go to: public > vfswefwr2 > wpcontent

    Thanks for your help

    #165202
     Laura
    Moderator

    Hello, i am very sorry for the delay, i have tried to fix the issue, it seems an error with rtmedia translation file,i need to test it but your site is blocked at my country ( spain )
    Let me know ๐Ÿ™‚

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

    Hello,

    oh i forgot, it should work now. I unblocked spain.
    If not, just try Hola and surf via Germany (Deutschland). ๐Ÿ™‚ Works also.

    #165627
     Laura
    Moderator

    Hello, please try to activate wordpress default theme and check if the translation is the same i cant test t as i still have issues with the country block

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

    I deactivated country block completely, please check it as soon as possible because of the country block deactivation.

    Thank you ๐Ÿ™‚

    #165640
     markussell
    Participant

    After i updated rtMedia some words automatically translated themselves right, but as you see in the picture one is still not translateable via loco.

    #165761
     Laura
    Moderator

    Hello, please use SYNC at rtmedia, it should add new strings and search for “like this”

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

    Hello, actually it made it worse again. :_(

    Now everything switched back to English and it won’t work. I had to enable iq block again also, as I already have fake members because of that. Could you please use “hola” and log in as a German. So I don’t have to disable iq blocking. It really works fine with hola. It is a browser plugin that is for free.

    Really need your help on this one as it looks really unprofessional having the English Text on the German website.

    It always says something like ”
    Debug: Sync is disabled because this file doesn’t relate to a known set of translations”

    Thank you for your help ๐Ÿ™‚

    #166128
     markussell
    Participant

    Here you see the debit info

    #166139
     markussell
    Participant

    I also tried to put you on the whitelist on iq block! Thanks for helping me out on this one ?

    #166143
     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
    #166147
     markussell
    Participant

    Thank you Laura, you guys are lways a great help.

    #166225
     markussell
    Participant

    This is what i found too. look at the picture please. Maybe iot has something to do with that?

    #166496
     Radu
    Moderator

    Hi,

    I can be a cause, try to delete the rtmedia language from loco translate or via FTP from wp-content/plugins/buddypress-media/languages and try to add a new language again for rtmedia by choosing the wp-content/language/ (global language directory)

    Cheers
    R.

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

    Hey Radu,

    thank you for your help. I did that and it works on all “BUT” these three again?!
    See Picture please.

    #166902
     Radu
    Moderator

    Hi,

    That’s wired cuz those are coming from rtMedia plugin and those should be translatable by default.

    As a workaround, you can modify direct the code by adding default placeholders as you need.

    Just copy this code: https://pastebin.com/raw/upX9rix0

    The function needs to be pasted in wp-content/themes/sweetdate-child/functions.php

    NOTE : Child theme needs to be installed and activated.

    Just replace the strings from red rectangle areas

    Cheers
    R.

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

    Hey Radu, why with KLEO ?
    I have sweetdate.

    #167165
     Radu
    Moderator

    Sorryyy I’ve made a mistake, I mean sweet date not KLEO so just add that in sweetdate-child/functions.php

    I will edit previous post

    Cheers
    R.

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

    Hey Radu,
    pasted it, wont work ๐Ÿ™

    take a look:
    <?php
    /**
    * @package WordPress
    * @subpackage Sweetdate
    * @author SeventhQueen <themesupport@seventhqueen.com>
    * @since Sweetdate 1.0
    */

    /**
    * Sweetdate Child Theme Functions
    * Add extra code or replace existing functions
    */

    /**
    * Print rtmedia who like html
    *
    * @param int $like_count ( Total like Count )
    * @param bool|string $user_like_it ( login user like it or not )
    *
    * @return string HTML
    */
    if ( ! function_exists( ‘rtmedia_who_like_html’ ) ) {
    function rtmedia_who_like_html( $like_count, $user_like_it ) {
    $like_count = ( $like_count ) ? $like_count : false;
    $user_like_it = ( $user_like_it ) ? true : false;
    $like_count_new = $like_count;
    $html = ”;
    if ( $like_count == 1 && $user_like_it ) {
    /**
    * rtmedia you like text
    * @param $html TEXT
    * @param int $like_count Total Like
    * @param int $user_like_it User Like it or Not
    * @return html TEXT to display
    */
    $html = apply_filters( ‘rtmedia_like_html_you_only_like’, esc_html__( ‘Dirt gefรคllt das’, ‘buddypress-media’ ), $like_count, $user_like_it );
    } elseif ( $like_count ) {
    if ( $like_count > 1 && $user_like_it ) {
    /**
    * rtmedia you and
    * @param $html TEXT
    * @param int $like_count Total Like
    * @param int $user_like_it User Like it or Not
    * @return html TEXT to display
    */
    $html .= apply_filters( ‘rtmedia_like_html_you_and_more_like’, esc_html__( ‘Du und ‘, ‘buddypress-media’ ), $like_count, $user_like_it );
    $like_count_new–;
    }

    /**
    * rtmedia Disaply count
    * @param int $like_count Total Like
    * @param int $user_like_it User Like it or Not
    * @return INT Count to display
    */
    $html .= apply_filters( ‘rtmedia_like_html_you_and_more_like’, $like_count, $user_like_it );

    /**
    * rtmedia person or people likes it
    * @param $html TEXT
    * @param int $like_count Total Like
    * @param int $user_like_it User Like it or Not
    * @return html TEXT to display
    */
    $html .= apply_filters( ‘rtmedia_like_html_othe_likes_this’, _n( ‘ Person gefรคllt das’, ‘ Personen gefรคllt das’, $like_count_new, ‘buddypress-media’ ) ,$like_count, $user_like_it );
    }

    /**
    * rtmedia return whole HTML
    * @param $html TEXT
    * @param int $like_count Total Like
    * @param int $user_like_it User Like it or Not
    * @return html TEXT to display
    */
    $html = apply_filters( ‘rtmedia_who_like_html’, $html ,$like_count, $user_like_it );
    return $html;
    }
    }

    ?>

    Can`t you take a look? You have admin rights and the FTP already.

    Thanks for your help.

    #167262
     markussell
    Participant

    PS: look at this picture. The red ones also do not translate. ๐Ÿ™

    #167266
     markussell
    Participant

    PPS: The change actually resultet that i couldnt loggin anymore

    #167447
     Radu
    Moderator

    Hi,

    Tried to take a look at that but viewing the site isn’t available

    My country is Romania, add it to the wishlist if it’s possible.

    Anyway, the strings belong to the BuddyPress media, so those should be found in loco translate under BuddyPress media plugin.

    Let me know
    Cheers
    R.

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

    Hey Radu,

    i added Romania, if it doesnt work again, please use “HOLA” or anything else to fake you are from germany. If i open up for everyone i get spam immediately.

    Thank you for your help.

    Markus

    #169365
     markussell
    Participant

    I also cant find a rtmedia.mo file for germany ๐Ÿ™
    Maybe thats the problem?

    Tried everything now, added a new language and all but it wont fix for these.

    #169457
     Radu
    Moderator

    Hi,

    Thanks for whitelisting but I don’t have the login but anyway, did you have tried to ask about this issue on the loco translate forum support?

    I will attach the DE language mo file that it’s located in the plugin folder ( /wp-content/plugins/buddypress-media/languages )

    Cheers
    R.

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

    Hey Radu, here you are:

    FTP
    Username: f00d8900
    Pasword: j3akxCV3bAEDyW2EVfW9

    Website Login

    Username: Laura
    PW: @kNiSogx#d(4Gy0(4)6mg14K

    folder access: public > vfswefwr2 > ….

    Thanky for your help.

    #169461
     markussell
    Participant

    Doesnt help. Please look at the picture. This always stands there. Is that the Problem?

    #169464
     markussell
    Participant

    and this…picture

    #169564
     Radu
    Moderator

    Hi,

    I think there is a problem related directly to the rtmedia since the issue its happens also using default wp theme, I recommend you to ask the BuddyPress media support team

    Cheers
    R.

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

    Its really frustrating ๐Ÿ™

    please look again at this picture. There always stands ” Sync is disabled….”
    Isnt it just that? Where can i relate it to a known set of translations?

    Thanks for your help.

    #169657
     markussell
    Participant

    and this is there too…

    #169661
     markussell
    Participant

    and this…

    #169967
     Radu
    Moderator

    Hi,

    Since this issue it happens also using twenty sixteen WordPress theme, this issue isn’t related to the KLEO, so please ask the RTMEDIA team about this to can solve your issue, I’ve shown you in reply: 169564 a screenshot using twenty sixteen where the strings also are no translated!

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

You must be logged in to reply to this topic.

Log in with your credentials

Forgot your details?