• Resolved peterdean

    (@peterdean)


    Hi
    Couldn’t work out why certain pages and posts weren’t displaying the sidebar correctly in IE. They are fine in both Chrome and Firefox and Edge.
    Then I discovered that any page or post that has one or more comments are the ones that don’t display correctly. The sidebar is pushed to the bottom of the page.

    An example can be found here:
    https://www.redandwhite.org.uk/the-atlantic-label/

    Other than this love the theme…
    Any help would be appreciated

Viewing 5 replies - 1 through 5 (of 5 total)
  • Thread Starter peterdean

    (@peterdean)

    For information, here is another post structured the same as the previous example, but without any comments and this one displays fine in Internet Explorer
    https://www.redandwhite.org.uk/sun-studios/

    Here’s a very simple post, but again this one has comments posted and doesn’t display correctly in Internet Explorer, but does in all other browsers
    https://www.redandwhite.org.uk/a-rambling-we-shall-go-2016/

    Theme Author Valeriu Tihai

    (@valeriutihai)

    Hi peterdean

    Which version of Internet Explorer you are using?

    Theme Author Valeriu Tihai

    (@valeriutihai)

    For a quick solution edit comments.php file, at bottom find this line :

    <!-- .comments-area </div> -->

    and change with this lines:

    <?php if ( have_comments() ) : ?>
    	</div> <!-- .comments-area -->
    <?php endif; ?>

    The changes will be added in the next theme update.

    Thanks for help us peterdean!

    Thread Starter peterdean

    (@peterdean)

    Thanks for that Valeriu

    As you’ve now solved it I guess you don’t need to know IE versions but just for information I had the same problem on Version 10 and 11

    I’ll implement the change tomorrow

    Peter

    Theme Author Valeriu Tihai

    (@valeriutihai)

    Thank you Peter.

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Layout problem with 3.6 i IE’ is closed to new replies.