• For some reason, the newest post (the first one you see at the top) in my blog has a title that cannot be clicked. The permalink is messed up or something I guess. I can’t find any information regarding this problem, so any help is GREATLY appreciated. It’s very annoying.

    Note:It works in IE, but not Firefox or Safari

Viewing 7 replies - 1 through 7 (of 7 total)
  • Thread Starter thethirdck

    (@thethirdck)

    Hi ya,

    I exactly have the same problem mine even does not work on IE. can anyone suggest what the cause of this problem is???

    There is no link in the title of the latest post i made which is at the top of the page.

    I am trying yet it on localhost. would that be the cause?

    @thethirdk: The post title is a link (checked in the page source), so it looks like a CSS issue. Either the theme includes some bizarre CSS re-positioning or it’s the 7 CSS errors that are creating the problem.

    Thread Starter thethirdck

    (@thethirdck)

    Here’s the CSS:

    /* Post – Title */

    #content .post .post-title {
    width: 554px;
    height: 51px;
    color: #0078FF;
    font: bold 11px “Trebuchet MS”, Verdana;
    }

    #content .post .post-title a {
    color: #0078FF;
    text-decoration: none;
    }

    #content .post .post-title a:hover {
    text-decoration: underline;
    }

    #content .post .post-title .post-date {
    float: left; background: url(“images/post_date.gif”) repeat-x;
    width: 50px;
    height: 51px;
    color: #999999;
    text-align: center;
    text-transform: uppercase;
    margin-right: 10px;
    font: bold 10px/15px “Trebuchet MS”, Verdana;
    }

    #content .post .post-title .post-date span {
    margin-bottom: 2px;
    display: block;
    font: bold 16px/34px “Trebuchet MS”, Verdana;
    }

    #content .post .post-title h2 {
    padding: 4px 0 3px 0;
    color: #0078FF;
    font-weight: bold;
    font: 17px “Verdana”, Verdana;
    }

    #content .post .post-title h2 a {
    color: #FFFFFF;
    text-decoration: none;
    }

    #content .post .post-title h2 a:hover {
    text-decoration: underline;

    There may be a problem in your style.css file. I’m seeing two copies of the css in the one file.

    The “no link” issue with the top post is being caused by #topbar. It’s overlapping the first post by about 100px. When you’ve sorted out your style.css file, amend the height on #header #topbar from 280 px to 180px.

    Actually when i added <hr> code to the content page to display lines between each post, the problem was resolved. you can try that way too.

    Hi all..

    I am having the same problem but unfortunately I couldn’t solve it yet. Tried all the things you have recomended here. Or maybe I have doen sth wrong and it is not working…

    Thanks in advance..

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘HELP!! My first post’s title is not linked’ is closed to new replies.