Forums

Image Link Not Working (5 posts)

  1. dpope
    Member
    Posted 2 years ago #

    A post published to my blog contained an image at the top with an associated link URL. When the cursor is placed over the image it is not clickable. I cannot figure out why not?

    There is the link to the post - http://davidpopephotography.com/2010/01/12/father-daughter-valentine-dance-february-6th-2010/

    Any help would be appreciated.

  2. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    It's the .self-clear class in style.css:

    /* self-clearing floats */
    .self-clear:after { /* self-clear the float */
    	content: ".";
    	display: block;
    	height: 0;
    	clear: both;
    	visibility: hidden;
    }
    * html .self-clear { /* for IE 5,6 */
    	height: 1%;
    }
    *:first-child+html .self-clear { /* for IE7 */
    	min-height: 1px;
    }

    You might want to try getting rid of self-clear in single.php:

    <div class="entry-content self-clear">

  3. dpope
    Member
    Posted 2 years ago #

    Gave that a try but it had no effect on the problem.

    Still looking for a solution. Any help would be appreciated.

  4. dpope
    Member
    Posted 2 years ago #

    bump

  5. esmi
    Theme Diva & Forum Moderator
    Posted 2 years ago #

    Remove those classes from style.css and remember to press CTRL and F5 simultaneously when viewing the updated page. Or try emptying your browser cache. This should ensure that your web browser fetches a fresh copy of the page rather than serving up an out-dated copy from your own cache.

Topic Closed

This topic has been closed to new replies.

About this Topic

Tags