Forums

[resolved] Some post titles appearing, some not? (8 posts)

  1. csh8428
    Member
    Posted 1 year ago #

    On my blog: http://www.cogswappr.com
    For some reason, some titles on some posts appear and some don't. If you put the mouse over where the title is, it will appear, but disappear as soon as you move the mouse away.

    Any suggestions?

    Thanks,

    Craig

  2. hotkee
    Member
    Posted 1 year ago #

    Firefox 3.0 seems to fair better than IE7 - firefox shows the titles but IE having trouble from what I can tell. Try not importing your css file ino the header - do standard <link stylesheet= .../> etc.

    If that dont work try changing your link colours temporarily to something else.

  3. csh8428
    Member
    Posted 1 year ago #

    Try not importing your css file ino the header - do standard <link stylesheet= .../> etc.

    I assume you are referring to this line in header.php:
    <!-- @import url( <?php bloginfo('stylesheet_url'); ?> ); -->

    How should it look per your reccomendation?
    the name of my stylesheet is style.css

    Thanks,

    Craig

  4. jeremyclark13
    Moderator
    Posted 1 year ago #

    This is the way you should do it with wordpress.
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

  5. csh8428
    Member
    Posted 1 year ago #

    This is the way you should do it with wordpress.
    <link rel="stylesheet" href="<?php bloginfo('stylesheet_url'); ?>" type="text/css" media="screen" />

    That didn't work.. but it didn't make it any worse.

    Craig

  6. csh8428
    Member
    Posted 1 year ago #

    bump

  7. omgitztrey
    Member
    Posted 1 year ago #

    It may just be the css color for the links. Which would explain why it would appear on hover and disappear when you move the mouse else where.

    examples are...
    a {color:#xxxxxx)
    a:hover {color:xxxxxx

    tons of css related stuff at w3schools.com

  8. csh8428
    Member
    Posted 1 year ago #

    I figured it out. It was the share this plugin.
    Now I just need to fix it so that the Share Thus plugin works and does not cause the title to disappear.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags