mrb317 Posted August 13 Share Posted August 13 Hi, I need a second pair of eyes on my site code injection. It seems that the code I have added to the code injection panel is causing an issue on my site and preventing the social links block from displaying. @tuanphan are you able to assist? Link to comment
creedon Posted August 14 Share Posted August 14 (edited) Two things to try. First. Please see the following. Second. Please post the URL for a page on your site where we can see your issue. For us to see the URL you need to include the link in the content of your post. The URL field the forum software provides is not shown to us. A link to the backend of the your site won’t work for us, i.e. a URL that contains /config/. Please set up a site-wide password, if your site is not public and you've not already done so. Post the password here. Adding a site-wide password does not allow anyone to alter your site. It only allows those with the password to see your site. Please read the site-wide password and how to share a link documentation to understand how they work. You may find How to post a forum question post useful. We can then take a look at your issue. Edited August 14 by creedon mrb317 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
mrb317 Posted August 14 Author Share Posted August 14 @creedon I have disabled the scripts and it does display the social links so it does seem to be the code injection. Thank you! The site is: https://scottsdalebible.squarespace.com/ ps: squarespace Link to comment
Solution creedon Posted August 14 Solution Share Posted August 14 The issue is in Website > Pages > Website Tools > Code Injection > FOOTER. The following code is missing a closing </style>. <style> div.events-item-wrapper .image-block figure { max-width: 100% !important; } div.events-item-wrapper .image-block { padding: 0 !important; } div.events-item-wrapper .has-aspect-ratio{ padding-bottom: 30% !important; } It should be. <style> div.events-item-wrapper .image-block figure { max-width: 100% !important; } div.events-item-wrapper .image-block { padding: 0 !important; } div.events-item-wrapper .has-aspect-ratio{ padding-bottom: 30% !important; } </style> Let us know how it goes. mrb317 1 Find my contributions useful? Please like, upvote, mark my answer as the best ( solution ), and see my profile. Thanks for your support! I am a Squarespace ( and other technological things ) consultant open for new projects. Link to comment
mrb317 Posted August 14 Author Share Posted August 14 Awesome! That was it. Thank you so much for your feedback @creedon Super helpful! I'll be sure to refer to your suggestions when requesting help! Appreciate it! creedon 1 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