oferwald
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] Plugin removed yet slug strings persistsHi,
Naturally – all pages with those urls will stay active, as with any other parameter, example will be:
https://wordpress.org/support/plugin/transposh-translation-filter-for-wordpress/?animal=catWhen the code is disabled and the plugin is removed it can do nothing about it,
What you can do:
Add the lang param to ignored in google webmaster tools
Create an .htaccess file to redirect those urls back to your original language
Use an appropriate canonical meta tagAlthough dropping the entire database will also help, I would not recommend to do this.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Translation of titles and meta descriptionsThere is a contact form on our site (transposh.org)
http://transposh.org/contact-us/Forum: Plugins
In reply to: [Transposh WordPress Translation] Display options to change languageForum: Plugins
In reply to: [Transposh WordPress Translation] Not transalting automatically the postsThanks for the update, can you share which different scripts you used so that others seeing this post in the future will be able to fix this problem too?
Forum: Plugins
In reply to: [Transposh WordPress Translation] Translation of titles and meta descriptionsHi,
There is no “6th or 8th page” element in the code. and since I can’t go into the edit interface I can’t see what’s really happening.
Sometimes this happens due to caching issues, I am not sure that’s your case.
Feel free to contact the support page on our site, and send credentials, and then we will be able to see what is happening.
Forum: Plugins
In reply to: [Transposh WordPress Translation] version 1.0.5.1It is always posted with a new version:
https://wordpress.org/plugins/transposh-translation-filter-for-wordpress/#developersForum: Plugins
In reply to: [Transposh WordPress Translation] Translation of titles and meta descriptionsPlease look for a nuch of semi transparent icons at the end of your html, the translated strings for hidden elements such as metas and title should be there, since I can’t reach the translation interface on your site currently, I can’t see a more exact reason.
Hi,
Try renaming/removing the .po/.mo files which comes with woo
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] Can it replace Links?Hello again,
I think it is probably a bit too complicated, replacing links the way you suggested is quite problematic since links may be hijacked and redirected to places sites never intended them to.
I try to avoid adding features which I believe will get misused/misunderstood and I’ll give you an example from the far past, in that past each language had two modes, translatable and viewable (use case, I have translated my site to language XX and want it translated to YY, I want to first translate and only then allow users to access YY), even this minor feature caused so many problems where people misunderstood, couldn’t differentiate, etc.
I am getting a few mails every months just about the meaning of the default language selection 🙁
I am really sorry about that, but since I have limited resources, I can’t commit to such a feature at this point in time, and although I understand its usefulness to you, it will probably just cause too much overhead and headaches to me
Forum: Reviews
In reply to: [Transposh WordPress Translation] Unable to remove DB tablesThe plugin does not allow you or disallow you to drop tables from your database, just run the proper SQL commands:
drop table wp_translations;
drop table wp_translations_log;and you are good to go,
I don’t know which tool you are using, so I can’t really guess where your errors are coming from.
Also – You may remove all auto translations from the utilities tab of the plugin. which will probably reset those two tables.
When you enable debug, you need to set the log file location. /tmp/ is normally a good place.
Hi,
This is never really easy, because figuring out what caused the redirect isn’t too simple. In the past we have had a relatively good support for buddypress, but in some point in time the buddypress enthusiasm faded a bit, and there were simply too many versions and obstacles in providing better support. I do remember adding translation support to the feeds and the ajax calls only to have to change this for the next .01 buddypress version.
Now, in order to help you and not just whine, You will have to turn the transposh logging to the highest level, make sure that you can see the log file, induce the redirect loop and send an excerpt from the logs, I will have to see if there is something we can work with from there.
Good luck
Forum: Plugins
In reply to: [Transposh WordPress Translation] Problem with translationCould not access that specific page, but in general translation seems to be working on your site.
Forum: Plugins
In reply to: [Transposh WordPress Translation] debug NoticesHello There,
Thanks for the compliments,
I will look into the code, but there are some times which those parameters are not provided, so you get those notices, which are basically harmless.My quick suggestions will include:
Change logging level 🙂
Add a @ to the proper line to avoid those noticesGood luck,
Forum: Plugins
In reply to: [Transposh WordPress Translation] Can it replace Links?Hi @tiotrom , there are no short term plans to integrate this, do you have any idea regarding how this integration will look like? In a way that we’ll be able to support?