LV-OZ Posted September 12, 2022 Share Posted September 12, 2022 Site URL: https://hypersphere-parsnip-zhhw.squarespace.com/vision Hi I use the technique below to to link a Folder Navigation Title To a Specific Page. This works perfectly on desktop and tablet, but does not work on mobile. Any tips on getting it to work in the Mobile navigation? https://squarecamp.com/custom-code-tips/how-to-link-folder-navigation-title-to-a-specific-page-on-squarespace-71 It's on the OUR WORK section. https://hypersphere-parsnip-zhhw.squarespace.com/vision pw: peekaboo Thank you! Link to comment
LV-OZ Posted September 13, 2022 Author Share Posted September 13, 2022 11 hours ago, LV-OZ said: Site URL: https://hypersphere-parsnip-zhhw.squarespace.com/vision Hi I use the technique below to to link a Folder Navigation Title To a Specific Page. This works perfectly on desktop and tablet, but does not work on mobile. Any tips on getting it to work in the Mobile navigation? https://squarecamp.com/custom-code-tips/how-to-link-folder-navigation-title-to-a-specific-page-on-squarespace-71 It's on the OUR WORK section. https://hypersphere-parsnip-zhhw.squarespace.com/vision pw: peekaboo Thank you! Or perhaps there is a different code all together that will work for Mobile navigation? Link to comment
tuanphan Posted September 16, 2022 Share Posted September 16, 2022 On 9/12/2022 at 8:48 PM, LV-OZ said: Site URL: https://hypersphere-parsnip-zhhw.squarespace.com/vision Hi I use the technique below to to link a Folder Navigation Title To a Specific Page. This works perfectly on desktop and tablet, but does not work on mobile. Any tips on getting it to work in the Mobile navigation? https://squarecamp.com/custom-code-tips/how-to-link-folder-navigation-title-to-a-specific-page-on-squarespace-71 It's on the OUR WORK section. https://hypersphere-parsnip-zhhw.squarespace.com/vision pw: peekaboo Thank you! The page doesn't work now. Can you check it again? 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
LV-OZ Posted September 16, 2022 Author Share Posted September 16, 2022 Thank you I solved this problem by adding a link as a first item to the folder in the navigation, and then hiding it on desktop only, using this code: // DESKTOP - Navigation - remove first nav link in folder on desktop// .header-nav-folder-item.header-nav-folder-item--external { display: none; } .site-wrapper .header-menu .header-menu-nav a:not(.btn) { color: #fff !important; } tuanphan and sayreambrosio 2 Link to comment
sayreambrosio Posted October 2, 2022 Share Posted October 2, 2022 On 9/15/2022 at 11:10 PM, LV-OZ said: Thank you I solved this problem by adding a link as a first item to the folder in the navigation, and then hiding it on desktop only, using this code: // DESKTOP - Navigation - remove first nav link in folder on desktop// .header-nav-folder-item.header-nav-folder-item--external { display: none; } .site-wrapper .header-menu .header-menu-nav a:not(.btn) { color: #fff !important; } Did you put this under CSS? Designer that loves working with the 'misfits' & International Multi-Genre Author Design Website: fifthestatedesigns.studio Author Website Sayre's Custom Code Collection Link to comment
sayreambrosio Posted October 2, 2022 Share Posted October 2, 2022 Nevermind 🙂 I figured it out. Designer that loves working with the 'misfits' & International Multi-Genre Author Design Website: fifthestatedesigns.studio Author Website Sayre's Custom Code Collection 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