• Resolved upwut

    (@upwut)


    In the latest version (3.4), the content-outer id breaks child themes relying on different components of the theme. The closing div for content-outer should be placed before the get_footer function as opposed to after since footer contains the closing body & html tags.

    Multipe files should be formatted to the following:

    ...
    <div id="content-outer">
    ...
    <?php get_sidebar(); ?>
    </div>
    <?php get_footer(); ?>

    with footer.php eliminating

    <?php if ( is_home() && ! is_front_page() ) {?>
    </div>
    <?php } ?>
Viewing 3 replies - 1 through 3 (of 3 total)
  • Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    Can you please site url with me so that I can check ?

    Thread Starter upwut

    (@upwut)

    https://www.penhall.com/us/

    I’ve edited the responsive theme so that my site displays correctly. I’ve inserted </div> after my #widgets sidebar.

    For reference my custom ‘footer.php’ begins just before <div class="awards"> with the closing <div> of the #wrapper and extends all the way through to </html>.

    Theme Author CyberChimps

    (@cyberchimps)

    Hi,

    Thanks for the link. Really sorry about the delay.
    We are checking the issue and will get back to you soon.

    Thanks.

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

The topic ‘Update breaks child theme’ is closed to new replies.