aricdipiero Posted October 19, 2022 Share Posted October 19, 2022 (edited) Hello, I am in the process of remaking the various sub-pages of my Portfolio page, and for now I'd like to redirect one of the image links (the second one, Level Up) to the standalone page /new-level-up-page. Is there a way to accomplish this with CSS? Thanks Edited October 19, 2022 by aricdipiero Link to comment
Beyondspace Posted October 19, 2022 Share Posted October 19, 2022 19 minutes ago, aricdipiero said: Hello, I am in the process of remaking the various sub-pages of my Portfolio page, and I'd like to redirect one of the image links (the second one, Level Up) to the standalone page /new-level-up-page. Or alternately if there is any way to convert this new standalone page into a sub-page in the Portfolio, that would also work. I'm trying to avoid having to rebuild the entire page manually inside the Portfolio. Thanks Can you share your site and share some screenshots of the result you want to achieve? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
aricdipiero Posted October 19, 2022 Author Share Posted October 19, 2022 (edited) Hmm, I entered my site in the form field but I guess it doesn't copy over to the question. The Portfolio page in question is: https://megandipierocoaching.com/workshops I would like to redirect the second grid image to this standalone page: https://megandipierocoaching.com/new-level-up-page Edited October 19, 2022 by aricdipiero Link to comment
tuanphan Posted October 23, 2022 Share Posted October 23, 2022 On 10/19/2022 at 9:44 PM, aricdipiero said: Hmm, I entered my site in the form field but I guess it doesn't copy over to the question. The Portfolio page in question is: https://megandipierocoaching.com/workshops I would like to redirect the second grid image to this standalone page: https://megandipierocoaching.com/new-level-up-page Add this code to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('a.grid-item[href="/workshops/level-up"]').attr('href','https://megandipierocoaching.com/new-level-up-page'); }); </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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment