GuiliuG Posted January 14 Posted January 14 Hi, Where can I set the action that is triggered when I click on my logo website in the header? On the template I used, it’s directly connected to the home page. However, my problem is that I have two home pages, one for english and the other one for spanish, and I’d like to go to one or the other depending on the language that’s selected. How should I go about doing this? Thanks.
Web_Solutions Posted January 14 Posted January 14 10 minutes ago, GuiliuG said: Hi, Where can I set the action that is triggered when I click on my logo website in the header? On the template I used, it’s directly connected to the home page. However, my problem is that I have two home pages, one for english and the other one for spanish, and I’d like to go to one or the other depending on the language that’s selected. How should I go about doing this? Thanks. Can you share your website URL? If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
GuiliuG Posted January 14 Author Posted January 14 Yeah, sure, here it is: https://decagon-opossum-ft3y.squarespace.com/
Solution Web_Solutions Posted January 14 Solution Posted January 14 1 hour ago, GuiliuG said: Yeah, sure, here it is: https://decagon-opossum-ft3y.squarespace.com/ Add these code for all Spanish page's setting at advance section. See the attached image for better understand <script src="https://code.jquery.com/jquery-3.6.3.min.js"></script> <script> $(function(){ $('.header-title a').attr("href","/home-es"); }); </script> GuiliuG 1 If my comments are useful, please like and mark my solution as answer. It will encourage me. Thanks MD Rofik Website Designer and Digital Marketer ☕Am I helpful? Want to offer me a coffee? ✉ Send me a message if needed any help. I'll try to reply as soon as possible.
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment