oferwald
Forum Replies Created
-
Forum: Plugins
In reply to: [WooCommerce] Checkout ajax call breaks translation@mike, you can change that by passing the language parameter to the ajax call 🙂
But if we are talking, an option to disable your built-in url translation feature will also be great, because it causes about 90% of our support issues with regards to woo.
Forum: Plugins
In reply to: [Transposh WordPress Translation] geo redirect not workingHi,
Its not working for me either, since I never coded it 🙂
The detection works by the browser accept-language header, and will only work on the first visit to the site.
Enjoy,
Forum: Plugins
In reply to: [Transposh WordPress Translation] Change Rewrite URLs from /ru to /ru-ruIf you get stuck, don’t hesitate to contact directly via the form in our site,
Forum: Plugins
In reply to: [Transposh WordPress Translation] Transposh in HeaderHi,
Either position it elsewhere in your header, or use css to float the element.
Best,
Forum: Plugins
In reply to: [Transposh WordPress Translation] Change Rewrite URLs from /ru to /ru-ruYou will have to change some code, but everything is possible,
look for rewrite_rules in transposh.php
Forum: Plugins
In reply to: [Transposh WordPress Translation] Edit translation not workingjust to contact us via the support form on our site…
Forum: Plugins
In reply to: [Transposh WordPress Translation] CSS for custom plugin locationHi,
.transposh_flags a span, .transposh_flags a img {
border-color: transparent;
border-radius: 0;
border-style: solid;
border-width: 1px 3px;
box-shadow: 0 0;
padding: 2px;
}Works as expected when changing in the widget .css file
however, you probably want to use the !important keyword…
Forum: Plugins
In reply to: [Transposh WordPress Translation] Woo commerceNot that amazing,
I will kindly remind you that I don’t work for you, and as far as I recall I don’t awe you anything.
Whomever approached me using the correct method got his answers, many sites are able to run woo with transposh.
I do understand why those messages got in the spam.
and to @ariktwena, I don’t read this forum constantly, if you still need help, feel free to contact me via the support form on transposh.
Best,
Translation of the default language allows to translate sections marked with different lang=xx, for example comments written in other languages. or posts that you have marked with a different language.
If you want to “translate” your default language for some unknown reason, add a lang=XX tag to your html.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Edit translation not workingIn the advanced tab in our settings page
Forum: Plugins
In reply to: [Transposh WordPress Translation] Edit translation not workingTry setting jQueryUI override to 1.8.24,
contact us via our site if this fails.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Warning in debug modePlease upgrade to the full version, instructions on http://transposh.org
Forum: Plugins
In reply to: [Transposh WordPress Translation] Transposh and AdSense?I will consider adding this to the list of languages,
Forum: Plugins
In reply to: [Transposh WordPress Translation] I cannot upgradeHi,
The instructions are in this video:
Forum: Plugins
In reply to: [Transposh WordPress Translation] Error translationHi,
Just check for any occurrences of ob_ in your theme code, it might happen if it does not close correctly,
If so, check the functionality implemented by this, maybe you don’t need it, or you can rewrite it, make sure there’s a finish clause for the ob_start
Good luck