Tagged: x
-
AuthorPosts
-
November 1, 2016 at 10:17 pm #1240201
JW & Co.ParticipantGood evening,
I have wrapped every website and email in the column on the right at http://thejewelrycenter.joshuaweatherstone.com/jewelers/ with code. For some reason, many of the websites are not hyperlinking, nor are they clickable. This is also true of all the emails.
The websites in the column on the left do not link off of the website in a new tab, even though they have the appropriate “target=_blank.” Instead they are simply added to the existing domain.
Can you please tell me how to fix both of these issues?
Thanks,
JoshNovember 2, 2016 at 2:57 am #1240387
RupokMemberHi Josh,
It seems you did it right for the left column but the right column, they don’t have link.
For left column it’s like :
<a href="LaBelleJewelry.com" target="blank">LaBelleJewelry.com</a>For right column it’s like :
<span style="text-decoration: underline;">[email protected]</span>So certainly they are not same. Let’s do the same as left column.
Thanks!
November 2, 2016 at 6:29 am #1240588
JW & Co.ParticipantHello Rupok,
Thank you for your response. You were correct about the right column, however I am still having an issue with off-site linking. Can you please tell me how to keep the new tabs clicked on from http://thejewelrycenter.joshuaweatherstone.com/jewelers/ from opening as an extension of my domain? I want the links to open in an entirely new tab.
Thanks,
JoshNovember 2, 2016 at 8:45 am #1240732
Paul RModeratorHi Josh,
Please change all
target="blank"totarget="_blank"eg.
<a href="LaBelleJewelry.com" target="_blank">LaBelleJewelry.com</a>Hope that helps.
November 5, 2016 at 3:54 pm #1245259
JW & Co.ParticipantHello,
I did that previously (please read my second post in the thread for a refresher if needed), but that did not resolve the issue.
The issue here is the off-site linking. Can you please tell me how to keep the new tabs clicked on from http://thejewelrycenter.joshuaweatherstone.com/jewelers/ from opening as an extension of my domain? I want the links to open in an entirely new tab.
For example, when I click on the first link in the column on the left, “LaBelleJewelry.com”, it is taking me to http://thejewelrycenter.joshuaweatherstone.com/jewelers/LaBelleJewelry.com. I would like it to simply take me to LaBelleJewelry.com.
I do not know how I can be more clear about the issue. Thanks!
November 6, 2016 at 2:09 am #1245622
Rue NelModeratorHello There,
I am another staff checking on this thread! Normally a link should be like this:
http://www.example.com. If you add a link just like ‘example.com’ or ‘#example’, the browser will just scroll you to the element on the page using the ID. To resolve your issue, please edit your page and use this code instead:<a href="http://www.labellejewelry.com/" target="blank">LaBelleJewelry.com</a>This is what you have been missing out. The
http://www.Hope this helps.
-
AuthorPosts
- <script> jQuery(function($){ $("#no-reply-1240201 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>
