The situation here is that you are including jQuery version 1 on your page. I’m not sure why you’re doing that. The Multilingualizer automatically loads the latest version for you (3.x) I believe you’ve copied that jQuery version 1 code from some really old site relating to Google Analytics. Please remove this line from your page and everything will work again:
<script src=\"//ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js\"></script>
Please login or Register to submit your answer
Hi – I’ve sent you an email to invite me as contributor so I can take a look. It’ll be some JavaScript oddity they’re doing. The Multilingualizer avoids altering anything inside script blocks, but clearly something is going wrong here.