Jump to content

Lock Screen Page - How to add 'Go back to Home' button Or 'Header'

Recommended Posts

Posted

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

 

lock-screen.jpg

  • Replies 7
  • Views 1.3k
  • Created
  • Last Reply
Posted
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

 

lock-screen.jpg

Which template are you using?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Posted
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Posted
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! 

Posted
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

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Pinch/Zoom images, videos - PDFs Lightbox - ...) </>  🗓️ Delivery Date Picker (Date picker form field)
Gallery block 7.1 workaround </> 🤖 Ask me anything

Posted
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

Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)

Posted
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! 

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.