So, the enunciation/pronunciation in this video was horrendous. On the other hand, the solutions offered are SUPER phenomenal, simple, elegant, and easy. SUPER helpful. So much so that I subscribed to the channel. Kudos.
Dude this vid was a game changer! With all of these translation widgets/apps costing up to $50 a month, this was the best free solution! Obviously it's time consuming once it comes to translating each page, but once that's done, and once 1 page is already coded, its straight up copying and pasting! Thanks brotha, you're solid man. I got one issue though. How would I go about translating the footer as well? As of now, my footer is staying the same across all the pages
Thank you so much for your video! I have never programmed anything but managed to do this. Superb, even if some parts were missing and I had to test my way around.
Thanks a lot buddy! I am a n00b when it comes to website building and especially coding! I've NEVER done this before and your tutorial made it possible to not use WEGLOT and pay too much for something I can do (better) myself. I do wish you had the base code in the description of the video as the 720P quality sometimes made it a bit challenging to keep up and read what you typed ;) Nevertheless !!! I've got it. Do you also have a video on how to have 2 different footers for both languages ? Thanks again bro!
OMG thank you so muuuch ! I have been looking for this exact way of doing it for like 6 months !! lmao to the point that it actually feels like an achivement of some sort lol
Hi, thanks for your video. It worked perfectly for my desktop site, but now I realized that the navigation in Spanish in the english version, for example, on mobile phones, is not hidden. Do you have any ideas on how to hide it there too?
Thanks for this ;-) Just wondering if this is still relevant or Squarespace now offers more simple multilingual solutions (since this video is 2 years old)? Thanks in advance ;-)
Hi I am trying to make a bilingual site. I made the pages in English with the thought that I could just duplicate them and then translate them, but for example, I have an art gallery/portfoglio page, that will not allow me to copy it. I can copy all the subpages artwork but I cannot move them to my italian page. Do you have to recreate pages fir each language individually or is there a way to duplicate them?
that was amazing, thank you! all is working! here are the codes, so you can use them guys!! #header .header-nav-item:nth-child(1){ display:none } and for mobile: @media screen and (max-width:1511px){ #header .header-menu-nav-item:nth-child(7){ display:none} } I hope that helps!
Thanks for making this tutorial. However, there is one problem with the dropdown menu on 2 languages. The dropdown menu of the second language won't show.. Please help. #header .header-nav-item:nth-child(1){ display:none } #header .header-nav-item:nth-child(2){ display:none
Can someone explain the coding for a folder. Do the elements inside count as additional pages? how do you number pages and folders and pages in the folder? PLEASE HELP
Links to code! Happy travels everyone! Code for Web #header .header-nav-item:nth-child(10){ display:none } The number 10 in my case is for what row you want to hide. Code for Mobile @media screen and (max-width:1511px){ #header .header-menu-nav-item:nth-child(10){ display:none } The number 10 in my case is for what row you want to hide.
Thanks for this, but I had to remove the space before the brackets for it to work. #header .header-nav-item:nth-child(3) { Display:none } #header .header-nav-item:nth-child(4) { Display:none }
So, the enunciation/pronunciation in this video was horrendous. On the other hand, the solutions offered are SUPER phenomenal, simple, elegant, and easy. SUPER helpful. So much so that I subscribed to the channel. Kudos.
Thanks for this video, this solution is BRILLIANT and works perfectly, exactly what I needed!
Exactly what I was looking for. A bit geeky, but the explanation and the result are awesome!
Dude this vid was a game changer! With all of these translation widgets/apps costing up to $50 a month, this was the best free solution! Obviously it's time consuming once it comes to translating each page, but once that's done, and once 1 page is already coded, its straight up copying and pasting! Thanks brotha, you're solid man. I got one issue though. How would I go about translating the footer as well? As of now, my footer is staying the same across all the pages
Thank you so much for your video! I have never programmed anything but managed to do this. Superb, even if some parts were missing and I had to test my way around.
Thanks a lot buddy! I am a n00b when it comes to website building and especially coding!
I've NEVER done this before and your tutorial made it possible to not use WEGLOT and pay too much for something I can do (better) myself.
I do wish you had the base code in the description of the video as the 720P quality sometimes made it a bit challenging to keep up and read what you typed ;)
Nevertheless !!! I've got it.
Do you also have a video on how to have 2 different footers for both languages ?
Thanks again bro!
Works well! How do I hide certain pages within the mobile view? These changes only apply to the desktop version
OMG thank you so muuuch ! I have been looking for this exact way of doing it for like 6 months !! lmao to the point that it actually feels like an achivement of some sort lol
SO helpful you saved me thank you!!
Hi! It is really helpful. But, where can I get the codes? Thank you!
Hi, thanks for your video. It worked perfectly for my desktop site, but now I realized that the navigation in Spanish in the english version, for example, on mobile phones, is not hidden. Do you have any ideas on how to hide it there too?
Could you please enter the code in the description ?
So many people ask for the codes in the comments....? Would it be possible to help with those?
Is there any way we can find these codes somewhere to copy/paste? For someone with no coding experience, it would be great to have access to these.
This is awesome. Thanks !!!!
Thanks for this ;-) Just wondering if this is still relevant or Squarespace now offers more simple multilingual solutions (since this video is 2 years old)? Thanks in advance ;-)
I typed the code for the header to make disappear the lines we dont want on that page, but they are still there. What could be the problem?
Thank you so much!
Awesome solution buddy but what with footer? I have important info down there, is there any solution to have two footers? tnx
Hi I am trying to make a bilingual site. I made the pages in English with the thought that I could just duplicate them and then translate them, but for example, I have an art gallery/portfoglio page, that will not allow me to copy it. I can copy all the subpages artwork but I cannot move them to my italian page. Do you have to recreate pages fir each language individually or is there a way to duplicate them?
awesome, man! Thanks a ton
You're the man, thank you!
Thanks for this video, it help me much
This awesome seem to now work anymore in 2022 …
hi, thanks for the video, how can a get the codes? Thanks a lot
that was amazing, thank you! all is working! here are the codes, so you can use them guys!!
#header .header-nav-item:nth-child(1){
display:none
}
and for mobile:
@media screen and (max-width:1511px){
#header .header-menu-nav-item:nth-child(7){
display:none}
}
I hope that helps!
That's great - just need a semi-colon ; after "none" instead of a curly bracket } to avoid syntax error :)
Thank you so much for your video - life saver
I copied the code into my site and it isn't working!
Same for me.. Have you figured it out?
@@maisypop1998 try removing the space after a child, just before (1)
This is fucking amazing!!!!!
Good job man but, where is code to change language links into buttons (14:27) ? Beside that: 720p in 2021? Really?
Thanks for making this tutorial. However, there is one problem with the dropdown menu on 2 languages. The dropdown menu of the second language won't show.. Please help.
#header .header-nav-item:nth-child(1){
display:none
}
#header .header-nav-item:nth-child(2){
display:none
Can someone explain the coding for a folder. Do the elements inside count as additional pages? how do you number pages and folders and pages in the folder?
PLEASE HELP
Have you figured out the problem? I'm having the exact issue! Please help if you've solved it!!
I am having the same issue. It works great for PC. But all the headers are still shown on mobile devices.
Hi everyone, have you all figured out the problem? Need to fix it ASAP 😢
Links to code! Happy travels everyone!
Code for Web
#header .header-nav-item:nth-child(10){
display:none
}
The number 10 in my case is for what row you want to hide.
Code for Mobile
@media screen and (max-width:1511px){
#header .header-menu-nav-item:nth-child(10){
display:none
}
The number 10 in my case is for what row you want to hide.
#header .header-nav-item:nth-child (3) {
Display:none
}
#header .header-nav-item:nth-child (4) {
Display:none
}
Thank You a lot.
How come my website lost the original background colors after I typed in these codes? Thanks
Thanks for this, but I had to remove the space before the brackets for it to work.
#header .header-nav-item:nth-child(3) {
Display:none
}
#header .header-nav-item:nth-child(4) {
Display:none
}
Thank you so much!@@gaazlin