Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #29617

    We have 5 posts but only one is showing in IE 8 & 9 and the sidebar isn’t showing at all.

    Is there a work around for this? I’ve spent hours trying to figure this out.

    I should also note its only happening on the main blog page and/or a category page. The sidebar is showing on other pages and posts.

    Thanks.

    #141124

    Hi,

    Can you post the link to your website please?

    Regards,

    Josue

    #141125

    Hey Josue,

    Here is the link.

    http://www.parkworth.dreamhosters.com

    -JSD

    #162171

    I think that a third party plugin causes this issue because something adds a lot of IE related code to the website. I.e. code like

    
    <!--[if gte mso 9]><xml><br />
    <w:worddocument><br />
    <w:view>Normal</w:view><br />
    <w:zoom>0</w:zoom><br />
    <w:trackmoves></w:trackmoves><br />
    <w:trackformatting></w:trackformatting><br />
    <w:punctuationkerning></w:punctuationkerning><br />
    <w:validateagainstschemas></w:validateagainstschemas><br />
    <w:saveifxmlinvalid>false</w:saveifxmlinvalid><br />
    <w:ignoremixedcontent>false</w:ignoremixedcontent><br />
    <w:alwaysshowplaceholdertext>false</w:alwaysshowplaceholdertext><br />
    <w:donotpromoteqf></w:donotpromoteqf><br />
    <w:lidthemeother>EN-US</w:lidthemeother><br />
    <w:lidthemeasian>X-NONE</w:lidthemeasian><br />
    <w:lidthemecomplexscript>X-NONE</w:lidthemecomplexscript><br />
    <w:compatibility><br />
    <w:breakwrappedtables></w:breakwrappedtables><br />
    ......
    

    which uses the conditional tag

    
    <!--[if gte mso 9]>
    

    to “hide” the information from other browsers. But obviously IE8 and IE9 are affected and the code seems to break them.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Blog not showing sidebar and only one post in IE 8 & 9.’ is closed to new replies.