I have successfully installed GTranslate on a WP multisite install hosted on https://trials.knowledgeplaces.com" rel="nofollow" target="_blank, configured as directory install.
I have also choosen "directory install" for GTranslate and everything works as expected, except for AJAX requests I send from functions in a child theme.
They all fail if I navigate on a translated version of the site.
For instance, I have a page at https://trials.knowledgeplaces.com/trai ... turopathie" rel="nofollow" target="_blank.
This page sends AJAX requests to https://trials.knowledgeplaces.com/trai ... n-ajax.php" rel="nofollow" target="_blank
As long as I stay with the default language, it works fine, all AJAX requests are correctly sent and processed.
If I switch to a language such as english, AJAX requests are sent to https://trials.knowledgeplaces.com/en/t ... n-ajax.php" rel="nofollow" target="_blank, and they all fail with a 404 error.
Please explain how to proceed so AJAX requests work with any language.