oferwald
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] Error translationHi,
Please search for any use of output buffering in your theme code (grep for ob_start)
Best,
Forum: Plugins
In reply to: [Transposh WordPress Translation] Error translationCan assume wrong gzipping is taking place, please disable other plugins until the conflict is found.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Make Placeholders translatableForum: Plugins
In reply to: [Transposh WordPress Translation] Bots keep parsing old languages URLsHi,
When the language does not exist the user gets redirected by the wordpress core itself to a page that seems appropriate, this is not a redirect so the search engines keep on hitting those pages
Solutions,
1. What you suggested seems ok 😉
2. Make sure you have a rel=canonical
3. Ignore themGood luck,
Forum: Plugins
In reply to: [Transposh WordPress Translation] parser.php errors in server logI suggest you just suppress this with the @ symbol
Or reduce the warning level 😉
Best,
Forum: Plugins
In reply to: [Transposh WordPress Translation] The Buttons are not translatingHi,
This should have worked, you should see that the buttons translate when you change the wordpress language (preferably with Transposh disabled)
Forum: Plugins
In reply to: Too many hreflang tags (transposh plugin)Hello,
Once you removed transposh, or even just disabled it, it is gone, completely, so it doesn’t generate any tags.
Also – it does not generate 404’s in normal operation
Google might remember stuff that isn’t there, in some future, it might forget it. since there’s no code of ours running on your site there’s little we can do to help.
Good luck,
Forum: Plugins
In reply to: [Transposh WordPress Translation] How to translate wordpress string?Those parts (hidden elements) are added normally after the element, as semi-transparent icons in the translation interface (which recently changed from edit=y to tpedit=y in the url
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] The Buttons are not translatingHi,
This is a problem with buttons using the value attribute, this is something we can’t translate without expecting some backlash from bad scripts.
Your options are to get the translation files of the theme and use the .po/.mo integration feature, or to replace the text there using the transposh_echo function (some coding will be required)
Good luck,
Hello,
First, have you made sure to update to the latest full version? I’d also recommend using the new tool to remove the unneeded translations,
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] Redirect URL and IMAGEHi,
The information on this is provided in the FAQ section on our site, and in our development site, trac.transposh.org.
Short answer – yes, possible
Longer answer, depends on where you want to use it.
Good luck,
Forum: Plugins
In reply to: [Transposh WordPress Translation] Transposh and AdSense?Hello there,
First, visiting pages should get your metas translated, non visited pages or pages google visited before you might be seen as duplicates.
Second, I have never read the adsense terms of service, and I don’t know why using Transposh for the purpose it was meant to be used should cause anyone to be banned, but I am not google, and I don’t know what’s inside their head, and am too small for them to account for anything.
Using anything might create the risk of being banned, Transposh is not excluded.
Good luck.
Forum: Reviews
In reply to: [Transposh WordPress Translation] Good one, just missing a featureThanks,
I assume place holders will be supported in coming versions.
Forum: Reviews
In reply to: [Transposh WordPress Translation] Doesn't workSometimes you get those reviews, the extremely useful kind, if I had a cent for each word of this review I would have, hmm… 4 cents.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Punctuation never workHi,
The parser is a complicated piece of code, but is still a piece of code, if the flag to stop on punctuations is enabled it will stop and vice verse, you need to remember that some times punctuations are encoded as html entities, other than that, it should work.
If you have further issues, the correct place would be to contact us via the form on our site.