oferwald
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] language not detected automaticallyThanks for the information, I’ll update our wiki 🙂
Hi,
Not sure I am following your question, but this feature (url rewrite) has been supported for as long as I can remember the plugin.
Just enable it in the settings
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] 0.9.1 Upgrade Error: is_active_languageHi,
Can’t see how you may get this error if all the files are present, the function is there, and if it wasn’t I would probably be over my head with containing unsatisfied clients.
Please make sure all your files have updated, and that everything is in order.
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] language not detected automaticallySent a direct message, I could not fix this, and I think some caching solution is messing the redirection up, this is not related to the html (which is created after the redirection)
Sorry
Forum: Plugins
In reply to: [Transposh WordPress Translation] language not detected automaticallyYes, strange
I did try on FF here.
Forum: Plugins
In reply to: [Transposh WordPress Translation] language not detected automaticallyYes, I agree that it does not work.
The redirect is not happening, for one reason or the other.
If you wish, I might be able to debug this, but I will need credentials to your site, please contact via the contact from on transposh.org
Forum: Plugins
In reply to: [Transposh WordPress Translation] Language Selection Not WorkingHi,
If you spot the exact plugin that caused the conflict, I might be able to fix that (and others will know as well 🙂 )
Thanks
Make sure your site uses utf-8, front and backend, and that your browser have a font for the language you are attempting to see
Forum: Plugins
In reply to: [Transposh WordPress Translation] language not detected automaticallyHi,
The autodetect is based on the browser language specifications and not on any geoip data, so what you describe may happen.
Since the geoip work was never done (and no one ever choose to sponsor that) I can’t really help at this point
Forum: Plugins
In reply to: [Transposh WordPress Translation] Language Selection Not WorkingHi,
Now I see the topic,
Please try disabling all other plugins and see what happens,
Also – can you spot any errors in your javascript console?If those fail to produce meaningful information, please use the contact form on our site and we’ll try to help directly
Forum: Plugins
In reply to: [Transposh WordPress Translation] Use different pages for different languagesYes, this is the correct solution for this 🙂
Good luck
You probably don’t have the same problem, please create a separate topic and describe your problem exactly.
And no, its not a multisite issue (which was tested) might be a bad plugin involved
Forum: Plugins
In reply to: [Transposh WordPress Translation] Custom CSS file for translations…Seems like you have a redundant > in your $my_transposh_plugin->>target_language
which should have been
$my_transposh_plugin->target_languagehowever, the more updated and appropriate way would be calling
transposh_get_current_language()so you’ll have:
<link rel=”stylesheet” type=”text/css” media=”all” href=”<?php bloginfo( ‘stylesheet_url’ ).’-‘. transposh_get_current_language(); ?>” >Good luck 🙂
Forum: Plugins
In reply to: [Transposh WordPress Translation] Unable to launch edit translation UIHello Jim,
Since anonymized translation is off, I can’t really see it now, but have you tried upgrading your in theme jQuery and/or setting the jQueryUI override version in transposh (something like 1.8.24 might work?)
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] Larger flags spritesWell,
Feel free to write your own widget (quite simple, read the guide) and replace the flags with any size of flags you see fit.
The instructions are located on our development site at:
http://trac.transposh.orgGood luck