Forum Replies Created
-
Author
-
markussell
ParticipantIts 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.
markussell
ParticipantDoesnt help. Please look at the picture. This always stands there. Is that the Problem?
markussell
ParticipantHey Radu, here you are:
FTP
Username: f00d8900
Pasword: j3akxCV3bAEDyW2EVfW9Website Login
Username: Laura
PW: @kNiSogx#d(4Gy0(4)6mg14Kfolder access: public > vfswefwr2 > ….
Thanky for your help.
markussell
ParticipantI 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.
markussell
ParticipantHey 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
markussell
ParticipantHey 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.
markussell
ParticipantHey Radu,
thank you for your help. I did that and it works on all “BUT” these three again?!
See Picture please.markussell
ParticipantThis is what i found too. look at the picture please. Maybe iot has something to do with that?
markussell
ParticipantI also tried to put you on the whitelist on iq block! Thanks for helping me out on this one ?
markussell
ParticipantHello, 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 🙂
markussell
ParticipantAfter i updated rtMedia some words automatically translated themselves right, but as you see in the picture one is still not translateable via loco.
markussell
ParticipantI deactivated country block completely, please check it as soon as possible because of the country block deactivation.
Thank you 🙂
markussell
ParticipantHello,
oh i forgot, it should work now. I unblocked spain.
If not, just try Hola and surf via Germany (Deutschland). 🙂 Works also.markussell
ParticipantHey Laura,
i think its a missunderstanding, it works!
Go to: public > vfswefwr2 > wpcontent
Thanks for your help
-
AuthorPosts