CaDeBr Posted February 18, 2022 Share Posted February 18, 2022 Site URL: https://apricot-grapefruit-pn4m.squarespace.com/config/pages Hello I made this website in one language (NL). Now 2 more languages have to be added, namely English and French. Hereby an example of how my website should look like: https://www.mazamcr.com/en/home/ Can you help me? Thank you in advance. Carine Link to comment
Beyondspace Posted February 18, 2022 Share Posted February 18, 2022 1 hour ago, CaDeBr said: Site URL: https://apricot-grapefruit-pn4m.squarespace.com/config/pages Hello I made this website in one language (NL). Now 2 more languages have to be added, namely English and French. Hereby an example of how my website should look like: https://www.mazamcr.com/en/home/ Can you help me? Thank you in advance. Carine Try adding to Home > settings > Advanced > Code Injection, choose footer <script> /*setup language switcher*/ $('body').prepend('<div class="language"><a href="/en/home" class="lang-en">English</a> | <a href="/es/inicio/" class="lang-es">Español</a></div>'); </script> <style> /*setup language switcher*/ .language { color: #fff; position: absolute; top: 10px; right: 10px; z-index: 99999; a { color: #fff; &:hover { opacity: 0.8; } } } </style> Let me know how it works on your site Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
CaDeBr Posted February 20, 2022 Author Share Posted February 20, 2022 Hi Bangank3 I added the code but I don't see any change. Do I need to add or change anything else? Link to comment
tuanphan Posted February 23, 2022 Share Posted February 23, 2022 On 2/20/2022 at 5:49 PM, CaDeBr said: Hi Bangank3 I added the code but I don't see any change. Do I need to add or change anything else? Follow this guide https://www.bradgood.net/articles/multi-language-content-on-any-squarespace-template Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment