Hello, I use ML since a few years, but I have a problem since today
my website is under Squarespace https://www.afex.fr/
I have a white background that covers the pages. I just changed its color to make it transparent background-color:rgba(0, 0, 0, 0); , otherwise the site was not visible..
but I can't anymore navigate on the website 🙁
Someone knows why please ?
Thank you.
here's is the code
<script
src="https://code.jquery.com/jquery-3.4.1.min.js"
integrity="sha256-CSXorXvZcTkaix6Yvo6HppcZGetbYMGWSFlBw8HfCJo="
crossorigin="anonymous">
<script type="text/javascript" src="//www.multilingualizer.com/mlcode/jquery-3.2.1.min.js">
var mllanguages = []; mllanguages["French"] = 0; mllanguages["English"] = 1;
<script type="text/javascript" src="//www.multilingualizer.com/mlcode/multilingualizer4.36.js">
var mltextblockboundary = '....';
var forcenonburger = true;
// Perf option: when this next setting is 0, the Multilingualizer will watch the HTML on page to check for changes and translate them. With some themes, e.g. with parallax, this can slow down scrolling. In those cases, you can set this to 500 and instead of observing changes to the doc, the multilingualizer will run every 500 milliseconds.
var recheckfrequency = 0;
#multilingualizerloadingscreen {
position:fixed;
width:100%;
height:100%;
background-color:rgba(0, 0, 0, 0);
background-repeat:no-repeat;
background-position:center, bottom right;
z-index:99999999;
top:0px;
left:0px;
}
#multilingualizerloadingscreen.ldoaded {
display:none;
}
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-74037845-1', 'auto');
ga('send', 'pageview');