RemyFoxi Posted November 11, 2021 Share Posted November 11, 2021 Site URL: https://lotushealingcenter.squarespace.com Hello everyone 🥰! My website has a language switch on the navigation bar FR / ENG My homepage is set to the french one. Is there a way to redirect the main LOGO Link button "Lotus Healing Center" to the english homepage when the visitor is browsing english pages? Here is the link to my website: https://lotushealingcenter.squarespace.com Hope it's not too confusing.. Thank you for your time! Remy Link to comment
tuanphan Posted November 14, 2021 Share Posted November 14, 2021 Add this code to all English Page Header <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.5.1/jquery.min.js"></script> <script> $(document).ready(function() { $('a#site-title').attr('href','/eng'); }); </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
geglaja Posted December 2, 2021 Share Posted December 2, 2021 HI @tuanphan and @RemyFoxi https://lotushealingcenter.squarespace.com/home-fr Could You, please, advice, how the language switcher (from FR to ENG) on button has been set at this page? Thanks, Gerda Link to comment
RemyFoxi Posted December 2, 2021 Author Share Posted December 2, 2021 So good this works, thank you so much @tuanphan! God bless you Also @geglaja, i followed this tutoral for the button  Have a good day!   geglaja 1 Link to comment
geglaja Posted December 2, 2021 Share Posted December 2, 2021 @RemiFoxi! Awesome! Thanks so much!! 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