geearias Posted September 16, 2022 Share Posted September 16, 2022 Site URL: https://artisanchiropractic.squarespace.com/services Hey friends - I'm wanting to create some footer links that lead you to specific card blocks within a clients 'services' page. Is this possible? https://artisanchiropractic.squarespace.com/services Link to comment
Ziggy Posted September 16, 2022 Share Posted September 16, 2022 You can put code with an ID in most places on your website, and you can link to these IDs from the footer. Check this guide out: https://support.squarespace.com/hc/en-us/articles/207135178-Creating-anchor-links Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com Hire me on Upwork! 📈 SEO Space (Referral link) Ⓜ️ Will Myers' Plugins & Tutorials (Referral link) 🔌 Ghost Squarespace Plugins (Referral link) ⬛ SquareWebsites Plugins (Referral link) 🔲SQSP Themes (Referral link) ✨ Spark Plugin (Referral link) 🖼️Pinch-to-Zoom Gallery Lightbox Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
geearias Posted September 16, 2022 Author Share Posted September 16, 2022 3 hours ago, Ziggy said: You can put code with an ID in most places on your website, and you can link to these IDs from the footer. Check this guide out: https://support.squarespace.com/hc/en-us/articles/207135178-Creating-anchor-links Thank you @Ziggy. Always helpful but unfortunately with card blocks, you can't insert IDs (at least not that I've figured out). If you know of a trick, would love to hear! Link to comment
tuanphan Posted September 18, 2022 Share Posted September 18, 2022 What is site access password? I guess there are some ways to do this eg use script code to add ID to card blocks. 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
geearias Posted September 20, 2022 Author Share Posted September 20, 2022 On 9/18/2022 at 2:13 AM, tuanphan said: What is site access password? I guess there are some ways to do this eg use script code to add ID to card blocks. Thanks for asking. PW: artisan All lowercase. Link to comment
tuanphan Posted September 21, 2022 Share Posted September 21, 2022 18 hours ago, geearias said: Thanks for asking. PW: artisan All lowercase. Add this code to Settings > Advanced > Code Injection > Footer. This code will add ID: adjustments to adjustments Card Block. If it works, we will give code for other cards <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('div#block-yui_3_17_2_1_1657683252102_11494').attr('id','adjustments'); }); </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
geearias Posted September 22, 2022 Author Share Posted September 22, 2022 15 hours ago, tuanphan said: Add this code to Settings > Advanced > Code Injection > Footer. This code will add ID: adjustments to adjustments Card Block. If it works, we will give code for other cards <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('div#block-yui_3_17_2_1_1657683252102_11494').attr('id','adjustments'); }); </script> @tuanphan- Does this mean it should lead to https://artisanchiropractic.squarespace.com/services/#adjustments? Link to comment
tuanphan Posted September 24, 2022 Share Posted September 24, 2022 On 9/22/2022 at 11:24 AM, geearias said: @tuanphan- Does this mean it should lead to https://artisanchiropractic.squarespace.com/services/#adjustments? On 9/22/2022 at 11:24 AM, geearias said: @tuanphan- Does this mean it should lead to https://artisanchiropractic.squarespace.com/services/#adjustments? The code will added id adjustments to first card block then you can add anchor link #adjustments 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment