fbpx
Skip to content
Questions & AnswersCategory: QuestionsDoes not work on squarespace
website asked 6 years ago
Dear Multilingualizer. First of all, thank you for making this great system. It is just for my case, the (.... text..translation...) format does not work on my squarespace account. My website is Rayora.com and i'm still working on it to make it into 2 languages, English and Japanese (日本語). I really like the way floating language selector looks and and i have tried all the guide written on your instruction page. Since i want it to be English and 日本語 with pink background, i changed the code a little bit, so instead of : <div class="languagewrapper">
<div class="language"><a href="#" onclick="languageClicked(0);">English</a></div>
<div class="language"><a href="#" onclick="languageClicked(1);">Français</a></div>
</div>
<style>
.languagewrapper {
position:fixed;
top:0;
right:0;
z-index:999999;
background-color: black;
padding: 2px;
}
.languagewrapper .language {
float:left;
}
.languagewrapper .language {
display:block;
}
.languagewrapper .language.active {
display:block;
}
.languagewrapper .language.active a {
color:white;
font-weight:bold;
}
.languagewrapper .language a {
padding:2px 5px;
text-decoration:none;
color:white;
}
</style> I changed it into : <div class="languagewrapper">
<div class="language"><a href="#" onclick="languageClicked(0);">English</a></div>
<div class="language"><a href="#" onclick="languageClicked(1);">日本語</a></div>
</div>
<style>
.languagewrapper {
position:fixed;
top:0;
right:0;
z-index:999999;
background-color: pink;
padding: 2px;
}
.languagewrapper .language {
float:left;
}
.languagewrapper .language {
display:block;
}
.languagewrapper .language.active {
display:block;
}
.languagewrapper .language.active a {
color:white;
font-weight:bold;
}
.languagewrapper .language a {
padding:2px 5px;
text-decoration:none;
color:white;
}
</style> By this, the appareance is exactly what i wanted, but it won't change between languages even if i clicked the floating language selector's language section. I also have tried the ....text..translation.... format, but it shows as it is Please check this link to see pic that can explain more about my situation : https://drive.google.com/open?id=1G-WYLY6iohHJxiFLCaPbb_cql8wildoU or visit www.rayora.com   Looking forward to your reply. Best Regards, Rara  
1 Answers
Freddy Jones answered 6 years ago

Hi
This is due to either not closing a language a block or because you’re logged into squarespace. Try viewing the page in private browsing.
Cheers

We use cookies

We use cookies for various things on our site, including our on-site chat bubble (if you use it), our comment forms (if you use them) and for session handling (if you log in).

Other than that, we use cookies to identify where traffic came from to help us understand which traffic turns into sales, we use a cookie for Google Analytics traffic analysis and we use a cookie to customise adverts for our own products we think you'll be interested in.

You can read more detail in our privacy policy page. Please click 'Accept' or 'Decline' to continue.