• I’ve been trying my hand at 1.3/1.5 templates, and I think I’m about done, except for one bug that I’m encountering:

    The comments links at the bottom of posts on my site do not work for either Firefox or Safari (haven’t tried others). They appear as normal text, rather than links. The problem with this is that looking at the source for the site reveals them to be normal links.

    It might just be lack of sleep, but I’m out of ideas. The links themselves look fine in the code, and all other links in the page load correctly, it’s just the comments links that are broken.

    See: https://beoba.net

    The template source can temporarily be found here: https://beoba.net/layout.tar.gz

    Anyone have any ideas as to the source of this problem? Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • @imports have to come before any other CSS. Try flipping the @import and #rap lines in your header.php (or wherever they are).

    Thread Starter beoba

    (@beoba)

    Alrighty, just did that, it still appears to have the problem. (layout.tar.gz is now out of date in that respect)

    I took out that @import line, as it appears to be redundant: There’s already an import for style.css in one of the <link> tags.

    Thread Starter beoba

    (@beoba)

    Found it. Looks like it was a CSS bug. I narrowed it down to this particular item:

    .commentshift {
    position: relative;
    top: -25px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Comments links aren’t links?’ is closed to new replies.