Navigation
This is archived content. Visit our new forum.

Tagged: 

  • Author
    Posts
  • #1240201
    JW & Co.
    Participant

    Good 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,
    Josh

    #1240387
    Rupok
    Member

    Hi 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!

    #1240588
    JW & Co.
    Participant

    Hello 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,
    Josh

    #1240732
    Paul R
    Moderator

    Hi Josh,

    Please change all target="blank" to target="_blank"

    eg.

    
    <a href="LaBelleJewelry.com" target="_blank">LaBelleJewelry.com</a>
    

    Hope that helps.

    #1245259
    JW & Co.
    Participant

    Hello,

    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!

    #1245622
    Rue Nel
    Moderator

    Hello 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.

  • <script> jQuery(function($){ $("#no-reply-1240201 .bbp-template-notice, .bbp-no-topic .bbp-template-notice").removeClass('bbp-template-notice'); }); </script>