• Mrs Fox

    (@mrs-fox)


    As of yesterday, the content of my posts have stopped appearing on Internet Explorer and Firefox. Seems ok on Chrome and Safari (havnt checked any others).

    What appears is: Post title, comments. NOTHING is appearing in the articles.

    Please, please please can someone help!!!!!!!!!!!!!!
    http://www.FoxInFlats.com.au

Viewing 5 replies - 1 through 5 (of 5 total)
  • Michael

    (@alchymyth)

    you may have edited single.php and accidentally destroyed some code;
    below id from the html code in the browser – you should be able to find the section in the php code:

    <h2>Bling your drink.</h2>
    					<p class="title-meta"><span class="comments-head"><a href="http://www.foxinflats.com.au/2011/03/bling-drink/#comments" rel="nofollow" title="Comment on Bling your drink.">1 Comment</a>
                        					<div class="entry">

    the "<span class="comments-head"> is not closed (should be closed after the </a>).

    the result is, that for some browsers the whole post content is with in this span (until something makes the browser think it is over).

    together with the last line in custom.css, this makes the post content disappear:

    .comments-head {
        display: none;
    }
    Thread Starter Mrs Fox

    (@mrs-fox)

    Oh ok.
    That makes sense, I did an update from the woo themes people. But,not sure exactly what to change (Im pretty new to this).

    This is a cut & paste of my single.php. Could you let me know exactly which bit to change, and how? Thanks!!!!!!!!!!!!!

    [code moderated as per forum rules - please use the pastebin.
    please mark your code using the code button or backticks, if you post small amounts of code directly.]

    Michael

    (@alchymyth)

    this section here:

    <p class="title-meta"><span class="comments-head"><?php comments_popup_link(__('0 Comments',woothemes), __('1 Comment',woothemes), __('% Comments',woothemes)); ?>

    change to:

    <p class="title-meta"><span class="comments-head"><?php comments_popup_link(__('0 Comments',woothemes), __('1 Comment',woothemes), __('% Comments',woothemes)); ?>
    </span></p>

    Thread Starter Mrs Fox

    (@mrs-fox)

    Thankyou, I did it, and it seems to have fixed Firefox,and some Explorer articles, but there are still some in explorer that have not changed. Is there a time lag? Or may there be another issue?

    Michael

    (@alchymyth)

    there are still some in explorer that have not changed

    can you post some links or post titles so somenbody cna have a look?

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘post content not appearing in explorer and firefox’ is closed to new replies.