oferwald
Forum Replies Created
-
Forum: Plugins
In reply to: [Transposh WordPress Translation] Transposh-flag widget deconfiguredJust make sure that your theme properly adds jQuery, using the enqueue scripts functions
Forum: Plugins
In reply to: [Transposh WordPress Translation] WordPress database errorGreat, thanks for the update
Forum: Plugins
In reply to: [Transposh WordPress Translation] Category destination links not translatedHi.
Since this is a javascript that changes the categories (onCatChange), fix the script so it understand the language and use it in redirection
Urls are translated either because:
Url translation (experimental) is marked on
URLs come from .po/.mo files (such as in the case of woo commerce)How to fix this?
1. Make sure url translation is off
2. Find out how the url is generated, if its from a translation files, just remove/rename itForum: Plugins
In reply to: [Transposh WordPress Translation] WordPress database errorFresh install seems like an overkill, did the change do the trick for you?
Forum: Plugins
In reply to: [Transposh WordPress Translation] flag select widgetHi,
If there are user widgets, they never shared them with me π but if you have seen the widgets on our site, you may simply get them by updating the version of the plugin to the full version (which is free)
Forum: Plugins
In reply to: [Transposh WordPress Translation] Some characters break the translationAs I said, I am willing to help, but will need much more access to your site, can you contact me directly via the form on our site?
Hi,
That is indeed a great question, I know that invalidation is called, but since I don’t have a site using W3TC, nor am I familiar with how exactly to test it, I didn’t fully test it.
The main method for testing will be: load a page that is cached, make any translation happen for that page (either manual or automatic), check that the page now loaded is newer. That should be about it
Forum: Plugins
In reply to: [Transposh WordPress Translation] WordPress database errorHi,
I can only suggest that you check your current table collations and see what they are, I remember that the switch from utf8_bin to utf8mb4 cause some issues in the past but I don’t remember how I got over this (sorry, getting senile),
If you’ll contact us through the form on our site I will be able to try to further help, I guess that I will need something similar to phpmyadmin access, and to the logging of your server, I am not really sure that its worth it, but can try
Hi Fabio,
I have added the code you requested, and sent it to you for testing, when you verify that it does the trick for you, I will be happy to add it to the coming release.
Thanks for all your inputs.
Forum: Plugins
In reply to: [Transposh WordPress Translation] Some characters break the translationHi,
This is indeed interesting, and is one of the reasons that the advanced parsing rules have a warning next to them (the other main reason would be xss)
Normally when ” is stored in the db of wordpress it is html entity encoded, in your site’s case it does not seem to do so, and naturally all hell breaks loose.
What can be done?
1. avoid using ” and switch to other types of double quotes
2. help me fix the parser in your case πGood luck
Hi,
Thanks for the link, this is indeed an ajax issue, as the wpdatatable loads the content with ajax (which seems kind of weird, as the content is there already when the page is loaded)
What can be done:
1. Add a filter so that the ajax content will pass through the translation
2. Disable the loading of the content with ajaxGood luck,
Hi,
I guess you will need to create a new ticket on their site, this filter does not provide the urls, not one, not any, it just allows me to add url of my own where I don’t know what urls they want to add, so it does not cut it.
The idea for a filter for a translation plugin is that you will get each url as its added to the sitemap, and allow you to return several urls, they lack this functionality.
This will remain on hold until they provide such functionality, in the past I provided patches to third party plugins, this proved to be too hard for me to support in the long run.
Sorry,
Hi,
You are quite correct as the warning was there even when apcu was installed and utilized, fixed this in:
https://trac.transposh.org/changeset/cdf20b77415eff338ebaca817df4e08db57a912e/transposh-wordpressForum: Plugins
In reply to: [Transposh WordPress Translation] Do not translate the pages automatically.Hi,
The first one globally enables/disable automatic translation support while the second one is responsible for automatic translations that happens once you save an update to your posts/pages (see the metabox on the editor page)