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! Beyondspace 1 Link to comment
Solution Beyondspace Posted December 30, 2020 Solution 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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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. Beyondspace 1 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; } tuanphan 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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. Beyondspace 1 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 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
Supremo Posted January 5, 2021 Share Posted January 5, 2021 @tuanphan you're amazing! 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