Guest GigiEry Posted January 17, 2022 Share Posted January 17, 2022 Hi, I'm looking for a code to include a sentence + link at the top of my product page in 'SHOP' . Its on the Wells 7.0 template. Can someone help me please? Link to comment
Beyondspace Posted January 18, 2022 Share Posted January 18, 2022 10 hours ago, GigiEry said: Hi, I'm looking for a code to include a sentence + link at the top of my product page in 'SHOP' . Its on the Wells 7.0 template. Can someone help me please? Can you share your site with the protected password so we can take a look? 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
Guest GigiEry Posted January 18, 2022 Share Posted January 18, 2022 Thanks! Yes of course! Website https://panda-quillfish-s63g.squarespace.com/ Here is the protect password : flowerSPACEart1991 picture 1 : how it looks / also I would like more air between images I dont know if its possible. picture 2 ' faux shop ' to have an idea : with the phrase + link on top. Link to comment
tuanphan Posted January 19, 2022 Share Posted January 19, 2022 Add to Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('<div class="sqs-block html-block sqs-block-html t-block"><div class="sqs-block-content"><p class=""> More information about original work here : <strong><a href="https://google.com">enter text link</a></strong></p></div></div>').insertBefore('div#block-yui_3_17_2_1_1642459418977_2404'); }); </script> Replace google.com with new url 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
Guest GigiEry Posted January 19, 2022 Share Posted January 19, 2022 41 minutes ago, tuanphan said: <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('<div class="sqs-block html-block sqs-block-html t-block"><div class="sqs-block-content"><p class=""> More information about original work here : <strong><a href="https://google.com">enter text link</a></strong></p></div></div>').insertBefore('div#block-yui_3_17_2_1_1642459418977_2404'); }); </script> Thanks a lot! It works on the 'faux shop' (I just created it to show an image of what I was looking for (text at the top). But I need a code in the 'shop' and here the code doesn't work. Maybe because I already need a business account to make it work? I am currently on a trial period. Link to comment
tuanphan Posted January 20, 2022 Share Posted January 20, 2022 16 hours ago, GigiEry said: Thanks a lot! It works on the 'faux shop' (I just created it to show an image of what I was looking for (text at the top). But I need a code in the 'shop' and here the code doesn't work. Maybe because I already need a business account to make it work? I am currently on a trial period. Can you share link to "shop"? 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
Guest GigiEry Posted January 20, 2022 Share Posted January 20, 2022 https://panda-quillfish-s63g.squarespace.com/shop yes its here 🙂 Link to comment
tuanphan Posted January 21, 2022 Share Posted January 21, 2022 16 hours ago, GigiEry said: https://panda-quillfish-s63g.squarespace.com/shop yes its here 🙂 Add to Last Line in Code Injection > Footer <script> $(document).ready(function() { $('<div class="sqs-block html-block sqs-block-html t-block"><div class="sqs-block-content"><p class=""> More information about original work here : <strong><a href="https://google.com">enter text link</a></strong></p></div></div>').insertBefore('#productList'); }); </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
Guest GigiEry Posted January 21, 2022 Share Posted January 21, 2022 Hello, it works! Thank you so much for your time and help! 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