• anmaree.annarbortees

    (@anmareeannarborteescom)


    I used the hook to make wc compatible with my theme. Everything looks good expect for my footer. It is at the top of the page.

    Does anyone have any idea as to how I may fix this?
    I believe it as something to do with the code I put into my function.php

    function my_theme_wrapper_start() {
    echo ‘<section id=”primary”>’;
    }

    function my_theme_wrapper_end() {
    echo ‘</div>’;
    }

    It fits into my main content window. But my footer gets messed up.

    here is a link to my page

    Thank you so much for your help in advance.

    http://wordpress.org/plugins/woocommerce/

Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘non wc compatible issue with just the footer’ is closed to new replies.