Horizonte Posted January 23, 2021 Share Posted January 23, 2021 (edited) Hi there, I need a code, so that I will have a link at the bottom of each project, which points to the main page. Atm there are only buttons which lead to the next or previous site. I could of course add a new section or a button in the footer. But this all doesn't look good. Is there a way to do this? Edited January 24, 2021 by Horizonte Link to comment
tuanphan Posted January 24, 2021 Share Posted January 24, 2021 Hi. Do you use Personal or Business Plan? If Business plan, can you share link to page in screenshot? We can use script code to achieve this. 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
Horizonte Posted January 24, 2021 Author Share Posted January 24, 2021 Hi tuanphan, I use the Business plan. Here is the link to my webpage. https://ulibortz.squarespace.com thx in advance Link to comment
tuanphan Posted February 1, 2021 Share Posted February 1, 2021 On 1/24/2021 at 12:17 AM, Horizonte said: Hi tuanphan, I use the Business plan. Here is the link to my webpage. https://ulibortz.squarespace.com thx in advance Add to Project Page Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> jQuery(document).ready(function($) { $('<div class="sqs-block-button button-block"><div class="sqs-block-button-container--center"><a href="https://beaverhero.com" class="sqs-block-button-element--small sqs-block-button-element">BACK TO ALL PROJECTS</a></div></div>').insertAfter('.item-pagination[data-collection-type^="portfolio"]'); }); </script> Horizonte 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
Horizonte Posted February 12, 2021 Author Share Posted February 12, 2021 Thank you tuanphan. Will try your solution, though I already found sth else. Link to comment
Horizonte Posted February 13, 2021 Author Share Posted February 13, 2021 Hi tuanphan, doesn´t work. When I replace your URL with mine, I get a page not found. Also the frame dissapears. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> jQuery(document).ready(function($) { $('<div class="sqs-block-button button-block"><div class="sqs-block-button-container--center"><a href="https://ulibortz.squarespace.com/orte“ class="sqs-block-button-element--small sqs-block-button-element">BACK TO ALL PROJECTS</a></div></div>').insertAfter('.item-pagination[data-collection-type^="portfolio"]'); }); </script> Link to comment
Horizonte Posted February 13, 2021 Author Share Posted February 13, 2021 P.S. Tried it again, now working. Maybe some mistake while copy/paste. 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