Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter transphoners

    (@transphoners)

    SOLVED..

    Issue:
    no “sidebar.php” was included in the template.

    Answer
    I copied the sidebar.php from smallbiz theme

    If you want to remove the sidebar because it is inserted by woocommerce then put
    remove_action( 'woocommerce_sidebar', 'woocommerce_get_sidebar', 10);
    in to your functins.php file in your child theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘why is unformatted side bar permanently on bottom’ is closed to new replies.