Hello,
Today i try to setup my forum to add Google Analytics, but now i have all my JavaScript on my forum completely bugged, and can't do anything on it, i just can clic on links.
I just enabled and paste the code (provided by Google) in the Google Analytics default plugin, nothing exotic ...
I got this code in bottom of the page :
; ipsSettings['maxImageDimensions'] = { width: 1000, height: 750 };
You can check on every pages : https://motardo.com/
I try several things :
clear cache
disable customization
disable and remove google analytics code
try to find out in template files if any file are modified with an unwanted semicolon
It's seems there is an rebel semicolon, but i can't find where it is ...
When I change the "Maximum image dimensions to display" (to unlimited for example) i got only the semicolon, but JavaScript still down.
What I'm missing ?