shahinyan Posted January 23, 2020 Posted January 23, 2020 hi, I am currently stuck with the same old question, how can I redirect the title of the website the home page or a specific page instead of the cover page? I know the question has been asked and answered many times, I read everything and I tried copy-pasting suggested codes.. but it doesn't work and I am not sure what should be tweaked to make it work , so if someone could help me out with this one I would be thankful! I'm pretty fresh in all the coding so without your help would not be able to fix it :) thanks in advance! I'm using Wells template, Business plan. www.vladimirshahinyan.com
tuanphan Posted January 24, 2020 Posted January 24, 2020 You mean title on this page? https://www.vladimirshahinyan.com/ If yes, title is text, not link, so I guess on the forum, there aren't any posts that share code for this. I think you need a bit JavaScript, to insert the link directly into the title, and it's a bit complicated, at least time-consuming for me, I think I have a sample code, for a similar situation, I will find it when have free time.😂 -- In the meantime, Hope someone will share the code for this question.. 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!)
shahinyan Posted January 24, 2020 Author Posted January 24, 2020 3 hours ago, tuanphan said: You mean title on this page? https://www.vladimirshahinyan.com/ If yes, title is text, not link, so I guess on the forum, there aren't any posts that share code for this. I think you need a bit JavaScript, to insert the link directly into the title, and it's a bit complicated, at least time-consuming for me, I think I have a sample code, for a similar situation, I will find it when have free time.😂 -- In the meantime, Hope someone will share the code for this question.. Thanks a lot tuanphan for your reply 🙂 Yes, I wanted to redirect the site title VLADIMIR SHAHINYAN to the homepage or another page, since now if you click on it from any other subcategory it goes to the Cover Page again. Would it help if I change the Ttile text to a logo image maybe?
tuanphan Posted January 24, 2020 Posted January 24, 2020 4 hours ago, shahinyan said: Thanks a lot tuanphan for your reply 🙂 Yes, I wanted to redirect the site title VLADIMIR SHAHINYAN to the homepage or another page, since now if you click on it from any other subcategory it goes to the Cover Page again. Would it help if I change the Ttile text to a logo image maybe? hm, you want to change title link on cover page https://www.vladimirshahinyan.com/ , or other pages https://www.vladimirshahinyan.com/city-life if other pages, some jquery can solve 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!)
shahinyan Posted January 24, 2020 Author Posted January 24, 2020 2 hours ago, tuanphan said: hm, you want to change title link on cover page https://www.vladimirshahinyan.com/ no no 🙂 , or other pages https://www.vladimirshahinyan.com/city-life yes! 🙂 if other pages, some jquery can solve no no )) I see I was not that clear with the question. I want to change Title link from all the pages to the the same city-life page (ot maybe other), but now when you click on the title on all the pagesit goes again to the Cover Page. I want the Cover Page be a one thing page as a standard intro to my site, and when you are in then you can navigate without going out again to the Cover and entering again. I don't have a logo as an image so the title on all the pages is just a text, so I want to change the link of it 🙂 hope you can help with this )) thanks!
tuanphan Posted January 26, 2020 Posted January 26, 2020 I have code for this...but i'm off Lunar New Year I will send in the next week, if you haven't solved that time. Saved your question 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!)
tuanphan Posted February 1, 2020 Posted February 1, 2020 I see you fix? 😂 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!)
giuliagiancola Posted March 18, 2020 Posted March 18, 2020 Can you please share how you fixed this? I'm using tremont
tuanphan Posted March 19, 2020 Posted March 19, 2020 13 hours ago, giuliagiancola said: Can you please share how you fixed this? I'm using tremont On 3/14/2020 at 8:20 AM, CW888 said: Can you share how you fixed this please? Add to Home > Settings > Advanced > Code Injection > Footer <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.4.1/jquery.min.js"></script> <script> $(document).ready(function() { $("h1.site-title a").attr('href','https://beaverhero.com'); }); </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!)
Recommended Posts
Archived
This topic is now archived and is closed to further replies.