• Resolved mascha

    (@mascha)


    Hi! My blog is: http://www.beautygloss.nl
    On my mac my site is fine. But on a windows for some reason the titles from the posts dissapear! They are on the top part of my posts. I tried everything, moved the code around but nothing works, it just doesn’t show up. Anyone know what to do?

    this is a snippit of the code:

    ‘<br>
    <?php if ($posts) : foreach ($posts as $post) : start_wp(); ?>
    <?php the_date(”,'<div class=”date”>’,'</div>’); ?>

    <div class=”post”>

    <div class=”storycontent”>
    <h2 class=”storytitle” id=”post-<?php the_ID(); ?>”>” rel=”bookmark” title=”Permanent Link: <?php the_title(); ?>”><?php the_title(); ?> <span><?php edit_post_link(); ?></span></h2>
    <br><br>
    <?php the_content(); ?>
    </div>

    <div class=”meta”> Geschreven om <?php the_time(‘G:i’); ?> in: <?php the_category(‘ , ‘); ?>
    <span class=”feedback”> <?php wp_link_pages(); ?> <?php comments_popup_link(__(‘Comments (0)’), __(‘Comments (1)’), __(‘Comments (%)’)); ?> </span>
    </div>
    `

Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter mascha

    (@mascha)

    anyone?

    I can see this title above your post:

    review: Hema nagelriemcrème

    which is a link to http://www.beautygloss.nl/?p=23

    Are you saying it is in the wrong place or you cannot see it at all?

    When you say, “on a windows” I assume you mean Internet Explorer, where the title does seem to disappear. (Firefox on Windows displays fine for me.)

    The problem is not your code, the problem is IE’s implementation of CSS. Try changing the margins and padding of h2.storytitle until you find a combination that works.

    Thread Starter mascha

    (@mascha)

    Hey everyone, I changed the layout after posting it because I was so frustrated, so now it is visible. Thanks for the tips!

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘titles missing’ is closed to new replies.