Jump to content

Two Different Header Buttons

Recommended Posts

  • Replies 9
  • Created
  • Last Reply

Top Posters In This Topic

17 hours ago, aliciaWPP said:

Site URL: https://elk-carnation-c43w.squarespace.com/

I am creating a "French' section on my website and would like the header button to switch to "English" once someone clicks on French. Allowing them to go back to the main website. Is there a code injection I can use on the French page to change the button on that page only? 

Hi. What is access password?

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
19 hours ago, aliciaWPP said:

JourFor2021

Add this code to le-forum-des-journalistes-canadiens page header code injection

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
	$('header#header a.btn').attr('href','/');
  $("header#header a.btn").html(function() { 
          return $(this).html().replace("Français", "English"); 
});
</script>

 

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
16 hours ago, aliciaWPP said:

Thanks. Unfortunately that didn't work. 

Can you add & keep the code in page header, we can check it again easier?

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

Remove above & add this new code

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script>
<script>
$(document).ready(function() {
	$('header#header a.btn').attr('href','/');
  $(".product-price").html(function() { 
          return $(this).html().replace("Français", "English");  
    });
});
</script>

 

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

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • 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.