JulieStamenic Posted April 27, 2022 Share Posted April 27, 2022 Site URL: https://www.juliestamenic.com/printstore Dear all, Could anyone tell me which code. to inject in order to have a button "Help me" next to / under the title "Welcome to the Print Store!" , since it's a store, it sounds pretty complex to customize that page. Thank you for your help Julie Link to comment
Beyondspace Posted April 27, 2022 Share Posted April 27, 2022 1 hour ago, JulieStamenic said: Site URL: https://www.juliestamenic.com/printstore Dear all, Could anyone tell me which code. to inject in order to have a button "Help me" next to / under the title "Welcome to the Print Store!" , since it's a store, it sounds pretty complex to customize that page. Thank you for your help Julie When you click on this button, which events will the site trigger? JulieStamenic 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 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
JulieStamenic Posted April 27, 2022 Author Share Posted April 27, 2022 4 minutes ago, bangank36 said: When you click on this button, which events will the site trigger? It will take the user to the following page https://www.juliestamenic.com/theprintyouneed 🙂 Link to comment
JulieStamenic Posted April 28, 2022 Author Share Posted April 28, 2022 Hi @bangank36 🙂 I've managed to add a subtitle for now but I'd like to be clickable or turn it into a button. Maybe that makes the request clearer to you? Thanks a lot for your kind help Julie Link to comment
tuanphan Posted May 1, 2022 Share Posted May 1, 2022 On 4/27/2022 at 11:16 PM, JulieStamenic said: It will take the user to the following page https://www.juliestamenic.com/theprintyouneed 🙂 Try adding 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-button button-block tp-button-block"><div class="sqs-block-content"><div class="sqs-block-button-container sqs-block-button-container--center"><a href="/theprintyouneed" class="sqs-block-button-element--small sqs-button-element--primary sqs-block-button-element">Button text</a></div></div></div>').insertAfter('h2.nested-category-title'); }); </script> JulieStamenic 1 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
JulieStamenic Posted May 5, 2022 Author Share Posted May 5, 2022 On 5/1/2022 at 8:52 AM, tuanphan said: Try adding 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-button button-block tp-button-block"><div class="sqs-block-content"><div class="sqs-block-button-container sqs-block-button-container--center"><a href="/theprintyouneed" class="sqs-block-button-element--small sqs-button-element--primary sqs-block-button-element">Button text</a></div></div></div>').insertAfter('h2.nested-category-title'); }); </script> Thanks a million!!! Works like a charm 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