Fiachra Posted December 30, 2020 Share Posted December 30, 2020 Site URL: https://www.mountainpeople.ie/ Hi all, I'm trying to make it so that the menu isn't clickable in a navigation. So only the links below it are clickable and not the actual menu itself. I'm trying to do it for this site: https://www.mountainpeople.ie/ for the 'Language' folder which is being used as a dropdown menu for a Translation integration from Weglot. Each link within the folder acts for a different language (Only one at the moment, more being added once I have addressed this). I have attempted to make the folder title in the navigation itself one of the languages but this will not work with the Weglot integration, so each langauge will be offered within the dropdown. It would also be great if anyone could help as to how the dark background overlay can be removed from the folder itself once dropped down. I would really appreciate any help! Link to comment
Beyondspace Posted December 30, 2020 Share Posted December 30, 2020 2 hours ago, Fiachra said: Site URL: https://www.mountainpeople.ie/ Hi all, I'm trying to make it so that the menu isn't clickable in a navigation. So only the links below it are clickable and not the actual menu itself. I'm trying to do it for this site: https://www.mountainpeople.ie/ for the 'Language' folder which is being used as a dropdown menu for a Translation integration from Weglot. Each link within the folder acts for a different language (Only one at the moment, more being added once I have addressed this). I have attempted to make the folder title in the navigation itself one of the languages but this will not work with the Weglot integration, so each langauge will be offered within the dropdown. It would also be great if anyone could help as to how the dark background overlay can be removed from the folder itself once dropped down. I would really appreciate any help! I saw you got it covered, right? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Fiachra Posted December 30, 2020 Author Share Posted December 30, 2020 I managed to get it sorted after a few attempts, but I just realised it now doesn't operate correctly on mobile. The folder can't be opened at all .....?? Is there some way to restrict the CSS code to desktop version only? Thank you. Link to comment
Beyondspace Posted December 30, 2020 Share Posted December 30, 2020 53 minutes ago, Fiachra said: I managed to get it sorted after a few attempts, but I just realised it now doesn't operate correctly on mobile. The folder can't be opened at all .....?? Is there some way to restrict the CSS code to desktop version only? Thank you. Try this #mainNavigation label.folder-toggle-label { pointer-events: none; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! 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
Fiachra Posted December 31, 2020 Author Share Posted December 31, 2020 That worked out perfectly and is operating on both desktop and mobile. Thank you for your help. Link to comment
tuanphan Posted January 5, 2021 Share Posted January 5, 2021 @Fiachra I see on mobile, homepage icons look huge. You can add this to Design > Custom CSS to resize them. /* mobile home icons */ @media screen and (max-width:767px) { div#block-yui_3_17_2_1_1593781604230_1061405+.row>.span-1 { width: 33.33% !important; float: left !important; } div#block-yui_3_17_2_1_1593781604230_1061405+.row>.span-1:nth-child(3n+1) { clear: left; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
Supremo Posted January 5, 2021 Share Posted January 5, 2021 @tuanphan you're amazing! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.