- 37
- 13 962
Campus Vibez
Canada
เข้าร่วมเมื่อ 11 ส.ค. 2018
The one-stop shop for all your club needs uOttawa! | Le guichet central pour tous les besoins de votre club! ~ cvuo.ca
วีดีโอ
Self-sustainability through social enterprise models
มุมมอง 52 ปีที่แล้ว
Self-sustainability through social enterprise models
Navigating space bookings on campus with vems
มุมมอง 942 ปีที่แล้ว
Navigating space bookings on campus with vems
Club Funding Walkthrough
มุมมอง 3193 ปีที่แล้ว
Here's how to apply for funding! If you have questions please email us!
Creating a Table - Website Series Part 5
มุมมอง 523 ปีที่แล้ว
Creating a Table - Website Series Part 5
Using HTML & CSS To Write Text - Website Series Part 4
มุมมอง 383 ปีที่แล้ว
Using HTML & CSS To Write Text - Website Series Part 4
Managing Styles & Fonts on Your Website - Website Series Part 3
มุมมอง 633 ปีที่แล้ว
Managing Styles & Fonts on Your Website - Website Series Part 3
How to Make a Bilingual Website on Squarespace - Website Series Part 2
มุมมอง 11K3 ปีที่แล้ว
How to Make a Bilingual Website on Squarespace - Website Series Part 2
How to Create a Website with Squarespace - Website Serties Part 1
มุมมอง 3293 ปีที่แล้ว
How to Create a Website with Squarespace - Website Serties Part 1
Prix de la vie étudiante 2021 - Partie 2 / Student Life Awards 2021 - Part 2
มุมมอง 573 ปีที่แล้ว
Prix de la vie étudiante 2021 - Partie 2 / Student Life Awards 2021 - Part 2
Prix de la vie étudiante 2021 - Partie 1 / Student Life Awards 2021 - Part 1
มุมมอง 1093 ปีที่แล้ว
Prix de la vie étudiante 2021 - Partie 1 / Student Life Awards 2021 - Part 1
CVUO Clubs Conference - Sponsorship Workshop | Atelier de parrainage
มุมมอง 94 ปีที่แล้ว
CVUO Clubs Conference - Sponsorship Workshop | Atelier de parrainage
CVUO Clubs Conference - Marketing Workshop | Atelier de marketing
มุมมอง 154 ปีที่แล้ว
CVUO Clubs Conference - Marketing Workshop | Atelier de marketing
CVUO Clubs Conference - Club Basics Workshop | Atelier des bases du club
มุมมอง 114 ปีที่แล้ว
CVUO Clubs Conference - Club Basics Workshop | Atelier des bases du club
CVUO Clubs Conference - VIRTUAL EVENT PLANNING | PLANIFICAION D'UN ÉVÉNEMENT VIRTUEL
มุมมอง 274 ปีที่แล้ว
CVUO Clubs Conference - VIRTUAL EVENT PLANNING | PLANIFICAION D'UN ÉVÉNEMENT VIRTUEL
CVUO Podcast Episode 5 - Group Dynamics | Dynamique d'équipe
มุมมอง 104 ปีที่แล้ว
CVUO Podcast Episode 5 - Group Dynamics | Dynamique d'équipe
Les prix de la vie étudiante // The Student Life Awards 2021 Announcement Video
มุมมอง 284 ปีที่แล้ว
Les prix de la vie étudiante // The Student Life Awards 2021 Announcement Video
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?
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.
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
SO helpful you saved me thank you!!
awesome, man! Thanks a ton
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!
So many people ask for the codes in the comments....? Would it be possible to help with those?
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 ;-)
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
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.
Exactly what I was looking for. A bit geeky, but the explanation and the result are awesome!
You're the man, thank you!
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
p͎r͎o͎m͎o͎s͎m͎
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!! <style> #header .header-nav-item:nth-child(1){ display:none } </style> and for mobile: <style> @media screen and (max-width:1511px){ #header .header-menu-nav-item:nth-child(7){ display:none} } </style> I hope that helps!
That's great - just need a semi-colon ; after "none" instead of a curly bracket } to avoid syntax error :)
Good job man but, where is code to change language links into buttons (14:27) ? Beside that: 720p in 2021? Really?
This is fucking amazing!!!!!
This awesome seem to now work anymore in 2022 …
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)
{}
Links to code! Happy travels everyone! Code for Web <style> #header .header-nav-item:nth-child(10){ display:none } </style> The number 10 in my case is for what row you want to hide. Code for Mobile <style> @media screen and (max-width:1511px){ #header .header-menu-nav-item:nth-child(10){ display:none } </style> The number 10 in my case is for what row you want to hide.
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. <style> #header .header-nav-item:nth-child(1){ display:none } #header .header-nav-item:nth-child(2){ display:none <--- [this is folder with 2 dropdown menu which works ok in first language] } #header .header-nav-item:nth-child(3){ display:none } #header .header-nav-item:nth-child(4){ display:none } #header .header-nav-item:nth-child(5){ display:none } #header .header-nav-item:nth-child(6){ display:none } #header .header-nav-item:nth-child(13){ display:none } #header .header-nav-item:nth-child(16){ display:none } @media screen and (max-width:1511px){ #header .header-menu-nav-item:nth-child(1){ display:none} #header .header-menu-nav-item:nth-child(2){ display:none} #header .header-menu-nav-item:nth-child(3){ display:none} <---- [This is the problem as it will disable the dropdown menu to display in 2nd language ] #header .header-menu-nav-item:nth-child(4){ display:none} #header .header-menu-nav-item:nth-child(5){ display:none} #header .header-menu-nav-item:nth-child(6){ display:none} #header .header-menu-nav-item:nth-child(13){ display:none} #header .header-menu-nav-item:nth-child(16){ display:none} } </style> Everything works ok is the line below is removed, but it will show the menu of the first language in the mobile menu. #header .header-menu-nav-item:nth-child(3){ display:none} <---- [This is the problem as it will disable the dropdown menu to display in 2nd language ]
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 😢
<style> #header .header-nav-item:nth-child (3) { Display:none } #header .header-nav-item:nth-child (4) { Display:none } </style>
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. <style> #header .header-nav-item:nth-child(3) { Display:none } #header .header-nav-item:nth-child(4) { Display:none } </style>
Thank you so much!@@gaazlin
Thanks for this video, this solution is BRILLIANT and works perfectly, exactly what I needed!
Thank you so much for your video - life saver
Could you please enter the code in the description ?
This is awesome. Thanks !!!!
Hi! It is really helpful. But, where can I get the codes? Thank you!
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.
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?
hi, thanks for the video, how can a get the codes? Thanks a lot
Thanks for this video, it help me much
Very insightful