Iwan Posted March 20 Share Posted March 20 Hi there, I have just noticed two lines of code visible at the top and bottom of each of my website pages (see images) https://jeanine-thompson.squarespace.com This code appears on each page - how do I remove it?? Also, for some reason, the CLIENTS button top right of the ABOUT JEANINE and CONTACT page has changed design, it is not formatted as per my coding. Please help?? Link to comment
sorca_marian Posted March 20 Share Posted March 20 Do you have any code in the global HEAD? The script tag appears to be inside a text tag. If you haven't, contact Squarespace support because it might be a mistake in their code 👨🔧👨💻 Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX 🙋♂️ Squarespace Custom Web Development & Design 📅 Manage Tasks, Take Notes, and Upload Related Images 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn Link to comment
Iwan Posted March 20 Author Share Posted March 20 Hi there @sorca_marian! Thank you so much for replying. 😀 I'm not too sure what you mean by asking if I have code in the global HEAD? How can I check this, please? Link to comment
sorca_marian Posted March 20 Share Posted March 20 In the control panel press "/" which will open a search bar then type "code injection" and click on the first result Do you see any code in HEADER or FOOTER? 👨🔧👨💻 Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX 🙋♂️ Squarespace Custom Web Development & Design 📅 Manage Tasks, Take Notes, and Upload Related Images 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn Link to comment
Iwan Posted March 20 Author Share Posted March 20 Hi again @sorca_marian, thank you, yes I did this and I see that this is there: < script src="https://www.com/recaptcha/api.js" > Link to comment
Solution sorca_marian Posted March 20 Solution Share Posted March 20 You can remove it. It looks like a broken URL in the script tag. You can save it in a text file locally just in case. 👨🔧👨💻 Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX 🙋♂️ Squarespace Custom Web Development & Design 📅 Manage Tasks, Take Notes, and Upload Related Images 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn Link to comment
Iwan Posted March 20 Author Share Posted March 20 You are a lifesaver, I appreciate your knowledge and time @sorca_marian In terms of the code that shows at the very bottom of each page, will that be removed too? Or do I need to do something else? sorca_marian 1 Link to comment
sorca_marian Posted March 20 Share Posted March 20 It looks like a code that submits a custom form. But it is not working at the moment. To make it work, the characters " around it need to be removed and it should look like below Ideally, you should ask the developer who added it if it's still necessary. <script> function onSubmit(token){ document.getElementById("myForm").submit(); } </script> 👨🔧👨💻 Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX 🙋♂️ Squarespace Custom Web Development & Design 📅 Manage Tasks, Take Notes, and Upload Related Images 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn Link to comment
Iwan Posted March 20 Author Share Posted March 20 Thank you so much I will check that. One last thing please! https://jeanine-thompson.squarespace.com/about-jeanine?p There is something out of whack with this page - the navigation menu bar, the font on the whole page - is different to the other pages...any ideas @sorca_marian how I might correct this?? 🙏 Link to comment
sorca_marian Posted March 20 Share Posted March 20 Look for code injected in Page settings -> Advanced -> Page header Code Injection There might be some custom code there Iwan 1 👨🔧👨💻 Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX 🙋♂️ Squarespace Custom Web Development & Design 📅 Manage Tasks, Take Notes, and Upload Related Images 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn Link to comment
Iwan Posted March 20 Author Share Posted March 20 Excellent, thank you again for your help @sorca_marian sorca_marian 1 Link to comment
sorca_marian Posted March 20 Share Posted March 20 Don't forget to mark one of my answers as the answer to this topic 🙂 👨🔧👨💻 Contact me for development and design work - Freelancer Software engineer, Architect, and Designer UI/UX 🙋♂️ Squarespace Custom Web Development & Design 📅 Manage Tasks, Take Notes, and Upload Related Images 📹 Squarespace Tutorials for free - YouTube📹 💯🚀 I have worked on over 200 Squarespace sites with custom code for over 9 years 🙋♂️ Let's connect on LinkedIn Link to comment
Iwan Posted March 20 Author Share Posted March 20 I will do!! Btw this is the code injected in the ABOUT JEANINE advanced page settings <style> footer#footer-sections .section-background { background-color:#ffffff; } Link to comment
Iwan Posted March 20 Author Share Posted March 20 @sorca_marian I just removed it and the page is now perfect!!! sorca_marian 1 Link to comment
Iwan Posted March 20 Author Share Posted March 20 You have been a massive massive 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