• Resolved esobol

    (@esobol)


    Hello,

    I have the same issue that has been mentioned before and I followed your instructions with reset code to default but it doesn’t help.

    What else can I do?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Plugin Author edo888

    (@edo888)

    Hi,

    I have checked your website and I see that you are using some plugin to optimize your website which changes our codes like this:

    <script>window.addEventListener('DOMContentLoaded', function() {
    function GTranslateGetCurrentLang() ...
    function GTranslateFireEvent(element,event) ...
    function doGTranslate(lang_pair) ...
    ...
    });</script>

    It should be like this instead:

    <script>
    function GTranslateGetCurrentLang() ...
    function GTranslateFireEvent(element,event) ...
    function doGTranslate(lang_pair) ...
    ...
    </script>

    This maybe some cache plugin which has “optimize javascript code execution” or “defer javascript execution” features enabled. You will need to disable that or add exclusions for GTranslate scripts.

    Thanks! 🙂

Viewing 1 replies (of 1 total)

The topic ‘Translation not working on Android/IOS again’ is closed to new replies.