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? Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, 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 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