ChefCollin Posted September 10 Share Posted September 10 http://Chefwanderlust.com Hello everyone, I’m experiencing an issue with the language switcher on my Squarespace site when viewed on mobile devices. After selecting a language in the language switcher, the switcher remains open, making it seem like the site hasn’t responded to the selection. However, when I navigate back to the main site, the language has actually changed to the selected one. This behavior is confusing for users because it appears unresponsive, even though the language change has occurred. I’m looking for a solution that would automatically close the language switcher or redirect users back to the main site after they select a language, so it’s clear that their selection has been processed. I there a way to address that without code injection? ( I am on a personal account) Thanks Link to comment
tuanphan Posted September 12 Share Posted September 12 I think you can consider move language switcher next to burger icon. What do you think? I can give some CSS to do this ChefCollin 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
ChefCollin Posted September 13 Author Share Posted September 13 Hi tuanphan! CSS would be kindly appreciated 🙂 Link to comment
tuanphan Posted September 14 Share Posted September 14 18 hours ago, ChefCollin said: Hi tuanphan! CSS would be kindly appreciated 🙂 You can try this to Website Tools > Custom CSS @media screen and (max-width:991px) { .header-display-desktop { display: block !important; position: absolute; right: 15vw; z-index: 99999999; } .header-display-desktop .header-title-nav-wrapper, .header-display-desktop .header-burger { display: none; } .header-dislay-desktop .header-actions.header-actions--right { display: flex !important; } div#multilingual-language-picker-desktop {} .header-display-desktop .header-actions.header-actions--right, .header-display-desktop div#multilingual-language-picker-desktop { display: flex !important; } } ChefCollin 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
ChefCollin Posted September 14 Author Share Posted September 14 Thank you Tuanphan. I will try this out. Without Java code there is no solution if I wanted to keep the language selection in the burger menu? Link to comment
tuanphan Posted September 16 Share Posted September 16 On 9/14/2024 at 8:31 PM, ChefCollin said: Thank you Tuanphan. I will try this out. Without Java code there is no solution if I wanted to keep the language selection in the burger menu? I think you try contacting WeGlot to see if it has any options to solve this Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) 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