• Resolved csh8428

    (@csh8428)


    On my blog: https://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

Viewing 7 replies - 1 through 7 (of 7 total)
  • 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.

    Thread Starter csh8428

    (@csh8428)

    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

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

    Thread Starter csh8428

    (@csh8428)

    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

    Thread Starter csh8428

    (@csh8428)

    bump

    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

    Thread Starter csh8428

    (@csh8428)

    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.

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Some post titles appearing, some not?’ is closed to new replies.