Jump to content

Moving the Weglot element to the top of the menu on a mobile device

Recommended Posts

  • Replies 7
  • Created
  • Last Reply

Top Posters In This Topic

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
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
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
  • 6 months later...
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
  • 3 months later...

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
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;
}
}

image.png.e882ca13a263e070b1daa471503d0e66.png

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.