uppercutlinn Posted January 28, 2021 Share Posted January 28, 2021 Site URL: https://en.uppercutdanseteater.dk/ Hey! I would really appreciate help with the position of the weglot button on my webiste. I would like to have it on the right top corner (right now it's on the right button corner). Thank you in advance!! Link to comment
tuanphan Posted February 2, 2021 Share Posted February 2, 2021 Add to Design > Custom CSS .wg-default, .wg-default .country-selector { bottom: unset !important; top: 0 !important; } 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
Solution Parker_SQSP Posted August 4, 2022 Solution Share Posted August 4, 2022 Hi all, I'm Parker and I work on the Customer Operations team at Squarespace. I came across this thread, and I wanted to let you know that we now have an official integration with Weglot. With the integration, the language switcher button now lives in the site header. You can edit the appearance of the button (text only, icon & text, flag & text) from your header's style settings. Here's some more on that and the integration in general: https://support.squarespace.com/hc/en-us/articles/205809778-Creating-a-multilingual-site-in-Squarespace#toc-customize-the-language-switcher Link to comment
jesswp Posted August 27, 2022 Share Posted August 27, 2022 Hi @tuanphan (or anyone else that can assist!) I am wondering if you can help me move the Weglot translator to my secondary nav where the green bar is instead. Right now it's positioned right next to the CTA button in the primary nav. I am in Fluid Engine. Thanks! https://flute-herring-aws3.squarespace.com/ pass: art Link to comment
tuanphan Posted August 28, 2022 Share Posted August 28, 2022 19 hours ago, jesswp said: Hi @tuanphan (or anyone else that can assist!) I am wondering if you can help me move the Weglot translator to my secondary nav where the green bar is instead. Right now it's positioned right next to the CTA button in the primary nav. I am in Fluid Engine. Thanks! https://flute-herring-aws3.squarespace.com/ pass: art Move this? 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
jesswp Posted August 30, 2022 Share Posted August 30, 2022 (edited) On 8/28/2022 at 5:29 AM, tuanphan said: Move this? Yes @tuanphan!!! Edited September 1, 2022 by jesswp Link to comment
jesswp Posted September 4, 2022 Share Posted September 4, 2022 On 8/28/2022 at 5:29 AM, tuanphan said: Move this? Hey @tuanphan! Just wanted to see if you have an update for this by chance. Hope you are having a great weekend. Link to comment
tuanphan Posted September 5, 2022 Share Posted September 5, 2022 10 hours ago, jesswp said: Hey @tuanphan! Just wanted to see if you have an update for this by chance. Hope you are having a great weekend. Add to Last line in Code Injection > Footer <script> $(document).ready(function() { $('.header-display-desktop .header-actions.header-actions--right').clone().appendTo('div#wm-subnav>nav'); }); </script> <style> div#wm-subnav .header-actions-action.header-actions-action--cta { display: none; } </style> 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
jesswp Posted September 6, 2022 Share Posted September 6, 2022 (edited) On 9/4/2022 at 10:48 PM, tuanphan said: Add to Last line in Code Injection > Footer <script> $(document).ready(function() { $('.header-display-desktop .header-actions.header-actions--right').clone().appendTo('div#wm-subnav>nav'); }); </script> <style> div#wm-subnav .header-actions-action.header-actions-action--cta { display: none; } </style> It seems to be appearing in both places now? @tuanphan It also seems like it's cut off when viewing incognito mode. Edited September 6, 2022 by jesswp Link to comment
tuanphan Posted September 8, 2022 Share Posted September 8, 2022 On 9/6/2022 at 8:29 PM, jesswp said: It seems to be appearing in both places now? @tuanphan It also seems like it's cut off when viewing incognito mode. Add this code under code I sent <style> .header-display-desktop .header-actions.header-actions--right>div.language-picker { display: none; } </style> and try checking to see if language picker still works properly or not. 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
jesswp Posted September 8, 2022 Share Posted September 8, 2022 4 hours ago, tuanphan said: Add this code under code I sent <style> .header-display-desktop .header-actions.header-actions--right>div.language-picker { display: none; } </style> and try checking to see if language picker still works properly or not. Hi @tuanphan It still seems to be cutting off unfortunately when I am in incognito mode. See video attached! Screen Recording 2022-09-08 at 10.58.09 AM.mov 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