malaiac
Forum Replies Created
-
Forum: Plugins
In reply to: [Translation with DeepL API] Does it support ACF (Advanced Custom Fields)Will be managed in Pro version
As for the core of your question, this plugin, in the free version, does not handle post creation or (strictly speaking) management of multi languages articles. You have to create the posts, paste the content, and ask for translation.
Some of your issues might be resolved by using the premium version of this plugin which is currently undergoing rewriting and will be published in the next few weeks on https://solutions.fluenx.com/
Still interested to know which multi lingual articles management solution you chose.
Forum: Plugins
In reply to: [Translation with DeepL API] Plugin not translatingOk ; on the v1 of the plugin, POST requests are now done in a batch (all strings at once).
That caused problems with tag-heavy post contents, breaking the chain of parameters in the request body.
Fixed in v1.1.1
v1.1 : 25090 bytes of text > 3500 bytes of translation
v1.1.1 : 31173 bytes of text > 26544 bytes of translationForum: Plugins
In reply to: [Translation with DeepL API] Plugin not translatingSeems you have tables inside your content.
Did you try copy/pasting the content of your post into DeepL public interface https://www.deepl.com/translator ?As mentioned on https://www.deepl.com/api.html
“XML Tag handling is still in beta. Please check this page for updates in the future.”
The DeepL API handles tags in a limited wayI don’t know if this behaviour can be improved.
1/ is tables in your content an expected result ?
2/ if yes, are you willing to send me one full post (full markup) for me to try to see what would be possible to do considering the limited tag handling of DeepL API ?
my mail is my nickname at gmailForum: Plugins
In reply to: [Translation with DeepL API] Plugin not translatingI’m working on adding logs for debug or activity tracking.
In the meantime, in the javascript console after clicking on translate, you should see 4 lines :
AJAX parameters call
deepl-metabox.js?ver=5.0.3:62
Object
deepl-metabox.js?ver=5.0.3:62
Responses from API
deepl-metabox.js?ver=5.0.3:62
Object
deepl-metabox.js?ver=5.0.3:67In the first object, you should see strings extracted from the post (title, excerpt, content) in the ‘to_translate’ variable
Are they here ?I’m curious to which multi lingual solution you chose to migrate to, and how I can adapt the plugin to work with it.
Forum: Plugins
In reply to: [Translation with DeepL API] Automatic Modewill not resolve in free version
Forum: Plugins
In reply to: [Translation with DeepL API] Metabox doesn’t appear in woocommerce productsCPT support was planned a few months ago ; working on an update of the Pro version, to be published on https://solutions.fluenx.com/ . CPT support could make its way to the free version
Forum: Plugins
In reply to: [Translation with DeepL API] Does it support ACF (Advanced Custom Fields)Just regular posts (title, content, excerpt)
The Pro version could add CF support ; could you describe the user case ?Forum: Plugins
In reply to: [Translation with DeepL API] Translate button not doing anything@schalipp thanks for finding the bug. Your fix was included in today’s release
Forum: Plugins
In reply to: [Translation with DeepL API] Automatic ModeThere is a Pro version that translate in batches and can publish the same post in different languages.
Already running on a customer website ; planning to publish it soon on https://solutions.fluenx.com/Forum: Plugins
In reply to: [Translation with DeepL API] Translate button does not runSorry I missed the notification.
as for the button not working, plugin has just been updated, should work properly now 🙂CPT : admin setting to add the metabox is on the todo list
Restrict translations to post description ? post excerpt ?. What’s the use case for that ?
Forum: Plugins
In reply to: [Colissimo Delivery Integration] Erreur (PHP Warning) à répétitionMaybe add an error_log in this case ?
- This reply was modified 8 years, 2 months ago by malaiac.
Forum: Plugins
In reply to: [Colissimo Delivery Integration] Erreur (PHP Warning) à répétitionEt il y a une erreur similaire sur
/colissimo-delivery-integration/includes/WC-function-Colissimo.php:182
function cdi_calc_totalnetweight()ligne 182 : $item_weight = ( $weight * $quantity );
PHP Warning: A non-numeric value encountered in /home/brindefiff/www2/wp-content/plugins/colissimo-delivery-integration/includes/WC-function-Colissimo.php on line 182
Forum: Plugins
In reply to: [WPAdverts - Classifieds Plugin] Consumer adverts / Pro advertsDon’t bother, I will add my own shortcodes ! 🙂
- This reply was modified 8 years, 11 months ago by malaiac.