SophieAlpaca Posted May 13, 2022 Share Posted May 13, 2022 Site URL: https://www.lapetitefermedalpagas.com/ I'm using the translation service Weglot. When on some mobile devices, the option to translate cannot be seen on the menu without scrolling down which I fear would send my french customers away. Is there a way to have this element moved to the top of the menu? Link to comment
tuanphan Posted May 15, 2022 Share Posted May 15, 2022 On 5/13/2022 at 6:25 PM, SophieAlpaca said: Site URL: https://www.lapetitefermedalpagas.com/ I'm using the translation service Weglot. When on some mobile devices, the option to translate cannot be seen on the menu without scrolling down which I fear would send my french customers away. Is there a way to have this element moved to the top of the menu? Try adding to Design > Custom CSS /* WeGlot Mobile */ @media screen and (max-width:767px) { div#multilingual-language-picker-desktop { display: flex; position: fixed; top: 5px; }} 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
SophieAlpaca Posted May 16, 2022 Author Share Posted May 16, 2022 On 5/15/2022 at 5:51 AM, tuanphan said: Try adding to Design > Custom CSS /* WeGlot Mobile */ @media screen and (max-width:767px) { div#multilingual-language-picker-desktop { display: flex; position: fixed; top: 5px; }} Hello, thank you. This is so nearly it. You can see it but the selection isn't operating. Any suggestions? Thanks Sophie Link to comment
tuanphan Posted May 20, 2022 Share Posted May 20, 2022 On 5/16/2022 at 7:59 PM, SophieAlpaca said: Hello, thank you. This is so nearly it. You can see it but the selection isn't operating. Any suggestions? Thanks Sophie Ah, you can remove the code. I see it has a code hided Weglot on mobile. Can you check to see if there is an option in Weglot to enable 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
Studiobyshera Posted November 30, 2022 Share Posted November 30, 2022 On 5/16/2022 at 8:59 AM, SophieAlpaca said: I am also trying to move the Weglot Translation Option to the top of my mobile navigation... I tried pasting this code but it hasn't worked. Any other suggestion? Link to comment
tuanphan Posted December 2, 2022 Share Posted December 2, 2022 On 12/1/2022 at 2:32 AM, Studiobyshera said: I am also trying to move the Weglot Translation Option to the top of my mobile navigation... I tried pasting this code but it hasn't worked. Any other suggestion? What is your site url? We can check easier 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
blouk Posted March 8 Share Posted March 8 Is there a way to get the translation element to replace the shopping cart element as the only one that shows up on mobile before clicking the menu? I would like the translation element to be as visible as possible. kmblrealestate.com Link to comment
tuanphan Posted March 11 Share Posted March 11 On 3/8/2023 at 9:22 PM, blouk said: Is there a way to get the translation element to replace the shopping cart element as the only one that shows up on mobile before clicking the menu? I would like the translation element to be as visible as possible. kmblrealestate.com Add to Design > Custom CSS /* show language on mobile */ @media screen and (max-width:767px) { .header-actions.header-actions--right, .header-actions.header-actions--right>div:first-child { display: flex !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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment