Forums

Comments links aren't links? (4 posts)

  1. beoba
    Member
    Posted 4 years ago #

    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: http://beoba.net

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

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

  2. mdawaffe
    Member
    Posted 4 years ago #

    @imports have to come before any other CSS. Try flipping the @import and #rap lines in your header.php (or wherever they are).

  3. beoba
    Member
    Posted 4 years ago #

    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.

  4. beoba
    Member
    Posted 4 years ago #

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

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

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags

No tags yet.