oferwald
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] Adding to Home PageHello,
You can place a widget on your front page or use a shortcode:
https://transposh.org/tutorial/widget-showcase/Make sure to upgrade to the full version first, the free version does not contain the flags.
Forum: Plugins
In reply to: [Transposh WordPress Translation] ,,pl displayed in front-facing textPlease contact us through the support form on our site and we will attempt to assist, although I can see the problem, I have no clue where it comes from.
Forum: Plugins
In reply to: [Transposh WordPress Translation] How to upgrade for more than 5 languages ?Hi,
Normally checking the “allow upgrade to full version” will work and you will see the update option in the normal update cycle, if this does not work, you always have the option to manually download and install the plugin directly from transposh.org
Forum: Plugins
In reply to: [Transposh WordPress Translation] Simple Weather conflictThis was resolved with an email, wrapping the widget with a no_translate class fixed this.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Stored TranslationsHi,
Yes, those are the tables, naturally they cannot be removed on deactivation/deletion because it will break a lot more than it will fix.
Feel free to remove those tables if you decided not to use Transposh
Best
Forum: Plugins
In reply to: [Transposh WordPress Translation] Stored TranslationsHello Again,
I don’t store 25 posts, because there is no such object as posts, the translation table is rather simple, original string, target language code, translated string, date of translation, source of translation (afair).
You can’t really have pages translated unless the <prefix>_translations table exists and contain something, unless you are in a really rare situation, with some misconfigured protection on admin_ajax. If you see the posts in the original content, and than they change to a target language and do this everytime this might be the case, but than – how would his tool find translated pages at all?
Again, not enough information,
Best,
Forum: Plugins
In reply to: [Transposh WordPress Translation] Image on Twitter Cards for translated URLHi,
Took me a while to get to your question, I was working on the new version and this was not related.
Anyhow, your site seems to have some caching that is probably breaking stuff up, I see the language pages in English.
However – I did try this url: https://irishwhiskey.com/zh-tw/?tpedit=1 which seemed to give a twitter card (of some sort)
I also suggest against enabling the url translation feature (unless you really know what you are doing) as it might break stuff, for example the link you provided gave me a 404.
Good luck,
Forum: Plugins
In reply to: [Transposh WordPress Translation] bulk editing in back end or phpmyadminThe general idea was to allow some editing in the backend translation editor, however since it is out of context, I am quite sure it is not very useful.
You may try using shortcodes in backend translation, it really depends on what you are trying to achieve.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Stored TranslationsYes, we have a pattern here, but it is probably not what you think,
First, when posts are translated, their translations are being saved to the database, not as posts, but in a different table, this plugin is not a javascript on the fly translation solution. It never claimed to be that, and actually it claimed the exact opposite, whatever.
Second, regarding 25 posts, that are deformed, my guess would be that there is some issue at the tool of your hosting provider. Not that I can really have a clue about what is wrong with it and why, since you have not provided any information about the type of “Deformation”.
Again, transposh can’t, has no code that can, save posts to your database. I truly suggest you find the correct culprit or provide more useful information.
Best,
Forum: Plugins
In reply to: [Transposh WordPress Translation] Problem with Mobile (Iphone and Ipad)Hi,
It seems that the language detection feature is enable, so a redirect is being made according to the setting you have selected (http headers probably, since only the version released yesterday allows geoip 🙂 )
After choosing the language, you should stay on that page.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Vandalism prevention statusHi,
You have a permission system that is working, you may limit the allowed updates to the admin, or some user role.
And the translation editor is also for this exactly, it gives you a place to look at translations made by humans and remove vandalism.
A planned feature is a mail to the admin on manual translations made, I guess it will be added in the near future.
Good luck.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Language selector on main menu.Thanks for updating, closing the thread 🙂
Forum: Plugins
In reply to: [Transposh WordPress Translation] Problems editing the translationsWe discussed this via email, closing this ticket
Forum: Plugins
In reply to: [Transposh WordPress Translation] is wp-json supported?It does look interesting, however I am not really sure on how to proceed (if at all).
Let’s assume we have the “get all posts” endpoint, should ALL the posts actually get listed there (eg, including all translations?)
Should I create a language endpoint for each language? Translating things there on the fly? could be, and actually quite easy to achieve, however- who/what is the client here? who will use this, how will it be known that there are new possibilities there?
Should the transposh admin-ajax calls be exposed? what will be the point of that?
Too many questions, too little time to answer them all, I will mark this as resolved, not because it is truely resolved, rather because I don’t know how to resolve this in a generic fashion, I think that this topic should be broken down into much simpler tasks, and those tasks can be based on demands by real users that need something specific. If you have such an application, don’t be afraid to tell me what you need.
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] is wp-json supported?You need to further explain what is actually broken, I assume that the call to wp-json won’t be translated until it gets some sort of hint that it needs to translate (yes, lang=xx should do the trick)
I am not very familiar with the wp-json thing (read – I don’t know anything about that), so I will need some guidance regarding what it is, what it is used for, and where should one actually need translation on this.