pottedplant77 Posted August 8, 2020 Share Posted August 8, 2020 I would like to add a hyperlink that leads to another page for more information from my menu block. I tried to use the markdown code for adding links but it did not work. Does anyone know how to do this? Link to comment
tuanphan Posted August 9, 2020 Share Posted August 9, 2020 I think you can't. Can you share link to page where you used Menu Block? I'll see if it is possible to recreate it with another block 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
pottedplant77 Posted August 10, 2020 Author Share Posted August 10, 2020 @tuanphan i used it here truemedical.sg/clinical-procedures - on the 'Other Services' tab at the part where it says ' Read more about H. Pylori Infections on our Health Screening page'. I want to have a hyperlink that can bring users there straight away instead! PurpleTurtle 1 Link to comment
tuanphan Posted August 31, 2020 Share Posted August 31, 2020 On 8/10/2020 at 1:43 PM, pottedplant77 said: @tuanphan i used it here truemedical.sg/clinical-procedures - on the 'Other Services' tab at the part where it says ' Read more about H. Pylori Infections on our Health Screening page'. I want to have a hyperlink that can bring users there straight away instead! One member once asked me, I tested it on his site and couldn't find a solution, even though I tried to use JavaScript to set click event for text. The solution I can think of is to recreate Menu Block with Tabs Plugin (or free tab code on Code Pen), so you can insert links, pictures, it's up to you. 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
Solution Eggers Posted January 3, 2021 Solution Share Posted January 3, 2021 Write your Items like follow: <a href="url you want to link goes here">Here goes the Product name</a> Description of your Product would love to hear if it is working. Thanks a lot tuanphan, Kissmeyer, PurpleTurtle and 1 other 3 1 Link to comment
Kissmeyer Posted May 27, 2021 Share Posted May 27, 2021 The html Eggers provided has worked for me! Now if I could also figure out how to slip a small jpg on the menu 🙂 .... Link to comment
pottedplant77 Posted June 7, 2021 Author Share Posted June 7, 2021 On 1/3/2021 at 1:53 PM, Eggers said: Write your Items like follow: <a href="url you want to link goes here">Here goes the Product name</a> Description of your Product would love to hear if it is working. Thanks a lot @Eggers hey that worked! thanks so much for the help 🙂 Link to comment
PurpleTurtle Posted September 10, 2021 Share Posted September 10, 2021 On 1/2/2021 at 10:53 PM, Eggers said: Write your Items like follow: <a href="url you want to link goes here">Here goes the Product name</a> Description of your Product would love to hear if it is working. Thanks a lot This worked for me!!! However - does anyone know how to make the link open in a new window?? Link to comment
tuanphan Posted September 12, 2021 Share Posted September 12, 2021 On 9/11/2021 at 4:04 AM, PurpleTurtle said: This worked for me!!! However - does anyone know how to make the link open in a new window?? Change this Quote <a href="url you want to link goes here">Here goes the Product name</a> to Quote <a href="url you want to link goes here" target="_blank">Here goes the Product name</a> 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
PurpleTurtle Posted September 14, 2021 Share Posted September 14, 2021 On 9/12/2021 at 1:07 AM, tuanphan said: <a href="url you want to link goes here" target="_blank">Here goes the Product name</a> IT WORKED. THANK YOU SO MUCH. Link to comment
LC369 Posted January 23, 2022 Share Posted January 23, 2022 (edited) Is there a way to make the link not associated with your website (external link)? I'm trying to send them to another company's website, but it gets me to a 404 page on my own site because the link is not part of my design. When i hover over the link it shows that it just adds it to the end of my website's link. Edited January 23, 2022 by LC369 Link to comment
LC369 Posted January 23, 2022 Share Posted January 23, 2022 I actually figured it out!! you have to add the http:// at the beginning of your link to make sure it leaves your page 😂 Hope this helps someone else like me lol tuanphan 1 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