• Resolved supermario73

    (@supermario73)


    Our site has not been translated since last Friday. That means you choose a language and nothing happens. It worked very well before.
    GTranslate Version: 3.7.6
    Joomla version: 3.10.2
    Does somebody has any idea?

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

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

    (@edo888)

    Hi,

    I believe that it is caused by Array.from javascript function rewrite by your /media/system/js/mootools-core.js library:

    Array.from = function(a) {
            return null == a ? [] : f.isEnumerable(a) && "string" != typeof a ? "array" == b(a) ? a : e.call(a) : [a]
        }

    You can try to disable the MooTools javascript library. But first, you need to check what depends on it.

    I believe long time ago Joomla migrated from MooTools library to jQuery.

    You can also avoid the headache and upgrade to the paid version of GTranslate and it will be fine, since it does not depend on JavaScript at all.

    Thanks! ??

    • This reply was modified 3 years, 5 months ago by edo888.
Viewing 1 replies (of 1 total)
  • The topic ‘GTranslate doesn’t work now with Joomla’ is closed to new replies.