oferwald
Forum Replies Created
-
Forum: Fixing WordPress
In reply to: New plugin and no transposh flagsHello,
Please upgrade to the full version using the setting page
Forum: Plugins
In reply to: [Transposh WordPress Translation] Further support for this pluginHi,
If you selected this option, just go to the update page, issue a check for plugin updates, and you will be able to upgrade to the version on transposh.org
That answer part refers to the root cause that has made us change our policy, I think that most of the story (from our perspective) is on the link I referred you to.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Further support for this pluginYou may read all about this:
http://transposh.org/goodbye-wordpress-org/After updating to this version, you may choose to upgrade to the version that is hosted on transposh.org (which is basically the same version that used to be here, except the fact it gets its updates from transposh.org)
The version here is fully functional, but limited a bit, to those who really dislike giving credits to creators by default.
Forum: Plugins
In reply to: Transposh force translation of jquery argumentI no longer provide support on wordpress.org, please feel free to contact via the form on transposh.org
Forum: Plugins
In reply to: [Transposh WordPress Translation] Bug!! when using right written languages!!Please read the sticky post, support is no longer given here.
Feel free to use the contact form on transposh.org
Forum: Plugins
In reply to: [Transposh WordPress Translation] Do not want to translate linkPlease turn off the .po/.mo integration feature of Transposh, might help
Forum: Plugins
In reply to: [Transposh WordPress Translation] problem changing US to GB flagYou need to use a non-css widget version, or alternatively change the sprite image with the flag you wish to use.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Backlink and ad revenue sharingHighly appreciate your actions, thanks.
I suggest looking into the wordpress code that generates the RSS, and see if you can find any interesting hooks.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Custom CSS file for translations…Hi,
I am not going to log into your site for tests, because I don’t need to, I see your coding error right and clear.
instead of using get_bloginfo, you are using bloginfo (yes, took me a better part of a minute to find out)
But since I see you will need this spelled out, here it is:
<?php echo get_bloginfo( 'stylesheet_url'). '-' . transposh_get_current_language(); ?>Next time, I will answer much more slowly, giving you the time to resolve this by yourself.
ps. this will put the -<lang> after your css, probably resulting in things line style.css-es, this can be fixed really easy with basic string manipulation functions, you’ll manage.
Forum: Plugins
In reply to: [Transposh WordPress Translation] ` ` code appear problemProbably a bug, will be found and eliminated, if you wish to help contact me through the contact form on the site,
Best.
Forum: Plugins
In reply to: [Transposh WordPress Translation] location of .POHi,
You should get .po files from different plugins and repositories, you may edit them with codestyling localization from the backend.
Transposh does not create a .po file for the entire site.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Custom CSS file for translations…bloginfo is a function that directly does the echo.
I am not sure what are you trying to do exactly, but you are using the wrong function.
also, to your second line, it makes no sense.
try
<?php echo transposh_get_current_language(); ?>Forum: Reviews
In reply to: [Transposh WordPress Translation] Brilliant!Thanks ! 🙂
Hi,
Those are not current features of Transposh, but I guess you might try and code them.