CalixtoIgnacio Posted June 8, 2021 Share Posted June 8, 2021 Site URL: https://www.convergefirm.com/service-offerings Hi, I looked on these forums but couldn't see an answer to this. On this page of the site im working on https://www.convergefirm.com/service-offerings I want the right image called 'Converge Academy' to be a click through link to another site but squarespace say this isn't a feature on Project Pages (which seems pretty ridiculous) Anyone have any idea for the custom code that would be needed to make it happen? In my mind it shouldn't be that complicated, should it? Link to comment
CalixtoIgnacio Posted June 9, 2021 Author Share Posted June 9, 2021 Hi, Anyone have any ideas on this? Link to comment
tuanphan Posted June 10, 2021 Share Posted June 10, 2021 Hi. I guess you can add 3 Image Blocks >> then add links? No need to use Portfolio Page. If you still want to use Portfolio page, add this code to Settings > Advanced > Code Injection to change Converge Academy url. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('a.grid-item[href*="academy"]').attr('href','https://beaverhero.com'); }); </script> Replace beaverhero with new external site url CalixtoIgnacio 1 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
CalixtoIgnacio Posted June 10, 2021 Author Share Posted June 10, 2021 50 minutes ago, tuanphan said: Hi. I guess you can add 3 Image Blocks >> then add links? No need to use Portfolio Page. If you still want to use Portfolio page, add this code to Settings > Advanced > Code Injection to change Converge Academy url. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('a.grid-item[href*="academy"]').attr('href','https://beaverhero.com'); }); </script> Replace beaverhero with new external site url You are a lifesafer! Thank you so much! Link to comment
tuanphan Posted June 16, 2021 Share Posted June 16, 2021 On 6/10/2021 at 11:07 AM, CalixtoIgnacio said: You are a lifesafer! Thank you so much! Do you need support on these? Site URL: https://www.convergefirm.com/ 1. (Mobile-Header) Increase logo size? 2. (Tablet-About) Increase page width? 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment