belleaccent Posted November 26, 2021 Share Posted November 26, 2021 Site URL: https://www.herchyun.com/ Hello, I have noticed that once my customers enter my lock screen page, there is no button for them to click to go back to home. I would like to add a Go back to Home' , Header, or my Logo linking my home page on Lock Screen Page. Since I am using Personal plan, I can not access to advanced code injection. Could anyone help me with custom CSS? Thanks a lot in advance! My site: https://www.herchyun.com/ The Lock screen page: https://www.herchyun.com/2021-catalogue SquareRefresh and Beyondspace 2 Link to comment
Beyondspace Posted November 26, 2021 Share Posted November 26, 2021 2 hours ago, belleaccent said: Site URL: https://www.herchyun.com/ Hello, I have noticed that once my customers enter my lock screen page, there is no button for them to click to go back to home. I would like to add a Go back to Home' , Header, or my Logo linking my home page on Lock Screen Page. Since I am using Personal plan, I can not access to advanced code injection. Could anyone help me with custom CSS? Thanks a lot in advance! My site: https://www.herchyun.com/ The Lock screen page: https://www.herchyun.com/2021-catalogue Which template are you using? 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
belleaccent Posted November 26, 2021 Author Share Posted November 26, 2021 47 minutes ago, bangank36 said: Which template are you using? I am using Hester Link to comment
tuanphan Posted November 28, 2021 Share Posted November 28, 2021 On 11/26/2021 at 1:17 PM, belleaccent said: I am using Hester Add to Settings > Advanced > Code Injection > Lock Screen to make image clickable to homepage <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $("img").click(function() { var link = $(this).text(), href = "/"; window.location.href=href; }); }); </script> <style> img:hover { cursor: pointer; } </style> 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
belleaccent Posted November 29, 2021 Author Share Posted November 29, 2021 On 11/28/2021 at 3:08 PM, tuanphan said: Add to Settings > Advanced > Code Injection > Lock Screen to make image clickable to homepage <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $("img").click(function() { var link = $(this).text(), href = "/"; window.location.href=href; }); }); </script> <style> img:hover { cursor: pointer; } </style> Hello @tuanphan thank you for the reply and the code. Unfortunately I am using personal plan so I can not access to advance code injection. but still, really appreciate your help! Beyondspace 1 Link to comment
Beyondspace Posted November 29, 2021 Share Posted November 29, 2021 3 hours ago, belleaccent said: Hello @tuanphan thank you for the reply and the code. Unfortunately I am using personal plan so I can not access to advance code injection. but still, really appreciate your help! Lock screen can not be modified with custom css so I tihnk you have to upgrade the plan tuanphan 1 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
tuanphan Posted November 30, 2021 Share Posted November 30, 2021 On 11/29/2021 at 3:15 PM, belleaccent said: Hello @tuanphan thank you for the reply and the code. Unfortunately I am using personal plan so I can not access to advance code injection. but still, really appreciate your help! You need to upgrade plan to use this code. 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
belleaccent Posted December 2, 2021 Author Share Posted December 2, 2021 On 11/29/2021 at 8:16 PM, bangank36 said: Lock screen can not be modified with custom css so I tihnk you have to upgrade the plan Noted. Unfortunately my client doesn't want to upgrade. Still, thank you a lot for the reply! Beyondspace 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