levelup1570048693 Posted February 5, 2020 Share Posted February 5, 2020 Is it possible to make a navigation folder a clickable link? I would like to have a hover option for a various services but also a unique clickable landing page for our services. Link to comment
tuanphan Posted February 6, 2020 Share Posted February 6, 2020 Depends the template, you need different code. Can you share link to your site? 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
Derek-Johnson Posted January 26, 2022 Share Posted January 26, 2022 Site URL: https://www.kaifilms.com I am having this issue. Trying to make the folder link clickable. I have two instances of this on my site (services and about folders) and was wondering if anybody can help me. I have tried all the code I could find in this forum and others and no luck yet. The end goal is to have my folder title click to the first page in the folder. So Services goes to Services/services page. I also want to keep the folder drop down intact and will work on mobile. Thanks so much. www.kaifilms.com Link to comment
tuanphan Posted January 28, 2022 Share Posted January 28, 2022 Use this (Settings > Advanced > Code Injection > Footer) <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('a.header-nav-folder-title[href="/Video-Services"]').click(function() { window.location = "https://www.kaifilms.com/video-services"; }); $('.header-nav-folder-title[href="/about-kai-films"]').click(function() { window.location = "https://www.kaifilms.com/about"; }); }); </script> 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
kraftpotenzial Posted February 19, 2022 Share Posted February 19, 2022 Hi, I try to make the folder clickable and on the click it should link to the first page in the folder. Also it should not affect mobile. Only desktop please. Link to comment
creedon Posted February 19, 2022 Share Posted February 19, 2022 2 hours ago, kraftpotenzial said: I try to make the folder clickable and on the click it should link to the first page in the folder. What is the version of your site? v7.1 or v7.0? Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. 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