Giovanni Cascione

Results 50 comments of Giovanni Cascione

How is exactly this feature activated in woocommerce?

If everything is set up properly, `__( )` function is supposed to work regardless from qtranslate-xt. You may try to deactivate qtranslate-xt, change the site language from admin options and...

After changing the url modification mode, try to go to permalink settings page and click on "Save Changes" button, that should trigger `flush_rewrite_rules()`. Also not clear if you have old...

> I don't have the qtranslate-slugs plugin. Shall I install it? No if you don't need it >> After changing the url modification mode, try to go to permalink settings...

@alanefzi which are exactly the parameters not translated properly? Which are the corresponding fields admin side?

[Integration Guide](https://github.com/qtranslate/qtranslate-xt/wiki/Integration-Guide) is plenty of info to approach adding support for new plugins/themes, for those interested. In the meantime as a workaround the `[:en]word[:it]parola[:]` syntax should be working for untranslated...

> Maybe this is not related to qtrasnlate-xt (I don't know). That's easy to check, just try to deactivate qtranslate-xt and perform that update again. It seems no mention in...

> Did we miss some cases where this won't work for all DB? I would say no AFAIK, but it would be interesting to know what DB/engine this issue applies...

Ok, it seems current query works properly with MariaDB but generates the error above with MySQL. The proposed query seems to work correctly both with MariaDB and MySQL. @yoancutillas I...