Viewing 1 replies (of 1 total)
  • Hey dude,

    I just had a look at your site and inspected the code.

    The class “colorbox-link” is on the <span></span> tag.

    <a href="https://www.wikipedia.com" target="_blank">
        <span class="colorbox-link">link to</span>
    </a>

    CHANGE it so that the class is on the a tag like:

    <a href="https://www.wikipedia.com" class="colorbox-link">
        <span>link to</span>
    </a>
Viewing 1 replies (of 1 total)
  • The topic ‘[Plugin: jQuery Colorbox] cant get links to work with colorbox?’ is closed to new replies.