RemyFoxi Posted November 11, 2021 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
tuanphan Posted November 14, 2021 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 Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
geglaja Posted December 2, 2021 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
RemyFoxi Posted December 2, 2021 Author 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!  Â
Recommended Posts
Archived
This topic is now archived and is closed to further replies.