newsquarespaceuser2021 Posted May 28, 2021 Share Posted May 28, 2021 (edited) Site URL: https://porcupine-saffron-tdex.squarespace.com/config/settings/extensions Hello there - started uploading product into our Shop yesterday and noticed after a short while the appearance of this bloc note when viewing the mobile version. It also appears for a 1/2 second when uploading the desktop version. Would anyone know why this comes up and how to get rid of it: Edited June 1, 2021 by Jo_SQSP Copyright Link to comment
Solution paul2009 Posted May 28, 2021 Solution Share Posted May 28, 2021 It looks like someone has incorrectly added this code to your Code Injection area instead of the Custom CSS area. You can remove it by going to Settings > Advanced > Code Injection. newsquarespaceuser2021 1 About: SQSP User for 17 yrs. Circle Leader since 2017. I value honesty, transparency, diversity and good design ♥. Work: Founder of SF Digital, building Squarespace Extensions to supercharge your commerce website. Content: Links in my posts may refer to SF Digital products or may be affiliate links. If my advice helped, you can thank me by clicking one of the feedback emojis below. I love coffee too. Link to comment
newsquarespaceuser2021 Posted May 28, 2021 Author Share Posted May 28, 2021 Hi Paul, there is indeed a code inserted which was to help with a scroll down menu. <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { // Add as many of the following line as you need (one line per folder redirect) $('.header-nav-folder-title[href="/architectural-hardware"]').attr("href", "architecturalhardware"); $('.header-nav-folder-title').click(function(){ window.location = this.getAttribute("href"); }); }); </script> The above is different than what we had originally inserted. The copied code in my question has only started showing up late yesterday and only seems to show up while we are in the store menu and reloading pages. Not sure if you can make anything of it. Much appreciated. Link to comment
newsquarespaceuser2021 Posted May 28, 2021 Author Share Posted May 28, 2021 Thank you Paul - after further review - I was able to get the code off under Category / Advance / Page Header Code Injection. 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