Naomi-lifelab Posted February 17, 2022 Share Posted February 17, 2022 Site URL: https://lifelab.world/en/home Hi everyone, I have set up a multilingual site using bradgood tutorial. Now I am having difficulties on the mobile view. The language switcher shows when the mobile menu is open. Can we please hide the language switcher when the mobile menu is open? Here is a photo for reference. Thank you so much! Link to comment
Beyondspace Posted February 17, 2022 Share Posted February 17, 2022 5 minutes ago, Naomi-lifelab said: Site URL: https://lifelab.world/en/home Hi everyone, I have set up a multilingual site using bradgood tutorial. Now I am having difficulties on the mobile view. The language switcher shows when the mobile menu is open. Can we please hide the language switcher when the mobile menu is open? Here is a photo for reference. Thank you so much! Try adding to Home > Design > Custom Css .is-mobile-overlay-active .language { display: none; } Let me know how it works on your site Support me by pressing 👍 if this useful for you Naomi-lifelab 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted February 17, 2022 Share Posted February 17, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Naomi-lifelab Posted February 17, 2022 Author Share Posted February 17, 2022 Thank you Sir @bangank36 You are a life saver! It worked!!!!! Beyondspace 1 Link to comment
HP920 Posted March 7, 2022 Share Posted March 7, 2022 @bangank36 could you help me too? I also followed the brad good tutorial and everything works great on the desktop version. However, the switcher is not good for the mobile view. I tried what you said above, but it did not work (I am not the best at this...) Ideally, I would like to have switcher somewhere in the mobile menu. If it is not something that can be done, I would prefer to remove it completely from the mobile version. Thanks url: https://www.panoraloges.ca/ Link to comment
Beyondspace Posted March 7, 2022 Share Posted March 7, 2022 1 hour ago, HP920 said: @bangank36 could you help me too? I also followed the brad good tutorial and everything works great on the desktop version. However, the switcher is not good for the mobile view. I tried what you said above, but it did not work (I am not the best at this...) Ideally, I would like to have switcher somewhere in the mobile menu. If it is not something that can be done, I would prefer to remove it completely from the mobile version. Thanks url: https://www.panoraloges.ca/ Try @media only screen and (max-width: 767px) { .language { left: 250px; right: unset; transform: translate(-50%,-50%); } } to move it to the right. Or @media only screen and (max-width: 767px) { .language { display: none; } } to hide it HP920 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
HP920 Posted March 8, 2022 Share Posted March 8, 2022 Wow thank you so much for this! Beyondspace 1 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